IDE - improve find dialog

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Michael Vogel
Addict
Addict
Posts: 2798
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

IDE - improve find dialog

Post 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
User avatar
Michael Vogel
Addict
Addict
Posts: 2798
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Re: IDE - improve find dialog

Post 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).
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: IDE - improve find dialog

Post by Tenaja »

I'd like to see a checkbox & number textbox for "Replace until Line: ____", and/or "Replace within current procedure"
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Re: IDE - improve find dialog

Post by Josh »

Tenaja wrote:... "Replace within current procedure"
See here.
sorry for my bad english
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: IDE - improve find dialog

Post by Tenaja »

....and that is not the first time it was requested, either.
Post Reply