Revision: 1287 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1287&view=re... Author: frlan Date: 2010-04-23 21:31:26 +0000 (Fri, 23 Apr 2010)
Log Message: ----------- GeanyLaTeX: Add some documentation for hidden preference to deativate autocompletion of {} after ^ and _
Modified Paths: -------------- trunk/geanylatex/doc/geanylatex.tex
Modified: trunk/geanylatex/doc/geanylatex.tex =================================================================== --- trunk/geanylatex/doc/geanylatex.tex 2010-04-23 18:30:31 UTC (rev 1286) +++ trunk/geanylatex/doc/geanylatex.tex 2010-04-23 21:31:26 UTC (rev 1287) @@ -694,7 +694,8 @@ [reference] glatex_reference_page=\textbf{\pageref{{{reference}}}} glatex_reference_chapter=\textbf{\ref{{{reference}}}} -glatex_reference_all=\textbf{\ref{{{reference}}}, page \pageref{{{reference}}}}\end{lstlisting} +glatex_reference_all=\textbf{\ref{{{reference}}}, page \pageref{{{reference}}}} +\end{lstlisting}
Please take care in this case \texttt{{{reference}}} will be replace by label name. @@ -705,6 +706,29 @@ this seems to be annyoing on the first hand, it allows you to insert some more complicated constructs over here which might require a new line inside.
+ +\subsubsection{Autocompletion of {} after _ and \symbol{94}} + +Geany\LaTeX{} is able to autocomplete {} after typing _ and +\symbol{94}. This might by useful on typing mathematic text and +formula. However, as this option is turn on by default and it might +get annoying you can deactivate it by setting \texttt{glatex_set_autobraces} +inside \texttt{[autocompletion]} section of configuration file. An example +which is turning off the feature might can look like this: + +\begin{lstlisting} +[general] +glatex_set_koma_active=true +glatex_set_toolbar_active=true +glatex_set_autocompletion=true + +[autocompletion] +glatex_set_autobraces=false +\end{lstlisting} + +\textbf{Note:} The feature in general is only working, if +\texttt{glatex_set_autocompletion=true} is also set to \texttt{true}. + \section{Contribution to the plugin} If you like the plugin, there are a number of ways, how to contribute to the development of the plugin.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.