Forum > Third party
Search panel plugin for the Lazarus IDE
theo:
Hi
I've written a search panel plugin for the Lazarus IDE that might be of interest to people who prefer an accessible search interface without forms, message boxes and function keys, the way it is almost a standard in many applications these days.
It searches as you type, so you can easily correct the search and it shows you how many hits there are.
Read more and download here:
https://github.com/theo222/laz_idesearchpanel
howardpc:
A really great contribution, thanks Theo.
The readme.md is sufficient documenation, and once the package is installed in the IDE a narrow search panel is inserted between the bottom of the source editor and the editor status bar.
Installed and worked flawlessly for me on Win 11.
Possible enhancement: typed string is coloured (say) red if no matches are found.
zeljko:
Great plugin ! :)
theo:
Thank you howardpc and zeljko! :)
--- Quote from: howardpc on December 09, 2022, 02:01:41 pm ---Possible enhancement: typed string is coloured (say) red if no matches are found.
--- End quote ---
Good idea!
Update: https://github.com/theo222/laz_idesearchpanel
lainz:
Hi, is working well, like in VS Code and Android Studio :)
Why not Ctrl + F to search with this, to replace the old window, and the old window with Ctrl + P?
Navigation
[0] Message Index
[#] Next page