WordPress Textmate bundle
Joost de Valk hat sein WordPress TextMate Bundle aktualisiert:
- Added ‘esc’ tab-expansion, typing
escand 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
bodytab completion function with the newbody_class();function. - A
author-tab expansion, with the newthe_author_metafunction. - All functions that are prefixable with
get_, like bloginfo and most functions above, now start with that.author->tab expands toget_the_author_metawith the chosen variable, but pressing space or delete immediately removes theget_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,wpdbandrowtab expansions, they’ve been slightly updated and totally kick ass.

