SF.net SVN: geany:[5421] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Nov 22 12:45:21 UTC 2010


Revision: 5421
          http://geany.svn.sourceforge.net/geany/?rev=5421&view=rev
Author:   ntrel
Date:     2010-11-22 12:45:20 +0000 (Mon, 22 Nov 2010)

Log Message:
-----------
Explain how to grep the source for Scintilla lexer properties.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/geany.html
    trunk/doc/geany.txt

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-11-21 17:40:08 UTC (rev 5420)
+++ trunk/ChangeLog	2010-11-22 12:45:20 UTC (rev 5421)
@@ -1,7 +1,13 @@
+2010-11-22  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * doc/geany.txt, doc/geany.html:
+   Explain how to grep the source for Scintilla lexer properties.
+
+
 2010-11-21  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * data/filetypes.xml:
-   Add 'instanceif' keyword for PHP (closes #3109330).
+   Add 'instanceof' keyword for PHP (closes #3109330).
 
 
 2010-11-18  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2010-11-21 17:40:08 UTC (rev 5420)
+++ trunk/doc/geany.html	2010-11-22 12:45:20 UTC (rev 5421)
@@ -4347,6 +4347,11 @@
 <h4><a class="toc-backref" href="#id181" id="lexer-properties-section" name="lexer-properties-section">[lexer_properties] Section</a></h4>
 <p>Here any special properties for the Scintilla lexer can be set in the
 format <tt class="docutils literal"><span class="pre">key.name.field=some.value</span></tt>.</p>
+<p>Properties Geany uses are listed in the system filetype files. To find
+other properties you need Geany's source code:</p>
+<pre class="literal-block">
+egrep -o 'GetProperty\w*\("([^"]+)"[^)]+\)' scintilla/Lex*.cxx
+</pre>
 </div>
 <div class="section">
 <h4><a class="toc-backref" href="#id182" id="settings-section" name="settings-section">[settings] Section</a></h4>
@@ -6354,7 +6359,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2010-11-17 17:44 UTC.
+Generated on: 2010-11-22 12:42 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-11-21 17:40:08 UTC (rev 5420)
+++ trunk/doc/geany.txt	2010-11-22 12:45:20 UTC (rev 5421)
@@ -3642,7 +3642,12 @@
 Here any special properties for the Scintilla lexer can be set in the
 format ``key.name.field=some.value``.
 
+Properties Geany uses are listed in the system filetype files. To find
+other properties you need Geany's source code::
 
+    egrep -o 'GetProperty\w*\("([^"]+)"[^)]+\)' scintilla/Lex*.cxx
+
+
 [settings] Section
 ``````````````````
 


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