WordPress Textmate bundle

Joost de Valk hat sein WordPress TextMate Bundle aktualisiert:

  • Added ‘esc’ tab-expansion, typing esc and then pressing tab now brings up a menu with options to choose the proper escaping function.
  • Localization shortcuts, Alt-L now wraps the selected text in a _e(''); function, that translates and outputs the selected text, while Shift-Alt-L wraps it in a __(''); function, which returns the selection.
  • A new widget
  • A body tab completion function with the new body_class(); function.
  • A author-tab expansion, with the new the_author_meta function.
  • All functions that are prefixable with get_, like bloginfo and most functions above, now start with that. author->tab expands to get_the_author_meta with the chosen variable, but pressing space or delete immediately removes the get_ part.
  • A readme.txt template, including the new changelogs, just type readme->tab in a new file, this snippet uses some shell variables, be sure to enter these in TextMate for quick use.
  • A plugin template, open a new file, type plugin and press tab, and you’ll get the option of either adding just the “normal” plugin header, or one with the GPL embedded.
  • blog->tab now first ask you whether you want general info or RSS info, and the expands into a menu with all the options for each.
  • You should also try the $post, $comment, $cat, wpdb and row tab expansions, they’ve been slightly updated and totally kick ass.

Possibly related posts (automatically generated)