I've been using Panic's Coda as my default editor/IDE for some time now. I've already shared the Drupal plugin I wrote on this blog. But one of the other tricks Coda allows me to do is snippet management using its Clips feature. There's quite a few Coda clips available on the net. Here I am sharing the Clips I use the most during Drupal development and theming.
I've just created a (very) small update for the Drupal Coda Plugin. Coda is my favourite editor/IDE for Mac.
What's new?
I've just created a (very) small update for the Drupal Coda Plugin. Coda is my favourite editor/IDE for Mac.
What's new?
Lots of new stuff in this update of the Drupal Coda plugin. Here's a list of all commands.
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?
Press ^H (ctrl + H) on a selected word to look it up on api.drupal.org. Selecting a hook, will look up the hook.
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.
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.
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.
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.