FindAll

ScottMattes

Member³
I discovered a problem with my last change to FindAll and fixed it. I also found and fixed a problem with OR searches (where you enter 'this!that' to find lines with either value).

The fix has been sent to Marco for posting.

So, for the 2 of you using it, you need to download the newer version later today/tomorrow.
 
Originally posted by ScottMattes:
So, for the 2 of you using it, you need to download the newer version later today/tomorrow.
Here's one of the two... Will download shortly...
 
I didn't pay attention that we can use "OR" searches - cool.

I also realized recently how useful this can be when there are a few dozen nested loops and if statements that are hard to keep track of. Just search all IF|LOOP and put the find all screen on left half of the screen and the code on right half. The search all screen kind of gives a high level view of what's going on. I like it - thanks Scott!
 
You are welcome! I write these things for myself, but I share in the hopes that others will find them useful too.

Did you know that if you click that ? to the right of the combobox you will get help with how you can search? I also really like looking for more than one word on a line when they aren't right next to each other, like 'fetch*my_rcd' or ' if * >'.

I wonder, would it be worth it to make an enhancement so that 'standard' queries could be saved? Then populate it by default with ' if | end if;' and ' loop | end loop;', etc? And if you type anything into that combobox it would be saved for you.
 
This is probably not worth asking, I should just do it, but does anyone feel the need to have FindAll do case sensitive searches?
 
Back
Top