Creating a plugin
From Aptana Development
This page describes how to create a new plugin for Aptana.
Instructions
To create a new plugin for Aptana:
- From the File menu, select New > Project.
- On the New Project window, select Plug-in Project.
- Click the Next button.
- Name the project using com.aptana.ide.editor.XXX naming scheme.
- Browse to the location where you'd like to create the plug-in directory. (The default location is fine.)
- All other settings should be set correctly by default. Make sure they match the image below.
- Click the Next button.
- Set your plug-in properties following the image below.
Note: The values in "Plug-in Version", "Plug-in Name", and "Plug-in Provider". "Plug-in Version" will change, so use what's appropriate currently. Also, since this is an editor, you need to make sure "This plug-in will make contributions to the UI" is checked.
- Click the Finish button.
- See Adding a plugin to the build process for additional details on adding a new plug-in.
Core References
You will need to make sure that you have the minimal set of required dependencies defined in your plug-in.
- Open your plug-in's plugin.xml file
- Navigate to the Dependencies tab
- Click the Add... button and add each dependency as seen in the following image.
Related Topics
- Creating a new Aptana Editor
- Creating an Editor extension
- Creating a file wizard
- Creating file wizard extensions
- Defining file wizard content
- Creating an Aptana Editor class





