[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 12:24:56
Message-ID: 20050407122456.CCEA663E () office ! kde ! org
[Download RAW message or body]

CVS commit by cullmann: 

fix that return moves the current view if you press it at start of first line :/
this is in CVS since months, and nobody noticed
dominik, could you commit to kde 3_4 branch, to have that in next minor release?
CCMAIL:kwrite-devel@kde.org


  M +1 -1      katesupercursor.cpp   1.22


--- kdelibs/kate/part/katesupercursor.cpp  #1.21:1.22
@@ -192,5 +192,5 @@ void KateSuperCursor::editLineWrapped(ui
     return;
   }
-  else if ( (m_line == int(line)) && (m_col >= int(col)) )
+  else if ( (m_line == int(line)) && (m_col > int(col)) || (m_moveOnInsert && (m_col == int(col))) )
   {
     m_line++;


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

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