Page 1 of 1

Find and Replace

Posted: Tue Jan 31, 2012 12:41 pm
by saschech@gmx.de
Hello

I have variable : flag >> ...._flag >> ....._......_flag

If I search for variable flag , all variable with flag are listet.

I think , if I search *flag* then all listet but search for flag only the flag is listet ?????

Regards Wolfgang

Re: Find and Replace

Posted: Tue Jan 31, 2012 1:11 pm
by JonnyW
Hi. Are you checking the 'find whole word only' checkbox? This will only match the text if it is a complete word, and not part of a word.
wholeword.png
Whole words only
(8.92 KiB) Downloaded 1772 times
The search and replace is for text searching, so will find that text anywhere. If you would like to list a specific variable only, you can do this from the project explorer:
occurs.png
List occurances
(8.42 KiB) Downloaded 1772 times
This will list in the same way as 'find all' in find and replace.

Cheers,

Jonny