[Kst] branches/work/kst/portto4/kst/src/widgets

Joshua Netterfield drmrshdw at gmail.com
Thu Jul 28 19:52:46 CEST 2011


SVN commit 1243697 by joshuanetterfield:

Fixed seperation list.


 M  +2 -2      cclineedit.cpp  


--- branches/work/kst/portto4/kst/src/widgets/cclineedit.cpp #1243696:1243697
@@ -236,7 +236,7 @@
         if(caught) {
             search='[';
         } else {
-            const QString& possiblePhraseEndings=" =$.\n:/*]()%^&|!<>0245+1337-6789Ie";
+            const QString& possiblePhraseEndings=" =$.\n:/*]()%^&|!<>0245+1337-6789";
             // also change in divide!!
             int maxIndex=-1;
             for(int j=0;j<possiblePhraseEndings.size();j++) {
@@ -290,7 +290,7 @@
     if(caught) {
         search='[';
     } else {
-        const QString& possiblePhraseEndings=" =$.\n:/*]()%^&|!<>0245+1337-6789Ie";
+        const QString& possiblePhraseEndings=" =$.\n:/*]()%^&|!<>0245+1337-6789";
         // also change in insert!!
 
         int maxIndex=-2;


More information about the Kst mailing list