Panic's Coda is a great editor/IDE (mac only). Since the latest version a new Plugin architecture is available. I haven't found any Drupal plugins yet, so I decided to write my own.
You can download the plugin here.
What's in it?
Drupal
API
Press ^H (ctrl + H) on a selected word to look it up on api.drupal.org. Selecting a hook, will look up the hook.
Flush caches
Flushes the caches. Same as going to admin/settings/performance and hitting the button there.
NOTE: You have to be in a Coda local Site. The root of the Coda local Site should be the root of your Drupal site.
Run cron
Runs cron on your site.
NOTE: You have to be in a Coda local Site. The root of the Coda local Site should be the root of your Drupal site.
Create module
Creates a module stub in sites/all/modules custom. If you select some text in some file (whatever file), the module name is that select text. If you haven't selected anything, the name is "New module".
NOTE: You have to be in a Coda local Site. The root of the Coda local Site should be the root of your Drupal site.
Text
Some text commands:
- Remove trailing spaces
- Uppercase
- Lowercase
- URL escape
- URL unescame
- Slug : Converts the selected text to a slug; removes all nog alphanumeric characters and replaces whitespace by dashes.