[gedit] Use multiple selection for the html input type snippet



commit b054d21d92f8d24d8cbbd6e1320ff3c3a56aceb4
Author: Paolo Borelli <pborelli gnome org>
Date:   Fri Dec 25 20:55:09 2009 +0100

    Use multiple selection for the html input type snippet

 plugins/snippets/data/html.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/snippets/data/html.xml b/plugins/snippets/data/html.xml
index 8a26325..d294f93 100644
--- a/plugins/snippets/data/html.xml
+++ b/plugins/snippets/data/html.xml
@@ -137,7 +137,7 @@ $0]]></text>
     <description>Image</description>
   </snippet>
   <snippet id="input">
-    <text><![CDATA[<input type="${1:text/submit/hidden/button/checkbox/radio}" name="${2:some_name}" value="$3" id="${5}" />]]></text>
+    <text><![CDATA[<input type="${1:[button,checkbox,file,hidden,image,password,radio,reset,submit,text]}" name="${2:some_name}" value="$3" id="${5}" />]]></text>
     <description>Input</description>
     <tag>input</tag>
   </snippet>



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