Re: IDL 7.1 workbench: auto text match? [message #66943] |
Tue, 16 June 2009 18:27 |
dosfun
Messages: 14 Registered: February 2009
|
Junior Member |
|
|
On 6月17日, 上午7时59分, Ted <dktr....@gmail.com> wrote:
> Hi all,
>
> Just upgraded to IDL 7.1 on my Windows machine, and on editing my
> first code in this environment I encountered what must be a new
> feature of the workbench ,,, if I click on a word, IDL searches the
> editor for matching words and highlights them. I imagine this is
> useful for finding all instances of a variable, function, procedure,
> etc, but in my case I am working with large files (several thousand
> lines), which means each time I click somewhere there is a perceptible
> (~1 second) delay while the text is searched. This is driving me
> nuts, and I can't figure out how to turn it off. Any ideas?
>
> Thanks!
>
> -Ted
> dktr....@gmail.com
Sure, you can turn if off.
First, go to window->preferences...->IDL->Editor
then find *Highlight Selected words*, and uncheck this feature.
Click *ok*
Good Luck!
|
|
|