Revision: 5216 http://geany.svn.sourceforge.net/geany/?rev=5216&view=rev Author: ntrel Date: 2010-09-09 15:38:36 +0000 (Thu, 09 Sep 2010)
Log Message: ----------- Mention the filetype wordchars setting can be overridden by the whitespace_chars filetypes.common setting.
Modified Paths: -------------- trunk/ChangeLog trunk/doc/geany.html trunk/doc/geany.txt
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2010-09-09 15:26:30 UTC (rev 5215) +++ trunk/ChangeLog 2010-09-09 15:38:36 UTC (rev 5216) @@ -11,6 +11,9 @@ Fix possible NULL dereference. * HACKING: Add link to glade-2.12.2.tar.gz on geany.org. + * doc/geany.txt, doc/geany.html: + Mention the filetype wordchars setting can be overridden by the + whitespace_chars filetypes.common setting.
2010-09-09 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
Modified: trunk/doc/geany.html =================================================================== --- trunk/doc/geany.html 2010-09-09 15:26:30 UTC (rev 5215) +++ trunk/doc/geany.html 2010-09-09 15:38:36 UTC (rev 5216) @@ -6,7 +6,7 @@ <meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" /> <title>Geany</title> <meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" /> -<meta name="date" content="2010-08-24" /> +<meta name="date" content="2010-09-09" /> <style type="text/css">
/* @@ -139,7 +139,7 @@ <br />Nick Treleaven <br />Frank Lanitz</td></tr> <tr><th class="docinfo-name">Date:</th> -<td>2010-08-24</td></tr> +<td>2010-09-09</td></tr> <tr><th class="docinfo-name">Version:</th> <td>0.20</td></tr> </tbody> @@ -4256,7 +4256,12 @@ <dt>wordchars</dt> <dd><p class="first">These characters define word boundaries when making selections and searching using word matching options.</p> -<p class="last"><em>Example:</em> (look at system filetypes.* files)</p> +<p><em>Example:</em> (look at system filetypes.* files)</p> +<div class="last note"> +<p class="first admonition-title">Note</p> +<p class="last">This can be overridden by the <em>whitespace_chars</em> +filetypes.common setting.</p> +</div> </dd> <dt>comment_open</dt> <dd><p class="first">A character or string which is used to comment code. If you want to @@ -6128,7 +6133,7 @@ <div class="footer"> <hr class="footer" /> <a class="reference" href="geany.txt">View document source</a>. -Generated on: 2010-09-09 11:53 UTC. +Generated on: 2010-09-09 15:36 UTC. Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/doc/geany.txt =================================================================== --- trunk/doc/geany.txt 2010-09-09 15:26:30 UTC (rev 5215) +++ trunk/doc/geany.txt 2010-09-09 15:38:36 UTC (rev 5216) @@ -3576,6 +3576,10 @@
*Example:* (look at system filetypes.* files)
+ .. note:: + This can be overridden by the *whitespace_chars* + filetypes.common setting. + comment_open A character or string which is used to comment code. If you want to use multiline comments, also set comment_close, otherwise leave it
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.