Hello,

I'm using wxStyledTextCtrl to show text, I make extensive use of markers. I
load a file with 25K lines. For some (good) reason, I mark allmost all of
them. It seems that wxWakeUpIdle is called for each marker that I set... the
result is that my app shows thousands of debug error messages because
Windows message queue get flooded and it takes minutes to load... even once
loaded it takes minutes to stop taking 100% CPU :(

so my first question: what is wxWakeUpIdle( ) for exactly in the context of
Window::Invalidate??? ? could we remove that or find a way to send call it
once per invalidation round?

Regards
Armel
PS: I posted this to wx list but got no response, this list is probably a better place
 
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to