[gtksourceview/wip/various-stuff] Doc: no "current match" concept for the search and replace



commit 3fad9a9fa8c8a2893fd47c101e7117b8f43b9c03
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Jan 30 19:13:38 2014 +0100

    Doc: no "current match" concept for the search and replace

 gtksourceview/gtksourcesearchcontext.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/gtksourcesearchcontext.c b/gtksourceview/gtksourcesearchcontext.c
index 8ad7ca0..f51d394 100644
--- a/gtksourceview/gtksourcesearchcontext.c
+++ b/gtksourceview/gtksourcesearchcontext.c
@@ -68,6 +68,9 @@
  * to bind the appearance settings to only one buffer (a
  * #GtkSourceSearchSettings object can be bound indirectly to several buffers).
  *
+ * The concept of "current match" doesn't exist yet. A way to highlight
+ * differently the current match is to select it.
+ *
  * A search occurrence's position doesn't depend on the cursor position or other
  * parameters. Take for instance the buffer "aaaa" with the search text "aa".
  * The two occurrences are at positions [0:2] and [2:4]. If you begin to search


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]