wordpress.tmbundle
wordpress.tmbundle copied to clipboard
A WordPress focused TextMate bundle to rule all WordPress Textmate bundles.
# Summary This pull request makes the bundle compatible with Texmate 2 running on newer versions of macOS, where the default Ruby version is 2.x, i.e. every version starting from...
One useful feature of WordPress' Trac instance is browsing a nice, syntax highlighted copy of the code. I find it handy to link to things during IRC and IM conversations,...
The __ tab trigger produces this: ``` __('', true); ``` but it should probably produce something like: ``` __(string text, string domain) ``` or ``` __('', 'domain') ``` with a...
ie: `get_($user_id);` Hitting tab next to get_ will start the function lookup, but the return will write a double set of parens. Either erase current parens or don't export a...
How about a "Jump to action/filter" similar to the "jump to function" feature? S
Add a meta_box shortcut to put in a skeleton snippet for adding a meta box to a post/page edit screen.