|
Comments for: karsenbarg20031104
| Message # 1019016: |
|
Date: 02/22/04 20:16
By: Erik Petersen Subject: RE: ZEND Studio Dude, Where have you been? The problem is operator error not osx or ZS. Go to /Applications/Zend/bin Create a new file called runSafari.sh Paste this in there: #!/bin/sh if [ -f $1 ]; then open -a "/Applications/Safari.app" $1 else open -a "/Applications/Safari.app" _NEW_CMD="make new document at end of documents" _URL_CMD="set url of document 1 to \"$1\"" osascript -e 'tell application "Safari"' -e "$_NEW_CMD" -e "$_URL_CMD" -e 'end tell' > /dev/null fi Save it. Now change the Browser script in ZS to ./runSafari.sh Have fun. It's called a shell script. It launches Safari then sends it the AppleScript commands to load the right page. The example above creates a new window for the page. There is a little program called Terminal you should try sometime. You might find a complete operating system in there. |
Previous Message | Next Message |
| Comments: | ||
| RE: Best free PHP IDE | Goover | 02/02/05 03:31 |
| TruStudio - PHP plugin | Rafael | 09/18/04 09:55 |
| Zend Sutdio | MAQ. | 06/30/04 08:09 |
| RE: ZEND Studio | Erik Petersen | 02/22/04 20:16 |
| RE: NuSphere phpED | Tim Gibney | 02/21/04 17:15 |
| ZEND Studio | Gerald Artman | 02/08/04 15:27 |
| Another superbbb editor... | Werner Reuser | 01/08/04 06:23 |
| RE: Naw - use dev-php | Rasputin | 12/15/03 19:35 |
| RE: Lots of Parentheses | Piers | 12/14/03 05:26 |
| NuSphere phpED | Annie | 12/06/03 22:48 |
| Komodo 1.5 | Robert Jackson | 12/06/03 14:13 |
| could be better | tREXX | 11/25/03 03:58 |
| Naw - use dev-php | Benjamin Smith | 11/12/03 02:19 |
| Best free PHP IDE | luke | 11/06/03 08:13 |
| Lots of Parentheses | Jeremy Lounds | 11/05/03 09:11 |
|
If you are looking for help, please post on the appropriate forum here. Your questions will be answered much more quickly. | ||


