SF.net SVN: geany-plugins:[2101] trunk/geany-plugins/xmlsnippets/README

statc at users.sourceforge.net statc at xxxxx
Sat Jun 25 15:38:33 UTC 2011


Revision: 2101
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2101&view=rev
Author:   statc
Date:     2011-06-25 15:38:32 +0000 (Sat, 25 Jun 2011)

Log Message:
-----------
XMLSnippets: fix list indentation in README

Modified Paths:
--------------
    trunk/geany-plugins/xmlsnippets/README

Modified: trunk/geany-plugins/xmlsnippets/README
===================================================================
--- trunk/geany-plugins/xmlsnippets/README	2011-06-22 06:06:20 UTC (rev 2100)
+++ trunk/geany-plugins/xmlsnippets/README	2011-06-25 15:38:32 UTC (rev 2101)
@@ -19,14 +19,15 @@
 example, "table").
 
 Notes:
-  * The plugin will only use snippets which body starts with a tag, optionally
-    preceded by whitespace.  This is to prevent erroneus insertion of snippets
-    which you may have defined for, e.g., JavaScript.
-  * If you typed some attributes within a tag which is then automatically
-    completed by the plugin, the attributes will be copied to the first tag
-    of the snippet body.  If that tag already contains attributes,
-    autocompletion will not proceed.
 
+* The plugin will only use snippets which body starts with a tag, optionally
+  preceded by whitespace.  This is to prevent erroneus insertion of snippets
+  which you may have defined for, e.g., JavaScript.
+* If you typed some attributes within a tag which is then automatically
+  completed by the plugin, the attributes will be copied to the first tag
+  of the snippet body.  If that tag already contains attributes,
+  autocompletion will not proceed.
+
 You can use this plugin together with tag autocompletion provided by Geany.
 Tags, for which you defined snippets, will be completed by the plugin;
 Geany will deal with other tags.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list