SF.net SVN: geany: [843] trunk/doc/geany.docbook
ntrel at users.sourceforge.net
ntrel at xxxxx
Thu Sep 28 13:44:25 UTC 2006
Revision: 843
http://svn.sourceforge.net/geany/?rev=843&view=rev
Author: ntrel
Date: 2006-09-28 06:44:21 -0700 (Thu, 28 Sep 2006)
Log Message:
-----------
Update selection arguments in filetypes.common
Modified Paths:
--------------
trunk/doc/geany.docbook
Modified: trunk/doc/geany.docbook
===================================================================
--- trunk/doc/geany.docbook 2006-09-27 21:27:09 UTC (rev 842)
+++ trunk/doc/geany.docbook 2006-09-28 13:44:21 UTC (rev 843)
@@ -1467,10 +1467,20 @@
<tbody>
<row>
<entry>selection</entry>
- <entry>The style for colouring selections. Only foreground and
- background colour are interpreted.
+ <entry>
+ The style for colouring selected text.
+ The format is:
+ <itemizedlist>
+ <listitem><para>Foreground colour</para></listitem>
+ <listitem><para>Background colour</para></listitem>
+ <listitem><para>Use foreground colour</para></listitem>
+ <listitem><para>Use background colour</para></listitem>
+ </itemizedlist>
+ The colours are only set if the 3rd or 4th argument is true.
+ When the colours are not overridden, the default is a dark
+ grey background with syntax highlighted foreground text.
</entry>
- <entry>selection=0xc0c0c0;0x00007F;false;false</entry>
+ <entry>selection=0xc0c0c0;0x00007F;true;true</entry>
</row>
<row>
<entry>brace_good</entry>
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