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
  • 48 minutes ago
  • 11 years ago

Installs

  • Total 2K
  • Win 1K
  • Mac 588
  • Linux 189
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 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
Windows 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 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 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 0
Linux 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 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.