ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

W2​P

by kfog ST3

Sublime Text 3 web2py plugin WIP, not production ready yet

Labels web2py

Details

Installs

  • Total 550
  • Win 257
  • Mac 87
  • Linux 206
Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
bitbucket.​org

README

A simple web2py plugin for Sublime Text 3.

I started to develop this plugin because I use both applications on daily basis and I'd like to leave Sublime as little as possible

I hope you will find the plugin as useful as I do

What is this repository for?

  • This repository holds the web2py plugin for Sublime Text 3 called W2P
  • V 0.3.1

How do I get set up?

  1. Through package control
    1. Open Sublime Text
    2. Start package control*
    3. Search W2P and install
    4. Add a web2py application folder to Sublime Text 3 to make the plugin work
    5. Restart Sublime Text
  2. Manual
    1. Clone this repo
    2. Copy the content into your Sublime Text 3 Packages directory
      1. Open Sublime Text 3
      2. Go to Preferences menu
      3. Choose Browse Packages
    3. Add a web2py application folder to Sublime Text 3 to make the plugin work
    4. Restart Sublime Text

The plugin is developed on Windows7/Ubuntu 15.04

It is tested on those environtments. If you have a mac and would like to test I would be very appreciated for any feed back

Features

  • Start web2py web server
    • Port, password, cert, key can be configured in settings
  • Stop web2py web server
  • Automatically restart web server if a module file is modified (manual restart also possible)
  • Clear web2py application errors (deletes files from application/errors folder)
  • Run tests from specific folder in web2py environtment uses (web2py -S {app} -M -R test_file.py)
    • You can specify a test location in settings, or if non provided the following folders will be checked:
      • {app}/tests
      • web2py/tests/{app}
  • Setup SublimeREPL integration for web2py {app} if the plugin is installed (Interactive web2py shell from Sublime)
  • Open view file associated with the function under the cursor
  • Insert models + modules as from {model/module} import * after a if False: to prevent run but to make Sublime auto completion aware

Contribution guidelines

If you would like to contribute fork the repo and submit a pull request If you would like to see any feature please open an enhancement ticket with your feature request

I would like to say thank you to

All Sublime Text developrs (Unfortunately I don't know names :()

Massimo Di Pierro and all the contributors for web2py

Oscar Campos (DamnWidget) for Anaconda plugin which helped me a lot to write my own

Will Bond for his article on Tutsplus.com and Package Control

Wojciech Bederski for SublimeREPL plugin

at last but not least:

Fred Kornyev who gave me time beside my daily tasks at work and also helps with testing the plugin

Who do I talk to?

If you have any question feel free to use the issue tracker or contact me directly via e-mail: gergelyo@gmail.com