qooxdoo Tools
A qooxdoo package for Sublime Text 2
Details
Installs
- Total 170
- Win 102
- Mac 23
- Linux 45
Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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
- raw.githubusercontent.com
qooxdoo-sublime
A qooxdoo package for Sublime Text 2
Autocompletion
Suggests classes and static methods from any qooxdoo library including the framework itself.
Configuration
Run generate.py api-data
for any qooxdoo library you wish to use in your project. If you're using a qooxdoo SDK (as opposed to a clone of the Git repository) you can skip this step for the framework since it comes with pre-built API data.
Next, open the qooxdoo.sublime-settings
configuration file and locate the libraries
key. The value is a map where each key is an identifier for a qooxdoo library. These names are arbitrary except for the qooxdoo framework, which must always be named qooxdoo
. The corresponding value is the file system path of the library's root directory (i.e. the folder containing the “Manifest.json” file). Enter the information for all libraries you wish to include.
Finally, restart Sublime Text. This forces qooxdoo-sublime to re-scan the configured libraries. You should now see suggestions for matching class names as you type.
Default Behavior
If no libraries are configured in the qooxdoo-sublime's settings, it will automatically search all folders in the current Sublime project for API data to be included in the list of autocomplete suggestions. This can take a while and will not work for libraries where Manifest.json
is located in a subdirectory of the folder, so it is preferable to explicitly configure the libraries as described above.