Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Tue, 22 Jan 2013 09:33:01 UTC
Commit: fd233b724e7693897c3112dfdea8d60e0ca41bcb
https://github.com/geany/geany-plugins/commit/fd233b724e7693897c3112dfdea8d…
Log Message:
-----------
Merge pull request #77 from vkochan/scope_win32_build_fix
wscript_build was failed on win32 OS.
Please further test it on Windows
Modified Paths:
--------------
scope/wscript_build
Modified: scope/wscript_build
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -25,6 +25,7 @@ from build.wafutils import build_plugin, target_is_win32
name = 'Scope'
includes = ['scope/src']
+libraries = []
if target_is_win32(bld):
datadir = '${G_PREFIX}/${GEANYPLUGINS_DATADIR}'
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 20 Jan 2013 00:41:52 UTC
Commit: 1be2819bfb2ce1405ca55acdfd1c47bb676a42cd
https://github.com/geany/geany-plugins/commit/1be2819bfb2ce1405ca55acdfd1c4…
Log Message:
-----------
Tableconvert: Little update of LaTeX-part of documentation
Modified Paths:
--------------
tableconvert/README
Modified: tableconvert/README
4 files changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -59,6 +59,10 @@ Rectangle selections are currently not supported and might lead to
some weird output you didn't expect -- just don't try it if you have
heart issues or working on an important document :)
+However, after you transformed your selection to a table you might
+want to update the number and orientation of columns at begin of
+tabular-environment.
+
SQL
^^^
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).