[The Kershaw Family] Login | Web search | Home

Open With ZDE Script

Paste this little snippet into a Script Editor window, change the path if yours is not the default, then save into BBEdit's Scripts folder. Give it a shortcut (I use cmd-opt-ctrl-e to match Open with Dreamweaver) and use it to open the frontmost BBEdit document in the Zend Development Environment.

 set zde to fromPosixPath "/Applications/Zend/bin/ZDE.app"
 tell application "BBEdit" to set the_file to file of window 1
 tell application "Finder" to open the_file using zde

See also: Zend Studio Macintosh Key Mappings, Useful Snippets


Updated: February 2, 2004    Related: Search for pages linking to 'Open With ZDE Script'

Contributed Comments
Open With ZDE Script
Add a comment to this page About Adding Comments
There are no user contributed comments for this page.