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
  • 9 minutes ago
  • 12 years ago

Installs

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