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

Api​Gen

by dans98 ST3

ApiGen support for Sublime Text 3.

Details

Installs

  • Total 1K
  • Win 676
  • Mac 199
  • Linux 167
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 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
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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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 1 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

  1. Install the plugin using Package Control
    1. From the main menu of Sublime Text go to Preferences
    2. Choose Package Control
    3. Choose Install Package
    4. Type ApiGen
  2. Configure the plugin
    1. From the main menu of Sublime Text go to Preferences
    2. Choose Package Settings
    3. Choose ApiGen
    4. Choose Settings - User
    5. 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.