Author Topic: slow  (Read 32689 times)

Offline eranif

  • Regular
  • ***
  • Posts: 256
Re: slow
« Reply #45 on: August 11, 2007, 09:30:07 pm »
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.codeblocks.org/index.php/topic,2869.45.html
search for my second reply from top (username: eranif)

Eran




Offline johne53

  • Regular
  • ***
  • Posts: 253
Re: slow
« Reply #46 on: August 23, 2007, 01:56:39 pm »
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?