SF.net SVN: geany-plugins:[1594] trunk/geanylatex
frlan at users.sourceforge.net
frlan at xxxxx
Sat Sep 18 23:34:30 UTC 2010
Revision: 1594
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1594&view=rev
Author: frlan
Date: 2010-09-18 23:34:30 +0000 (Sat, 18 Sep 2010)
Log Message:
-----------
GeanyLaTeX: Turn autocompletion feature be turned on by default. Will be overwritten by configuration
Modified Paths:
--------------
trunk/geanylatex/doc/geanylatex.tex
trunk/geanylatex/src/geanylatex.c
Modified: trunk/geanylatex/doc/geanylatex.tex
===================================================================
--- trunk/geanylatex/doc/geanylatex.tex 2010-09-18 01:01:34 UTC (rev 1593)
+++ trunk/geanylatex/doc/geanylatex.tex 2010-09-18 23:34:30 UTC (rev 1594)
@@ -521,7 +521,7 @@
\pageref {sec:hidden_pref_autocompletion_context}.
This feature is by default file type depending, so it will only work
-on \TeX{}-like file types.
+on \TeX{}-like file types as well its turned on by default.
\subsection{Inserting \textbackslash{}usepackage\{\}-entry to header}
Modified: trunk/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c 2010-09-18 01:01:34 UTC (rev 1593)
+++ trunk/geanylatex/src/geanylatex.c 2010-09-18 23:34:30 UTC (rev 1594)
@@ -1924,7 +1924,7 @@
glatex_set_toolbar_active = utils_get_setting_boolean(config, "general",
"glatex_set_toolbar_active", FALSE);
glatex_autocompletion_active = utils_get_setting_boolean(config, "general",
- "glatex_set_autocompletion", FALSE);
+ "glatex_set_autocompletion", TRUE);
glatex_autobraces_active = utils_get_setting_boolean(config, "autocompletion",
"glatex_set_autobraces", TRUE);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list