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
  • 9 years ago
  • 1 hour ago
  • 11 years ago

Installs

  • Total 2K
  • Win 1K
  • Mac 592
  • Linux 191
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
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 1 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
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 1 0 0 0 0 0 0 0 1 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.