Re: SE2b GUI comments
Re: SE2b GUI comments
- Subject: Re: SE2b GUI comments
- From: has <email@hidden>
- Date: Wed, 22 Jan 2003 12:57:04 +0000
Philip Aker writes:
My suggestion for a power item that will be much utilized and
appreciated is to implement a "shell" feature that places the result
of its commands at the current insertion point in the script (unless
there is redirection in the command).
Even better: why not make Terminal available through Services? That'd
enable CLI whizziness in _any_ application. (Besides, if Script
Editor can do Services then Terminal has _no_ excuse.)
Meantime, pop this script in SE2's contextual menu items folder [1]:
try
set contents of selection to do shell script (get contents of selection)
on error eMsg
display dialog "ERROR:" & return & eMsg buttons {"OK"} default
button 1 with icon 0
end try
Doesn't do all you ask for, but not bad for a next-to-zero effort. :)
has
[1] SE2 folks are welcome to sling it in the next release if they
think it useful.
--
http://www.barple.pwp.blueyonder.co.uk -- The Little Page of AppleScripts
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.