• Added a drag command – dragging a .php file to PHP source will add an include 
for that file. PHP_INCLUDE_PATH is searched for the best path to use
• Changed the wrap in try/catch key equivalent (again) to ⌃⇧⌘W – partly because 
it conforms to convention and partly because I like being able to close all 
files in project ;)
• Added Jump to Included File – ⌥⌘↓ – if the current line contains a 
require/include, will jump to that file. If not, displays a menu of all 
requires/includes in the current file. Searches PHP_INCLUDE_PATH for the file 
to open

Changed:
A   trunk/Bundles/PHP.tmbundle/Commands/Jump to Included File.tmCommand
A   trunk/Bundles/PHP.tmbundle/DragCommands/
A   trunk/Bundles/PHP.tmbundle/DragCommands/Include dropped file.tmDragCommand
U   trunk/Bundles/PHP.tmbundle/Snippets/try { ___ } catch (___) { ___ 
}.tmSnippet
U   trunk/Bundles/PHP.tmbundle/info.plist

_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/mailman/listinfo/textmate-dev

Reply via email to