SF.net SVN: geany:[4625] branches/geany-0.18.1

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Jan 31 21:52:20 UTC 2010


Revision: 4625
          http://geany.svn.sourceforge.net/geany/?rev=4625&view=rev
Author:   eht16
Date:     2010-01-31 21:52:20 +0000 (Sun, 31 Jan 2010)

Log Message:
-----------
Backport from trunk:
Add the default comment character sequence for reStructuredText.

Modified Paths:
--------------
    branches/geany-0.18.1/ChangeLog
    branches/geany-0.18.1/data/filetypes.restructuredtext

Modified: branches/geany-0.18.1/ChangeLog
===================================================================
--- branches/geany-0.18.1/ChangeLog	2010-01-31 21:52:08 UTC (rev 4624)
+++ branches/geany-0.18.1/ChangeLog	2010-01-31 21:52:20 UTC (rev 4625)
@@ -12,6 +12,8 @@
 
 2009-12-29  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
+ * data/filetypes.restructuredtext:
+   Add the default comment character sequence for reStructuredText.
  * src/callbacks.c:
    Show the Find/Goto dialogs if the corresponding toolbar buttons are
    clicked but their text fields are not part of the toolbar (#2920807).

Modified: branches/geany-0.18.1/data/filetypes.restructuredtext
===================================================================
--- branches/geany-0.18.1/data/filetypes.restructuredtext	2010-01-31 21:52:08 UTC (rev 4624)
+++ branches/geany-0.18.1/data/filetypes.restructuredtext	2010-01-31 21:52:20 UTC (rev 4625)
@@ -7,7 +7,7 @@
 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
 
 # if only single comment char is supported like # in this file, leave comment_close blank
-#comment_open=#
+comment_open=..
 #comment_close=
 # this is an alternative way, so multiline comments are used
 #comment_open=/*


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



More information about the Commits mailing list