User forums > General (but related to Code::Blocks)
CodeBlocks keyboard input really slow on Mac OS X 10.6.3 – Not sure why.
edwin:
Hi Morten,
Thank you for that tip. I would like to try what you suggest but when I change and save the updated setting, my C::B crashes and the old setting persists. :(
Is it possible to change this setting manually in a config file outside of the IDE?
Thank you,
edwin
MortenMacFly:
--- Quote from: edwin on January 25, 2011, 04:53:49 pm ---Is it possible to change this setting manually in a config file outside of the IDE?
--- End quote ---
Although this is really not recommended, you can try to add/modify the (existing) section in the default.conf file as following:
--- Code: --- <code_completion>
<WHILE_TYPING bool="0" />
</code_completion>
--- End code ---
thomas:
If I remember right, we had a similar issue some 1-2 years ago with some Linux distros that used some bugged Cairo lib, or something. For whatever reason, the editor spent *huge* amounts of time in calculating character widths over and over again.
Not sure if that is of any help in your particular case, but it might be worth checking that all your 3rd party dependencies are up to date.
Four:
Unfortunately disabling "update parser when typing" didn't work but disabling the code completion auto popping ("Automatically Launch when typed # of letters") worked. Maybe doing the auto completion when you type a "." , "::", or "->" and etc.. would be better.
AndreasO:
Hi,
Was this problem ever solved? I'm having exactly the same problems with a delayed, very slow keyboard input and a long startup time on Mac OS X 10.7.5 and CodeBlocks 12.11 (all plugins apart from Compiler disabled).
Best regards,
Andreas
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version