Page 1 of 1

IDE - improve find dialog

Posted: Sat Aug 06, 2011 2:48 pm
by Michael Vogel
I would like to have some additional features for the find function in the editor:
• shortcuts (like Alt+A for 'Replace All')
• search direction (up/down)
• search in strings only (or even variable names only, procedure and macro names only etc.)
• regular expressions

Re: IDE - improve find dialog

Posted: Tue Jul 16, 2013 7:01 pm
by Michael Vogel
Beside the points above, it would also be cool to allow evaluating values while searching, this would allow to find lines containing HideGadget(999,1) together with lines like HideGadget(999,#True).

Re: IDE - improve find dialog

Posted: Wed Jul 17, 2013 12:27 am
by Tenaja
I'd like to see a checkbox & number textbox for "Replace until Line: ____", and/or "Replace within current procedure"

Re: IDE - improve find dialog

Posted: Wed Jul 17, 2013 1:02 am
by Josh
Tenaja wrote:... "Replace within current procedure"
See here.

Re: IDE - improve find dialog

Posted: Wed Jul 17, 2013 1:17 am
by Tenaja
....and that is not the first time it was requested, either.