Revision: 1123
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1123&view=rev
Author: eht16
Date: 2010-01-11 20:41:09 +0000 (Mon, 11 Jan 2010)
Log Message:
-----------
Improve description of the new blank lines addon (patch by Eugene Arshinov, thanks).
Modified Paths:
--------------
trunk/geany-plugins/addons/README
Modified: trunk/geany-plugins/addons/README
===================================================================
--- trunk/geany-plugins/addons/README 2010-01-11 19:47:56 UTC (rev 1122)
+++ trunk/geany-plugins/addons/README 2010-01-11 20:41:09 UTC (rev 1123)
@@ -47,10 +47,9 @@
Strip trailing blank lines
^^^^^^^^^^^^^^^^^^^^^^^^^^
-This addon removes trailing blank lines from the document when it is
-saved. This is useful for filetypes like PHP but unfavorable for
-filetypes like C where compilers might warn about a missing trailing
-blank line.
+This addon removes excessive trailing blank lines from the document when it is
+saved. If you have 'Ensure new line at file end' option checked in Preferences,
+one trailing newline will be left.
Downloads
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1116
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1116&view=rev
Author: frlan
Date: 2010-01-05 22:40:35 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
GeanyLaTeX: Some more update of documentation arround plugin
Modified Paths:
--------------
trunk/geanylatex/ChangeLog
trunk/geanylatex/INSTALL
trunk/geanylatex/TODO
Modified: trunk/geanylatex/ChangeLog
===================================================================
--- trunk/geanylatex/ChangeLog 2010-01-05 22:29:14 UTC (rev 1115)
+++ trunk/geanylatex/ChangeLog 2010-01-05 22:40:35 UTC (rev 1116)
@@ -1,3 +1,15 @@
+2009-01-03 Frank Lanitz <frank(a)frank.uvena.de>
+
+ * Dpn't deactivate wizard icon if no document is open
+
+
+
+2009-01-01 Frank Lanitz <frank(a)frank.uvena.de>
+
+ * Make text used for inserting references configurable.
+ Please check documentation for details on how to do it.
+
+
2009-12-26 Frank Lanitz <frank(a)frank.uvena.de>
* Deactivate icons of toolbar, if no LaTeX document is open. Behavior
Modified: trunk/geanylatex/INSTALL
===================================================================
--- trunk/geanylatex/INSTALL 2010-01-05 22:29:14 UTC (rev 1115)
+++ trunk/geanylatex/INSTALL 2010-01-05 22:40:35 UTC (rev 1116)
@@ -1,7 +1,7 @@
These installation instructions are written for a Linux system, but
should work also on other plattforms as Windows is.
-Building the plugin requires Geany 0.18 or above (Geany Plugin API v147
+Building the plugin requires Geany 0.19 or above (Geany Plugin API v166
or higher).
You need for compliling the plugin the Geany header files installed.
@@ -12,5 +12,7 @@
% ./waf install
If you want to install geanyLaTeX to another directory, you should run
-./waf configure with --prefix=/path/to/dir option. ./waf install will
-install all files to your new target.
+./waf configure with --prefix=/path/to/dir option. ./waf install will
+install all files to your new target. For more detailed information
+please check documentation inside doc-folder which should be shippid
+with this archive.
Modified: trunk/geanylatex/TODO
===================================================================
--- trunk/geanylatex/TODO 2010-01-05 22:29:14 UTC (rev 1115)
+++ trunk/geanylatex/TODO 2010-01-05 22:40:35 UTC (rev 1116)
@@ -9,10 +9,8 @@
* Adding support for diff. letter classes
* Adding a way setting variables/values for wizard inside custom
template
- * Make templates are getting searched inside $PREFIX
* Replacing of environments
* Parsing document for »TOC«
* Navigation throught document
- * "Graphical" support while using \ref, \pageref ...
* Code examples for very common problems
* Make special characters extensible through files
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.