[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] highlight text output



98-06-07 skrev du:
>Anyone know how to highlight text that is written to the screen?  I am
>trying to find text in a file and have the file displayed with the matches
>highlighted.

You could try to convert this applscript to apple events (or use it
straight off):

tell application "MacPerl"
	activate
	Show Line (5 + rad) of front Window
	Select Line rad of front Window
end tell

(the 'Show Line' stuff is just to make sure that the line is visisble)



***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch