ApiGen
ApiGen support for Sublime Text 3.
Details
Installs
- Total 1K
- Win 695
- Mac 207
- Linux 171
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 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 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 | 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
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.