News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code::Blocks IDE very slow when starting to search text in a source file

Started by rudolf128, October 09, 2013, 11:15:53 PM

Previous topic - Next topic

rudolf128

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?

stahta01

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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

rudolf128

OS: Windows XP with all actualizations.
CB: 12.11
Thanks for your answers

BlueHazzard

if you are searching in a file, you can also try to use incremental search, in the toolbar...

greetings