[gnome-builder] Refine Builder's appdata description



commit cce07184512294cec80486ce7e47c81830977b8b
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 |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/data/appdata/org.gnome.Builder.appdata.xml b/data/appdata/org.gnome.Builder.appdata.xml
index 453740f..4b2d4ec 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml
+++ b/data/appdata/org.gnome.Builder.appdata.xml
@@ -9,14 +9,19 @@
 
   <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>Integration with VCS</li>
+      <li>Autocompletion and indentation</li>
+      <li>Code syntax highlighting</li>
+      <li>Split views of a single document</li>
+      <li>Optional Vim-style editing</li>
+      <li>Integration with Git</li>
     </ul>
   </description>
 


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