[SVN] r6754 (PHP)

Ciarán Walsh ciawal at gmail.com
Thu Mar 8 15:11:19 UTC 2007


• 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



More information about the textmate-dev mailing list