[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kwrite-devel
Subject:    KDE/kdelibs/kate/part
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2005-05-29 20:42:09
Message-ID: 1117399329.162758.29654.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 419560 by cullmann:

try to fix lag problem
if this solves it, we have some problem with editStart/End and indenters
atm me can not confirm that this change fixes anything, but Thomas seems to have
found out that this lines cause probs
if somebody can confirm it, please send mail ;)

CCMAIL:kwrite-devel@kde.org
CCMAIL:thomas.luebking@web.de


 M  +2 -2      katedocument.cpp  


--- trunk/KDE/kdelibs/kate/part/katedocument.cpp #419559:419560
@@ -3125,14 +3125,14 @@
 
   if (m_indenter->canProcessLine())
   {
-    editStart();
+    //editStart();
 
     KateDocCursor begin(line, 0, this);
     KateDocCursor end(line + lines, 0, this);
 
     m_indenter->processSection (begin, end);
 
-    editEnd();
+    //editEnd();
   }
 
   if (!view->blockSelectionMode()) emit charactersSemiInteractivelyInserted (line, column, s);
_______________________________________________
KWrite-Devel mailing list
KWrite-Devel@kde.org
https://mail.kde.org/mailman/listinfo/kwrite-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic