Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: rudolf128 on October 09, 2013, 11:15:53 pm

Title: Code::Blocks IDE very slow when starting to search text in a source file
Post by: rudolf128 on October 09, 2013, 11:15:53 pm
I wrote some programs in ANSI C. Their source codes are medium sized (about 75KB).
When starting a search for a word, the window used to enter the searched word(s) takes a very long time (5 or so seconds) to appear. After that, the time to get the results is acceptable.
This was not so when I installed CodeBlocks some months ago. The problem developed recently.
Any ideas?
Title: Re: Code::Blocks IDE very slow when starting to search text in a source file
Post by: stahta01 on October 09, 2013, 11:33:05 pm
I suggest turning off all the plugins you do NOT use and see if it improves.
The Code Completion used to be a source of major slow down; no idea if its been fixed or not.

Report the OS and CB version info.

Tim S.
Title: Re: Code::Blocks IDE very slow when starting to search text in a source file
Post by: oBFusCATed on October 09, 2013, 11:33:53 pm
What search dialog?
Title: Re: Code::Blocks IDE very slow when starting to search text in a source file
Post by: rudolf128 on October 10, 2013, 05:17:31 am
OS: Windows XP with all actualizations.
CB: 12.11
Thanks for your answers
Title: Re: Code::Blocks IDE very slow when starting to search text in a source file
Post by: BlueHazzard on October 10, 2013, 09:49:52 pm
if you are searching in a file, you can also try to use incremental search, in the toolbar...

greetings