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

List:       kde-commits
Subject:    kate_super_branch: kdelibs/kate/part
From:       Christoph Cullmann <crossfire () babylon2k ! de>
Date:       2004-06-12 13:23:36
Message-ID: 20040612132336.4BEFE126F5 () office ! kde ! org
[Download RAW message or body]

CVS commit by cullmann: 

compile


  M +4 -6      katecodecompletionbar.ui   1.1.2.2
  M +5 -5      katedocument.cpp   1.725.2.4


--- kdelibs/kate/part/katecodecompletionbar.ui  #1.1.2.1:1.1.2.2
@@ -173,9 +173,7 @@
 </connections>
 <layoutdefaults spacing="6" margin="11"/>
-<includehints>
-    <includehint>kpushbutton.h</includehint>
-    <includehint>kcombobox.h</includehint>
-    <includehint>kpushbutton.h</includehint>
-    <includehint>kcombobox.h</includehint>
-</includehints>
+<includes>
+    <include location="global" impldecl="in implementation">kpushbutton.h</include>
+    <include location="global" impldecl="in implementation">kcombobox.h</include>
+</includes>
 </UI>

--- kdelibs/kate/part/katedocument.cpp  #1.725.2.3:1.725.2.4
@@ -1294,5 +1294,5 @@ bool KateDocument::editWrapLine ( uint l
     KateTextLine::Ptr tl = new KateTextLine();
 
-    tl->insertText (0, pos, l->text()+col, l->attributes()+col);
+    tl->insertText (0, pos, l->text()+col);
     l->truncate(col);
 
@@ -1328,5 +1328,5 @@ bool KateDocument::editWrapLine ( uint l
   else
   {
-    nl->insertText (0, pos, l->text()+col, l->attributes()+col);
+    nl->insertText (0, pos, l->text()+col);
     l->truncate(col);
 
@@ -1369,5 +1369,5 @@ bool KateDocument::editUnWrapLine ( uint
   if (removeLine)
   {
-    l->insertText (col, tl->length(), tl->text(), tl->attributes());
+    l->insertText (col, tl->length(), tl->text());
 
     m_buffer->changeLine(line);
@@ -1376,5 +1376,5 @@ bool KateDocument::editUnWrapLine ( uint
   else
   {
-    l->insertText (col, (tl->length() < length) ? tl->length() : length, tl->text(), tl->attributes());
+    l->insertText (col, (tl->length() < length) ? tl->length() : length, tl->text());
     tl->removeText (0, (tl->length() < length) ? tl->length() : length);
 


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

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