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

qooxdoo Tools

by danielwagner ST2

A qooxdoo package for Sublime Text 2

Labels auto-complete

Details

  • 1.0.1
  • github.​com
  • github.​com
  • 11 years ago
  • 19 minutes ago
  • 11 years ago

Installs

  • Total 170
  • Win 102
  • Mac 23
  • Linux 45
Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6
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.