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

List:       kde-commits
Subject:    branches/KDE/3.5/kdewebdev/quanta
From:       Andras Mantia <amantia () kde ! org>
Date:       2006-09-02 9:46:27
Message-ID: 1157190387.121535.22738.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 579980 by amantia:

Show the correct column number if tabs are used in the document BUG: 133313


 M  +1 -0      ChangeLog  
 M  +1 -1      src/quanta.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/ChangeLog #579979:579980
@@ -9,6 +9,7 @@
       - crash fix in CSS editor [#131849]
       - don't crash when closing a document in VPL mode [#133082, #126585, #125153]
       - fix crash when copying to clipboard inside VPL [#130212]
+      - show the correct column number if tabs are used in the document [#133313]
 
 Version 3.5.4 (Release date: 02-08-2006; Started 24-06-2005):
  - bugfixes:
--- branches/KDE/3.5/kdewebdev/quanta/src/quanta.cpp #579979:579980
@@ -1540,7 +1540,7 @@
   oldCursorCol = cursorCol;
   Document *w = ViewManager::ref()->activeDocument();
   if (w)
-    w->viewCursorIf->cursorPositionReal(&cursorLine, &cursorCol);
+    w->viewCursorIf->cursorPosition(&cursorLine, &cursorCol);
   linenumber = i18n("Line: %1 Col: %2").arg(cursorLine+1).arg(cursorCol+1);
   statusBar()->changeItem(linenumber, IDS_STATUS_CLM);
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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