Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code::Blocks Find Window Closing

I was wondering if there is a way to keep the "Find" window open in Codeblocks IDE (I'm using v13.12 if that's relevant). I'm talking about the window that usually opens (in any IDE) when you hit 'cntrl + F'. In Codeblocks it keeps closing everytime I hit 'Find'. I would rather it stay open like in Eclipse, Notepad++, and so forth.

like image 904
BlazePascal Avatar asked Aug 30 '26 02:08

BlazePascal


1 Answers

I normally use the "Find in files" function instead of the normal Find function.

When pressing Ctrl+F select the second tab in the window and you will find "Find in Files". Normally I use the scope "Project files" which limits the search to the project only.

After a search you will be provided with all the results in the bottom log window in the tab "Search results". You can then easily click around on all matches and C::B will jump to the file and location.

like image 64
Arnestig Avatar answered Aug 31 '26 23:08

Arnestig