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

List:       kde-commits
Subject:    kdelibs/kate/part
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2005-04-07 20:06:41
Message-ID: 20050407200641.4C396494 () office ! kde ! org
[Download RAW message or body]

CVS commit by cullmann: 

comment out my own oververbose debug output, candidate for backport, too ;)


  M +9 -9      katebuffer.cpp   1.221


--- kdelibs/kate/part/katebuffer.cpp  #1.220:1.221
@@ -897,9 +897,9 @@ bool KateBuffer::doHighlight (KateBufBlo
     return false;
 
-  QTime t;
-  t.start();
-  kdDebug (13020) << "HIGHLIGHTED START --- NEED HL, LINESTART: " << startLine << " \
                LINEEND: " << endLine << endl;
-  kdDebug (13020) << "HL UNTIL LINE: " << m_lineHighlighted << " MAX: " << \
                m_lineHighlightedMax << endl;
-  kdDebug (13020) << "HL DYN COUNT: " << KateHlManager::self()->countDynamicCtxs() \
<< " MAX: " << m_maxDynamicContexts << endl; +  //QTime t;
+  //t.start();
+  //kdDebug (13020) << "HIGHLIGHTED START --- NEED HL, LINESTART: " << startLine << \
" LINEEND: " << endLine << endl; +  //kdDebug (13020) << "HL UNTIL LINE: " << \
m_lineHighlighted << " MAX: " << m_lineHighlightedMax << endl; +  //kdDebug (13020) \
<< "HL DYN COUNT: " << KateHlManager::self()->countDynamicCtxs() << " MAX: " << \
m_maxDynamicContexts << endl;  
   // see if there are too many dynamic contexts; if yes, invalidate HL of all \
documents @@ -1211,8 +1211,8 @@ bool KateBuffer::doHighlight (KateBufBlo
     emit codeFoldingUpdated();
 
-  kdDebug (13020) << "HIGHLIGHTED END --- NEED HL, LINESTART: " << startLine << " \
                LINEEND: " << endLine << endl;
-  kdDebug (13020) << "HL UNTIL LINE: " << m_lineHighlighted << " MAX: " << \
                m_lineHighlightedMax << endl;
-  kdDebug (13020) << "HL DYN COUNT: " << KateHlManager::self()->countDynamicCtxs() \
                << " MAX: " << m_maxDynamicContexts << endl;
-  kdDebug (13020) << "TIME TAKEN: " << t.elapsed() << endl;
+  //kdDebug (13020) << "HIGHLIGHTED END --- NEED HL, LINESTART: " << startLine << " \
LINEEND: " << endLine << endl; +  //kdDebug (13020) << "HL UNTIL LINE: " << \
m_lineHighlighted << " MAX: " << m_lineHighlightedMax << endl; +  //kdDebug (13020) \
<< "HL DYN COUNT: " << KateHlManager::self()->countDynamicCtxs() << " MAX: " << \
m_maxDynamicContexts << endl; +  //kdDebug (13020) << "TIME TAKEN: " << t.elapsed() \
<< endl;  
   // if we are at the last line of the block + we still need to continue


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

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