Page 1 of 1

Search Box on tool panel

Posted: Tue Oct 29, 2024 1:14 pm
by le_magn
Hi, it would be very convenient to have a search box, in the side panel, for example in the procedures panel to find the procedure we are interested in right away, I have projects that have dozens of procedures and since in the panel they are not sorted by name but by position in the code, it is inconvenient to search for the procedure we are interested in, or put the option to sort them by name.

So my suggestion is to add a search box in: Procedures,Explorer,Templates and for procedures also the option to sort them by name.

Re: Search Box on tool panel

Posted: Tue Oct 29, 2024 1:18 pm
by spikey
Sorting is an option in the preferences dialog for Procedures. See File → Preferences → ToolsPanel → Procedure Browser → Sort procedures by name.

But nonetheless this could be a useful addition.

Re: Search Box on tool panel

Posted: Tue Oct 29, 2024 1:27 pm
by AZJIO
At the moment I'm using FindAllReferences for searching. Watch the video (video2)

Re: Search Box on tool panel

Posted: Tue Oct 29, 2024 1:31 pm
by le_magn
I never noticed the presence of the option to sort procedures, thanks for the tip, for the search box I suppose in explorer it could be useful

Re: Search Box on tool panel

Posted: Tue Oct 29, 2024 1:34 pm
by spikey
It's easy to miss, I bumped into it by accident, that's why I thought it worth sharing. The one I've always noticed is not being able to do a partial search in the Structure Viewer's tabs.

Re: Search Box on tool panel

Posted: Tue Oct 29, 2024 1:35 pm
by le_magn
AZJIO wrote: Tue Oct 29, 2024 1:27 pm At the moment I'm using FindAllReferences for searching. Watch the video (video2)
Thank you I will immediately put FindAllReference in the addons I use in purebasic

Re: Search Box on tool panel

Posted: Tue Oct 29, 2024 1:38 pm
by AZJIO
You can make a simple tool that using a hotkey or button on the toolbar, the InputRequester input field appears, enter a name, press Enter

Re: Search Box on tool panel

Posted: Tue Oct 29, 2024 1:42 pm
by AZJIO
Take a look at the tools section here, maybe something else will be interesting.