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

Expression​Engine Add-On Builder

by lukewilkins ALL

SublimeText plugin to easily build ExpressionEngine Add-Ons.

Details

  • 2013.06.13.03.09.53
    1.0.3
  • github.​com
  • github.​com
  • 8 years ago
  • 19 minutes ago
  • 11 years ago

Installs

  • Total 2K
  • Win 1K
  • Mac 590
  • Linux 189
Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 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
Windows 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 1 0 0 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 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

ExpressionEngine Add-On Builder

SublimeText plugin to easily build ExpressionEngine Add-Ons.

Installation

Package Control

The easiest way to install is with Package Control.

  • Open the Command Palette (Command+Shift+p on OS X, Control+Shift+p on Linux/Windows).
  • Select “Package Control: Install Package”
  • Search/Select “ExpressionEngine Add-On Builder” (or EE Add-On Builder) when the list appears.

Manual

If you wish to manually install this plugin, simply clone this repo in to your Sublime Text [2/3]/Packages directory.

Settings

Settings are accessed via the Preferences > Package Settings > EE Add-On Builder > Settings - User menu. Default settings should not be modified, as they are overwritten when the plugin updates. Instead, you should copy the relevant settings into EE Add-On Builder's user settings file.

By default, EE Add-On Builder is triggered by pressing Ctrl+Shift+e. This can be customized by setting a specific combination in Preferences > Package Settings > EE Add-On Builder > Key Bindings - User

[
    { "keys": ["ctrl+shift+e"], "command": "ee_add_on_builder" }
]

Usage

Simply press Ctrl+Shift+e while working in your desired project to view a list of all Add-On options. Options include:

  • Accessory
  • Extension
  • Fieldtype
  • Module
  • Plugin

After choosing your Add-On type, you will be asked for the relevant pieces of data to get things set up. From there it's just a matter of adding your logic to the generated Add-On! You can refer to the Expression Engine Docs for more details on Add-On development.

In the event that you wish to add a new Add-On type to an existing Add-On you've created (for example, you've created a module and now want to add an extension), simply go through the process again with the same Package Name and path and the plugin will allow you to automatically merge that in.