[gnomeweb-wml/update-gtksourceview] GtkSourceView: mention the search and replace feature



commit 44799cdcde3d9c77d73632d20fc52c6e1e2c96af
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Aug 23 16:32:20 2013 +0200

    GtkSourceView: mention the search and replace feature
    
    Add also "a completion framework" in the features summary, in
    index.html.

 projects.gnome.org/gtksourceview/features.html |    1 +
 projects.gnome.org/gtksourceview/index.html    |    9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/projects.gnome.org/gtksourceview/features.html b/projects.gnome.org/gtksourceview/features.html
index 4797126..a379e27 100644
--- a/projects.gnome.org/gtksourceview/features.html
+++ b/projects.gnome.org/gtksourceview/features.html
@@ -65,6 +65,7 @@
       <li>Matching bracket highlighting</li>
       <li>Line numbers</li>
       <li>Extensible completion framework</li>
+      <li>Search and replace, including regular expression searches</li>
       <li>Line marks (useful for bookmarks, breakpoints, etc.)</li>
       <li>Right margin</li>
       <li>Customizable visual style using style schemes</li>
diff --git a/projects.gnome.org/gtksourceview/index.html b/projects.gnome.org/gtksourceview/index.html
index b6dfc10..8e3e6f5 100644
--- a/projects.gnome.org/gtksourceview/index.html
+++ b/projects.gnome.org/gtksourceview/index.html
@@ -53,11 +53,12 @@
 
     <h2>What is GtkSourceView?</h2>
     <p>GtkSourceView is a portable C library that extends the standard <a href="http://www.gtk.org";>GTK+</a>
-       framework for 
+       framework for
        <a href="https://developer.gnome.org/gtk3/stable/TextWidget.html";>multiline text editing</a>
-       with support for configurable syntax highlighting, unlimited undo/redo, UTF-8 compliant caseless 
searching,
-       printing and other <a href="features.html">features</a> typical of a source code editor.</p> 
-       
+       with support for configurable syntax highlighting, unlimited undo/redo, search and replace,
+       a completion framework, printing and other <a href="features.html">features</a> typical
+       of a source code editor.</p>
+
     <p>GtkSourceView is licensed under the <a 
href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html";>GNU LGPL 2.1</a> 
        and is part of the <a href="http://www.gnome.org";>GNOME</a> Desktop Environment.</p> 
        


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