ApiGen
ApiGen support for Sublime Text 3.
Details
Installs
- Total 1K
- Win 709
- Mac 208
- Linux 175
Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 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 | 1 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
ApiGen support for Sublime Text 3
Features
Currently The plugin allows click to run functunallity. Simply right click on any open file, or any filename in the sidebar to access the ApiGen options.
Options
- Generate - Takes the clicked on file, and uses its path as a starting point to walk back to the filesystem root. The plugin checks each directory along the way for an apigen.neon file. It will halt it's walk if it finds a file, and call ApiGen passing the apigen.neon file path as the (–config) option.
- Generate Freeform - Works the same as the Generate option, but the user is prompted to provide additonal command line arguments.
- Selfupdate - Runs the ApiGen (selfupdate) option, to update the apigen.phar file to the latest revision.
- Version - Runs the ApiGen (-v) version option.
- Freeform - The user is presented with a prompt, and allowed to pass any arguments to ApiGen they wish.
Instalation
Requirements
- You must meet the requirements of, and have ApiGen instilled on your machine.
Steps
- Install the plugin using Package Control
- From the main menu of Sublime Text go to Preferences
- Choose Package Control
- Choose Install Package
- Type ApiGen
- Configure the plugin
- From the main menu of Sublime Text go to Preferences
- Choose Package Settings
- Choose ApiGen
- Choose Settings - User
- Set the setting to the approrite value for your machine.
- phpBin - The location of the php executable on your machine.
- pharPath - The location of apigen on your machine.
- configFileName - The name of the config file to search for. The default is apigen.neon.
- additionalGenerateArgs - Additional command line arguments, to be appended to the end of the Generate command.
Author
Sublime ApiGen was created & is maintained by Daniel Sherman.
License
Sublime ApiGen is open source software licensed under the BSD 3-Clause license.