Bug 60532

Summary: kate/configure highlighting blocks gui for ages
Product: [Applications] kate Reporter: stashelp
Component: kwriteAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description stashelp 2003-06-30 14:34:00 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

ok i have hear a pentium iii 500, not a fast machine.
but surely i could almost run to the kitchen and grab a snack and come back in the time the highlighting module loads. it surely didn't take that long back in kde 3.0. and i was told kde cvs was fast.
Comment 1 Anders Lund 2003-07-06 20:49:36 UTC
Subject: kdelibs/kate/part

CVS commit by alund: 

Optimizing the highlight config page:
* lazy loading, load only highlights as required
* start on the relevant highlight (current document)
* new signal HighlightManager::changed(hlNumber) so that documents only needs
to rerender if the used hl has changed.

Should I merge HlConfigPage andighlightDialogPage?? Jowenn?

CCMAIL: 60532-done@bugs.kde.org


  M +24 -15    katedialogs.cpp   1.66
  M +8 -3      katedialogs.h   1.35
  M +8 -1      katedocument.cpp   1.543
  M +1 -0      katedocument.h   1.220
  M +17 -4     katehighlight.cpp   1.112
  M +8 -0      katehighlight.h   1.46