ApiGen
ApiGen support for Sublime Text 3.
Details
Installs
- Total 1K
- Win 699
- Mac 208
- Linux 172
May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 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 |
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.