[gnome-builder/wip/appdata] Refine Builder's appdata description



commit db408e5b99cde5c2722fff7127efb727cd848749
Author: Pete Travis <immanetize fedoraproject org>
Date:   Wed Dec 31 18:03:47 2014 -0700

    Refine Builder's appdata description
    
    v2:
        Replace VCS with Git (Igor Gnatenko)
        Add syntax highlighting to features list (Igor Gnatenko
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742155
    Signed-off-by: Igor Gnatenko <ignatenko src gnome org>

 data/appdata/org.gnome.Builder.appdata.xml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/data/appdata/org.gnome.Builder.appdata.xml b/data/appdata/org.gnome.Builder.appdata.xml
index 453740f..204cbbd 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml
+++ b/data/appdata/org.gnome.Builder.appdata.xml
@@ -9,13 +9,14 @@
 
   <description>
     <p>
-      Builder is a new IDE for GNOME that is focused on bringing the power of
-      our platform to more developers than ever before.
+      Builder is an actively developed Integrated Development Environment for GNOME.  It combines integrated 
support for essential GNOME technologies such as Gtk, Glib, and GNOME APIs with features that any developer 
will appreciate, like syntax highlighting and snippets.
     </p>
     <p>Features:</p>
     <ul>
       <li>HTML/Markdown preview</li>
-      <li>Autocompletion</li>
+      <li>Autocompletion and indentation</li>
+      <li>Split views of a single document</li>
+      <li>Optional Vim-style editing</li>
       <li>Integration with VCS</li>
     </ul>
   </description>


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