Bug 60532 - kate/configure highlighting blocks gui for ages
Summary: kate/configure highlighting blocks gui for ages
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: kwrite (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-30 14:34 UTC by stashelp
Modified: 2003-07-06 20:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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