Revision: 2960 http://geany.svn.sourceforge.net/geany/?rev=2960&view=rev Author: ntrel Date: 2008-09-17 16:14:51 +0000 (Wed, 17 Sep 2008)
Log Message: ----------- Update feature list in About Geany section.
Modified Paths: -------------- trunk/ChangeLog trunk/doc/geany.html trunk/doc/geany.txt
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-09-17 15:54:37 UTC (rev 2959) +++ trunk/ChangeLog 2008-09-17 16:14:51 UTC (rev 2960) @@ -7,6 +7,8 @@ Apply patch (with minor changes) from Jason Oster to improve showing brace indent guides on empty lines when appropriate (thanks, #2105982). + * doc/geany.txt, doc/geany.html: + Update feature list in About Geany section.
2008-09-16 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
Modified: trunk/doc/geany.html =================================================================== --- trunk/doc/geany.html 2008-09-17 15:54:37 UTC (rev 2959) +++ trunk/doc/geany.html 2008-09-17 16:14:51 UTC (rev 2960) @@ -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="2008-09-08" /> +<meta name="date" content="2008-09-15" /> <style type="text/css">
/* @@ -139,7 +139,7 @@ <br />Nick Treleaven <br />Frank Lanitz</td></tr> <tr><th class="docinfo-name">Date:</th> -<td>2008-09-08</td></tr> +<td>2008-09-15</td></tr> <tr><th class="docinfo-name">Version:</th> <td>0.15</td></tr> </tbody> @@ -400,17 +400,18 @@ <p>Some basic features of Geany are:</p> <ul class="simple"> <li>Syntax highlighting</li> -<li>Code completion</li> -<li>Auto completion of often-used constructs like "if", "for" and "while"</li> -<li>Auto completion of XML and HTML tags</li> +<li>Code folding</li> +<li>Symbol name auto-completion</li> +<li>Construct completion/snippets</li> +<li>Auto-closing of XML and HTML tags</li> <li>Call tips</li> <li>Many supported filetypes including C, Java, PHP, HTML, Python, Perl, Pascal, and others</li> -<li>Tag/Symbol lists</li> -<li>Plugin interface</li> +<li>Symbol lists</li> <li>Code navigation</li> <li>Build system to compile and execute your code</li> <li>Simple project management</li> +<li>Plugin interface</li> </ul> </div> <div class="section"> @@ -4240,7 +4241,7 @@ <div class="footer"> <hr class="footer" /> <a class="reference" href="geany.txt">View document source</a>. -Generated on: 2008-09-15 13:05 UTC. +Generated on: 2008-09-17 16:01 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 2008-09-17 15:54:37 UTC (rev 2959) +++ trunk/doc/geany.txt 2008-09-17 16:14:51 UTC (rev 2960) @@ -44,17 +44,18 @@ Some basic features of Geany are:
* Syntax highlighting -* Code completion -* Auto completion of often-used constructs like "if", "for" and "while" -* Auto completion of XML and HTML tags +* Code folding +* Symbol name auto-completion +* Construct completion/snippets +* Auto-closing of XML and HTML tags * Call tips * Many supported filetypes including C, Java, PHP, HTML, Python, Perl, Pascal, and others -* Tag/Symbol lists -* Plugin interface +* Symbol lists * Code navigation * Build system to compile and execute your code * Simple project management +* Plugin interface
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.