News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

slow

Started by rotalever, July 26, 2007, 04:03:12 PM

Previous topic - Next topic

eranif

Hi,

I dont know if this is the same problem, but a year ago I had similar problem - using another application which used wxScintilla - and after some profiling I seem to found the root cause for that particular problem:
wxDC::GetTextExtent - On Linux is very slow. Removing the call to this function simply removed the problem.

This call was hiding when calling to wxScintilla::TextWidth() - avoiding this function simply fixes the problem.

this issue was reported here:
http://forums.next.codeblocks.org/index.php/topic,2869.45.html
search for my second reply from top (username: eranif)

Eran




johne53

Sorry - this is quite a lengthy thread but I'd like to add my name to the list of users with this problem. C::B editor (typing / moving the carat around etc) is very slow under Linux (OpenSuse 10.2) but fine under Windows. Was it ever resolved whether or not there's a fix for the problem?