Page 1 of 1

Feature request: some enhancements for searching

Posted: Fri Apr 16, 2010 12:05 am
by Seymour Clufley
These are minor points but I do think they would be helpful when writing code.

Ability to search ONLY in strings, comments etc. and also in structure fields etc. Basically, more precise searching.

Finally, and this is really minor but really annoying... when the search term is not found, a dialogue comes up saying so. Press ENTER to get rid of that dialogue and ideally, the search input bar should be highlighted so you can try a different search string. It isn't highlighted. Doing it all with the keyboard, you have to press ESC to close the search box then Ctrl+F to get it up again, in order to get the search input bar highlighted. I'd rather this was done automatically when the dialogue box is closed.

Re: Feature request: some enhancements for searching

Posted: Fri Apr 16, 2010 8:30 am
by #NULL
>> Ability to search ONLY in strings, comments etc. and also in structure fields etc. Basically, more precise searching.
i often wished to have that. for structures fields i precede the search string with a backslash i.e. "\field".
and yes the messagebox is not helpful.

Re: Feature request: some enhancements for searching

Posted: Fri Apr 16, 2010 4:57 pm
by AND51
My wish is to have Regular Expression support for both, searching and replacing!

Re: Feature request: some enhancements for searching

Posted: Fri Apr 16, 2010 6:20 pm
by Seymour Clufley
AND51 wrote:My wish is to have Regular Expression support for both, searching and replacing!
Yes, that would be very useful.

But my idea about the automatic highlighting post-dialogue would be much simpler to implement!

Re: Feature request: some enhancements for searching

Posted: Mon Aug 30, 2010 12:46 am
by Seymour Clufley
Seymour Clufley wrote:my idea about the automatic highlighting post-dialogue would be much simpler to implement!
and it seems like they've done it! Thanks PB team!

Re: Feature request: some enhancements for searching

Posted: Mon Aug 30, 2010 8:21 am
by Michael Vogel
Yes, the focus has been set for the find text some releases ago, that's helpful...
...I would also like to be able to use shortcuts, like Alt-F for "Find" etc.

Additional ideas:
• "Find previous" (Shift-F3)
• Highlighting ALL finds
• Search for Comments, Strings, Variables, Procedure/Macro names only

Re: Feature request: some enhancements for searching

Posted: Mon Aug 30, 2010 9:16 am
by Little John
I would also like to be able to use shortcuts, like Alt-F for "Find" etc.
The shortcut for "Find" is [Ctrl]+[F]. However, you can define your own shortcuts if you like.

Basic things first: By far the most important required change for searching is, to make "Find whole words only" work properly!!

Regards, Little John

Re: Feature request: some enhancements for searching

Posted: Mon Aug 30, 2010 11:54 am
by Michael Vogel
Little John wrote:
I would also like to be able to use shortcuts, like Alt-F for "Find" etc.
The shortcut for "Find" is [Ctrl]+[F]. However, you can define your own shortcuts if you like.

Basic things first: By far the most important required change for searching is, to make "Find whole words only" work properly!!

Regards, Little John
Sorry, did not mention that the shortcut should work within the dialog to have quick access to the buttons (and radio buttons) :?
Absolutely agree to the "whole word issue" (regardless who started the thread you're referencing :lol:)

/v\

Re: Feature request: some enhancements for searching

Posted: Mon Aug 30, 2010 1:18 pm
by Little John
Michael Vogel wrote:Sorry, did not mention that the shortcut should work within the dialog to have quick access to the buttons (and radio buttons) :?
Aah, I see.
Michael Vogel wrote:Absolutely agree to the "whole word issue" (regardless who started the thread you're referencing :lol:)
:lol:

Regards, Little John