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

List:       kde-commits
Subject:    KDE/kdelibs/kate/part
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2007-05-05 10:52:21
Message-ID: 1178362341.790230.1683.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 661367 by cullmann:

only make the interfaces public, or we will use the internal stuff again everywhere...

 M  +11 -7     katedocument.h  


--- trunk/KDE/kdelibs/kate/part/katedocument.h #661366:661367
@@ -376,6 +376,17 @@
   // KTextEditor::SearchInterface stuff
   //
   public Q_SLOTS:
+    QVector<KTextEditor::Range> searchText(
+        const KTextEditor::Range & range,
+        const QString & pattern,
+        const KTextEditor::Search::SearchOptions options);
+        
+    KTextEditor::Search::SearchOptions supportedSearchOptions() const;
+  
+  //
+  // internal implementation....
+  //
+  private:
     /**
      * Search for the given \p text inside the range \p inputRange taking
      * into account whether to search \p casesensitive and \p backwards.
@@ -409,13 +420,6 @@
     KTextEditor::Range searchText (const KTextEditor::Range & inputRange,
         QRegExp & regexp, bool backwards = false);
 
-    QVector<KTextEditor::Range> searchText(
-        const KTextEditor::Range & range,
-        const QString & pattern,
-        const KTextEditor::Search::SearchOptions options);
-    KTextEditor::Search::SearchOptions supportedSearchOptions() const;
-
-  private:
     /**
      * Resolves escape sequences, e.g. "\\n" to "\n".
      *
[prev in list] [next in list] [prev in thread] [next in thread] 

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