Is there a way to add Xyle Scope to the list of browsers that will do a preview under the HTML Command?
On 9/12/2005, at 17:23, Jim Woolum wrote:
Is there a way to add Xyle Scope to the list of browsers that will do a preview under the HTML Command?
I added this to the preview command (which I've btw renamed to “Open Document in Running Browsers” for next build, as I found that more appropriate):
## Xyle scope [[ $(ps -xc|grep "Xyle scope") ]] && osascript -e 'tell app "Xyle scope"' -e activate -e "Get URL "$activeURL"" -e 'end tell'
Didn't know about Xyle Scope -- what a cool tool!
On 12/9/05, Allan Odgaard throw-away-1@macromates.com wrote:
On 9/12/2005, at 17:23, Jim Woolum wrote:
Is there a way to add Xyle Scope to the list of browsers that will do a preview under the HTML Command?
I added this to the preview command (which I've btw renamed to "Open Document in Running Browsers" for next build, as I found that more appropriate):
## Xyle scope [[ $(ps -xc|grep "Xyle scope") ]] && osascript -e 'tell app "Xyle scope"' -e activate -e "Get URL "$activeURL"" -e 'end tell'
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate