Revision: 2157
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2157&view=rev
Author: frlan
Date: 2011-08-16 09:27:04 +0000 (Tue, 16 Aug 2011)
Log Message:
-----------
GeanyLaTeX: Fix an undefined symbol
Modified Paths:
--------------
trunk/geany-plugins/geanylatex/src/geanylatex.c
Modified: trunk/geany-plugins/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geany-plugins/geanylatex/src/geanylatex.c 2011-08-16 09:26:43 UTC (rev 2156)
+++ trunk/geany-plugins/geanylatex/src/geanylatex.c 2011-08-16 09:27:04 UTC (rev 2157)
@@ -90,6 +90,7 @@
* and \endgroup{}. */
static gint glatex_autocompletion_context_size;
static gboolean glatex_autocompletion_only_for_latex;
+gboolean glatex_autobraces_active = TRUE;
/* Function will be deactivated, when only loaded */
static gboolean toggle_active = FALSE;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2156
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2156&view=rev
Author: frlan
Date: 2011-08-16 09:26:43 +0000 (Tue, 16 Aug 2011)
Log Message:
-----------
GeanyLaTeX: Also merging latest version of docu
Modified Paths:
--------------
trunk/geany-plugins/geanylatex/doc/geanylatex.tex
Modified: trunk/geany-plugins/geanylatex/doc/geanylatex.tex
===================================================================
--- trunk/geany-plugins/geanylatex/doc/geanylatex.tex 2011-08-16 09:26:20 UTC (rev 2155)
+++ trunk/geany-plugins/geanylatex/doc/geanylatex.tex 2011-08-16 09:26:43 UTC (rev 2156)
@@ -2,13 +2,11 @@
paper=a4,%
fontsize=11pt,%
twoside=false,%
-DIV18,
-headsepline,
-plainheadsepline,
-footsepline,
-plainfootsepline,
-%appendixprefix,
-%automark,%
+DIV18,%
+headsepline,%
+plainheadsepline,%
+footsepline,%
+plainfootsepline,%
bibliography=totoc,%
listof=totoc,%
BCOR10mm,%
@@ -18,11 +16,9 @@
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{float}
-\usepackage{setspace}
-\usepackage{mathpazo,courier}
-\usepackage{listings,color}
-\usepackage{courier}
-\usepackage{tikz}
+\usepackage{graphicx}
+\usepackage{color}
+\usepackage{listings}
\lstset{basicstyle=\ttfamily\scriptsize}
\lstset{showspaces=false}
\lstset{showtabs=false}
@@ -47,7 +43,7 @@
\hypersetup{pdftex=true, colorlinks=true, breaklinks=true, linkcolor=black, urlcolor=darkblue}
\title{Geany\LaTeX{} -- A \LaTeX{} plugin for Geany \\[1.5ex]
- \normalsize Version 0.6svn preview}
+ \normalsize Version 0.6svn}
\author{Frank Lanitz \\ \small{\href{mailto:frank@frank.uvena.de}{frank@frank.uvena.de}}}
\date{\today}
@@ -62,11 +58,13 @@
\pagenumbering{Roman}
-\maketitle
-\tableofcontents
-\listoftables
-\listoffigures
-\newpage
+\maketitle{}
+\tableofcontents{}
+\listoftables{}
+\listoffigures{}
+\lstlistoflistings{}
+
+\newpage{}
\pagenumbering{arabic}
\section{About the plugin}
@@ -186,13 +184,11 @@
Compiling and installing the code is done by the following three
commands:
-\begin{figure}[h!]
-\begin{lstlisting}
+\begin{lstlisting}[caption={Compiling with waf}]
$ ./waf configure
$ ./waf build
$ ./waf install %$
\end{lstlisting}
-\end{figure}
For more configuration details, run \texttt{./waf --help}
@@ -216,12 +212,11 @@
might like to use \texttt{htlatex}. The HTML version of this documentation
shipped with source tarball has been compiled with
-\begin{figure}[h!]
-\begin{lstlisting}
+\begin{lstlisting}[caption={Compiling of documentation}]
htlatex geanylatex.tex xhtml -cvalidate -interaction=batchmode
\end{lstlisting}
-\end{figure}
+
\section{Usage}
\begin{figure}[h!]
\centering{\includegraphics[height=7cm]{img/plugin_manager.png}}
@@ -408,8 +403,7 @@
no be moved during the process. As an example for a book, this will be
inserted to the document:
-\begin{figure}[h!]
-\begin{lstlisting}
+\begin{lstlisting}[caption={Example of BibTeX entry for a book}]
@Book{
Author = {},
Editor = {},
@@ -418,8 +412,8 @@
Year = {},
}
\end{lstlisting}
-\end{figure}
+
\subsubsection{Inserting cite-reference}
Geany\LaTeX{} is searching here for *.bib-files inside the directory
@@ -467,23 +461,21 @@
current position of cursor. If there is a selection activ, the selection
will be included into environment.
-\begin{figure}[h!]
\begin{lstlisting}
\begin{your_environment}
... selected text ...
\end{your_environment}
\end{lstlisting}
-\end{figure}
In case of an empty (= no selection) an empty environment with
-\begin{figure}[h!]
+
\begin{lstlisting}
\begin{your_environment}
...
\end{your_environment}
\end{lstlisting}
-\end{figure}
+
will be inserted to the document.
\begin{figure}[h!]
@@ -567,6 +559,7 @@
\caption{Dialog for inserting \textbackslash{}usepackage\{\}}
\end{figure}
+
\section{Configuration}
GeanyLaTeX{} can be configured in three major ways:
@@ -662,6 +655,8 @@
Insert description list & Inserts an description environment as well as a 1\up{st} \textbackslash{}item element.\\\hline
Insert itemize list & Inserts an itemize environment as well as a 1\up{st} \textbackslash{}item element.\\\hline
Insert enumerate list & Inserts an enumerate environment as well as a 1\up{st} \textbackslash{}item element.\\\hline
+Insert BibTeX reference dialog & Opens up a dialog which is supporting insertion of BibTeX-references based on \texttt{bib}-files inside current directory.\\\hline
+Toggle autocompletion for \_ and \^ & Controlls whether braces should be inserted after \_ and \^ \ or not.
\end{tabular}
\end{table}
@@ -684,7 +679,9 @@
\texttt{glatex\_deactivate\_toolbaritems\_with\_non\_latex=false}.
As a result, your config file could look similar to this:
-\begin{lstlisting}
+\begin{lstlisting}[caption={Configuration to enable toolbar buttons if %
+ no \LaTeX{} is active}]
+
[general]
glatex_set_koma_active=false
glatex_set_toolbar_active=true
@@ -706,7 +703,7 @@
two documents it can be set to keep even there is no LaTeX document
activ.
-\begin{lstlisting}
+\begin{lstlisting}[caption={Configuration to keep \LaTeX{} menu inside menubar}]
[general]
glatex_set_koma_active=false
glatex_set_toolbar_active=true
@@ -727,7 +724,7 @@
time you might set \texttt{glatex\_add\_menu\_on\_startup} inside
menu section of configuration file to true.
-\begin{lstlisting}
+\begin{lstlisting}[caption={Configuration add \LaTeX{} menu on startup of Geany}]
[general]
glatex_set_koma_active=false
glatex_set_toolbar_active=true
@@ -752,8 +749,7 @@
\texttt{glatex\_set\_autocompletion\_contextsize} followed by an integer
value. An example could look like this:
-\begin{figure}[h!]
-\begin{lstlisting}
+\begin{lstlisting}[caption={Example configuration for contextsize of autocompletion}]
[general]
glatex_set_koma_active=true
glatex_set_toolbar_active=false
@@ -762,14 +758,12 @@
[autocompletion]
glatex_set_autocompletion_contextsize=2
\end{lstlisting}
-\caption{general.conf example for contextsize}
-\end{figure}
\subsubsection{Apply autocompletion only to \TeX{}-like files}
With this option, you can force Geany\LaTeX{} to apply all autocompletion functions also to non-\TeX{} file types as for example an C-source code file. As this is only in a very low number of cases a really good idea, the option is by default turned on.
-\begin{figure}[h!]
-\begin{lstlisting}
+\begin{lstlisting}[caption={general.conf example for deactivating file %
+ type specific restrictions for autocompletion}]
[general]
glatex_set_koma_active=true
glatex_set_toolbar_active=false
@@ -778,8 +772,6 @@
[autocompletion]
glatex_autocompletion_only_for_latex=false
\end{lstlisting}
-\caption{general.conf example for deactivating file type specific restrictions for autocompletion}
-\end{figure}
\subsubsection{Customized reference strings}
@@ -790,7 +782,7 @@
\texttt{glatex\_reference\_all} inside configuration file as shown inside
the example configuration snippet.
-\begin{lstlisting}
+\begin{lstlisting}[caption={Configuration example for customized reference strings}]
[general]
glatex_set_koma_active=true
glatex_set_toolbar_active=true
@@ -820,7 +812,8 @@
inside \texttt{[autocompletion]} section of configuration file. An example
which is turning off the feature might can look like this:
-\begin{lstlisting}
+\begin{lstlisting}[caption={Configuration example for autocompletion of %
+ \{\} after \_ and \symbol{94}}]
[general]
glatex_set_koma_active=true
glatex_set_toolbar_active=true
@@ -997,8 +990,7 @@
A possible snippet for snippets.conf could be:
-\begin{figure}[h!]
-\begin{lstlisting}
+\begin{lstlisting}[caption={Minimal snippets.conf for \LaTeX{}}]
[LaTeX]
frame=\\begin{frame}\n%ws%\\frametitle{%cursor%}\n%ws%%cursor%\n\\end{frame}
block=\\begin{block}{%cursor%}\n%ws%%cursor%\n\\end{block}
@@ -1006,7 +998,6 @@
enumerate=\\begin{enumerate}\n%ws%\\item %cursor%\n\\end{enumerate}
description=\\begin{description}\n%ws%\\item %cursor%\n\\end{description}
\end{lstlisting}
-\end{figure}
A snapshot of the authors' last version for LaTeX can be found on
\url{http://www.geany.org/Download/Extras}
@@ -1047,6 +1038,19 @@
another tab in Geany's message widget.\\
\textbf{Homepage:} \url{http://plugins.geany.org/addons/}
+
+\subsubsection{Tableconvert to convert a tabulator separated list into a table}
+
+Its an quiet annyoing problem which happens from time to time: There
+is a list of values e.g. from some experiment which needs to be
+included into your document. The \LaTeX{}-export filter of your
+spreadsheet tool is not very adavanced and you just want to insert a
+couple of lines and have to do it manually.
+
+Tableconvert is offering to convert a tabular separated list into an
+table. The plugin is also offering to convert such a list into a
+\LaTeX{}-like table and therefor is maybe useful on daily work.
+
\section{License}
Geany\LaTeX{} and all its parts is distributed under the terms of the
GNU General Public License as published by the Free Software
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2155
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2155&view=rev
Author: frlan
Date: 2011-08-16 09:26:20 +0000 (Tue, 16 Aug 2011)
Log Message:
-----------
Remove seperate GeanyLaTeX tree. Development will go on inside geany-plugins project
Removed Paths:
-------------
trunk/geanylatex/ABOUT
trunk/geanylatex/AUTHORS
trunk/geanylatex/COPYING
trunk/geanylatex/ChangeLog
trunk/geanylatex/INSTALL
trunk/geanylatex/NEWS
trunk/geanylatex/README
trunk/geanylatex/THANKS
trunk/geanylatex/TODO
trunk/geanylatex/doc/geanylatex.css
trunk/geanylatex/doc/geanylatex.html
trunk/geanylatex/doc/geanylatex.pdf
trunk/geanylatex/doc/geanylatex.tex
trunk/geanylatex/doc/geanylatex2.html
trunk/geanylatex/doc/geanylatex3.html
trunk/geanylatex/doc/geanylatex4.html
trunk/geanylatex/doc/img/bibtex_reference.png
trunk/geanylatex/doc/img/insert_environment.png
trunk/geanylatex/doc/img/insert_label.png
trunk/geanylatex/doc/img/insert_reference.png
trunk/geanylatex/doc/img/insert_usepackage.png
trunk/geanylatex/doc/img/latexwizard.png
trunk/geanylatex/doc/img/plugin_manager.png
trunk/geanylatex/doc/img/toolbar.png
trunk/geanylatex/geanylatex.spec
trunk/geanylatex/po/ChangeLog
trunk/geanylatex/po/POTFILES.in
trunk/geanylatex/po/be.po
trunk/geanylatex/po/ca.po
trunk/geanylatex/po/da.po
trunk/geanylatex/po/de.po
trunk/geanylatex/po/es.po
trunk/geanylatex/po/fr.po
trunk/geanylatex/po/gl.po
trunk/geanylatex/po/ja.po
trunk/geanylatex/po/pt_BR.po
trunk/geanylatex/po/pt_PT.po
trunk/geanylatex/po/ru.po
trunk/geanylatex/po/tr.po
trunk/geanylatex/po/zh_CN.po
trunk/geanylatex/src/bibtex.c
trunk/geanylatex/src/bibtex.h
trunk/geanylatex/src/bibtexlabels.c
trunk/geanylatex/src/datatypes.h
trunk/geanylatex/src/formatpatterns.c
trunk/geanylatex/src/formatutils.c
trunk/geanylatex/src/formatutils.h
trunk/geanylatex/src/geanylatex.c
trunk/geanylatex/src/geanylatex.h
trunk/geanylatex/src/latexencodings.c
trunk/geanylatex/src/latexencodings.h
trunk/geanylatex/src/latexenvironments.c
trunk/geanylatex/src/latexenvironments.h
trunk/geanylatex/src/latexkeybindings.c
trunk/geanylatex/src/latexkeybindings.h
trunk/geanylatex/src/latexstructure.c
trunk/geanylatex/src/latexstructure.h
trunk/geanylatex/src/latexutils.c
trunk/geanylatex/src/latexutils.h
trunk/geanylatex/src/letters.c
trunk/geanylatex/src/letters.h
trunk/geanylatex/src/reftex.c
trunk/geanylatex/src/reftex.h
trunk/geanylatex/src/templates.c
trunk/geanylatex/src/templates.h
trunk/geanylatex/waf
trunk/geanylatex/wscript
Deleted: trunk/geanylatex/ABOUT
===================================================================
--- trunk/geanylatex/ABOUT 2011-08-15 19:44:47 UTC (rev 2154)
+++ trunk/geanylatex/ABOUT 2011-08-16 09:26:20 UTC (rev 2155)
@@ -1,17 +0,0 @@
-GeanyLaTeX is a little plugin to improve support of LaTeX on Geany.
-It implements a couple of maybe useful functions:
-
- * Wizard to create new LaTeX documents in a fast and easy way
- with a bunch of templates available
- * A front end for add labels \label{} and references \ref{} and
- \pageref{} with getting suggestion from aux file of document
- * Inserting special characters through menu
- * Help entering the right fields for BibTeX entries by
- providing templates
- * Easy inserting format patterns like \texttt{} through menu
- * Support on inserting environments by offering an dialog and
- recognising selections
- * Shortcuts for inserting \item and \newline
- * Toolbar with often used format options
-
-You will find more information inside documentation.
Deleted: trunk/geanylatex/AUTHORS
===================================================================
--- trunk/geanylatex/AUTHORS 2011-08-15 19:44:47 UTC (rev 2154)
+++ trunk/geanylatex/AUTHORS 2011-08-16 09:26:20 UTC (rev 2155)
@@ -1 +0,0 @@
-Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
Deleted: trunk/geanylatex/COPYING
===================================================================
--- trunk/geanylatex/COPYING 2011-08-15 19:44:47 UTC (rev 2154)
+++ trunk/geanylatex/COPYING 2011-08-16 09:26:20 UTC (rev 2155)
@@ -1,340 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users. This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it. (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.) You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
- To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have. You must make sure that they, too, receive or can get the
-source code. And you must show them these terms so they know their
-rights.
-
- We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
- Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software. If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
- Finally, any free program is threatened constantly by software
-patents. We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary. To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License. The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language. (Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
- 1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
- 2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) You must cause the modified files to carry prominent notices
- stating that you changed the files and the date of any change.
-
- b) You must cause any work that you distribute or publish, that in
- whole or in part contains or is derived from the Program or any
- part thereof, to be licensed as a whole at no charge to all third
- parties under the terms of this License.
-
- c) If the modified program normally reads commands interactively
- when run, you must cause it, when started running for such
- interactive use in the most ordinary way, to print or display an
- announcement including an appropriate copyright notice and a
- notice that there is no warranty (or else, saying that you provide
- a warranty) and that users may redistribute the program under
- these conditions, and telling the user how to view a copy of this
- License. (Exception: if the Program itself is interactive but
- does not normally print such an announcement, your work based on
- the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
- a) Accompany it with the complete corresponding machine-readable
- source code, which must be distributed under the terms of Sections
- 1 and 2 above on a medium customarily used for software interchange; or,
-
- b) Accompany it with a written offer, valid for at least three
- years, to give any third party, for a charge no more than your
- cost of physically performing source distribution, a complete
- machine-readable copy of the corresponding source code, to be
- distributed under the terms of Sections 1 and 2 above on a medium
- customarily used for software interchange; or,
-
- c) Accompany it with the information you received as to the offer
- to distribute corresponding source code. (This alternative is
- allowed only for noncommercial distribution and only if you
- received the program in object code or executable form with such
- an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it. For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable. However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License. Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
- 5. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Program or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
- 6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
- 7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all. For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded. In such case, this License incorporates
-the limitation as if written in the body of this License.
-
- 9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation. If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
- 10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission. For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this. Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
- NO WARRANTY
-
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- <one line to give the program's name and a brief idea of what it does.>
- Copyright (C) <year> <name of author>
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
- Gnomovision version 69, Copyright (C) year name of author
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the program
- `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
- <signature of Ty Coon>, 1 April 1989
- Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs. If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library. If this is what you want to do, use the GNU Library General
-Public License instead of this License.
Deleted: trunk/geanylatex/ChangeLog
===================================================================
--- trunk/geanylatex/ChangeLog 2011-08-15 19:44:47 UTC (rev 2154)
+++ trunk/geanylatex/ChangeLog 2011-08-16 09:26:20 UTC (rev 2155)
@@ -1,444 +0,0 @@
-2011-08-05 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Fixing an bug when using keybindings to insert typewriter format
-
-
-2011-07-28 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Resorting LaTeX menu.
- * Adding a couple of characters which are used inside LaTeX to special
- characters menu.
-
-
-2011-04-26 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Add a tooltip to toolbar item.
-
-
-2011-04-12 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Don't add a {} after a command in case of [ has been typed before or []
- is there. Closes #3285393.
-
-
-2011-03-17 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Try to fix some compiler warnings. Patch ported from Geany-Plugins.
-
-
-2011-03-13 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Resorting alignment buttons inside LaTeX-toolbar.
-
-
-2011-02-11 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Add a switch to turn on/off autoadding of {} after ^ and _ via keystroke.
- * Don't insert {} after \^ and \_.
-
-
-2011-02-06 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * src/templace.c: Fix a little memory leak.
-
-
-2011-01-30 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Move convert to table function to new Tableconvert plugin of Geany-Plugins.
-
-
-2011-01-29 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Backport update from convert to table function from HTMLTable-plugin
-
-
-2011-01-23 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Adding a feature which is converting a tabulator separated list into
- a LaTeX-like table.
-
-
-2011-01-02 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Correction of some typos (Thanks to André Glória for reporting)
-
-
-2010-10-30 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Try to fetch BibTeX entries from files inside working dir of file.
-
-
-2010-10-29 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Added a first version of a dialog supporting inserting a bibtex entry.
-
-
-2010-10-24 Frank Lanitz <frank(a)frank.uvena.de>
-
- * Ensure LaTeX menu is added to menubar on loading plugin when there is
- already an LaTeX-document open.
-
-
-2010-09-26 Frank Lanitz <frank(a)frank.uvena.de>
-
- * Try to backport automatic generation of LINGUAS files into waf script
- as a backport from Geany-plugins build script.
- * Add a feature to put a icon for the wizard into Geany's main toolbar.
-
-
-2010-09-20 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Added a feature that inserts capital letters on first letter of a
- sentence. This is not working with multibyte characters as German
- Umlauts.
-
-
-2010-09-14 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Place LaTeX menu in front of help menu entry.
-
-
-2010-09-12 Frank Lanitz <frank(a)frank.uvena.de>
-
- * Moved LaTeX menu out of Tool menu and put it into generic menubar item.
- Make this menubar item be triggered by filetype.
- * Fix a bug that keeps font size choser from tools menu active even
- there is no document open.
-
-
-2010-05-15 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Add a feature which is inserting {} automaticlly once a new line is
- entered and an command seems to don't have some.
-
-
-2010-05-10 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Fix indention on inserting list environments.
-
-
-2010-04-24 Frank Lanitz <frank(a)frank.uvena.de>
-
- * Add a simple insert dommand dialog, which shall support inserting
- commands more in future
-
-
-2010-04-21 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Automatic insert {} after typing ^ or _
-
-
-2010-04-16 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Fix indention on insert environment features.
- * Make wizard run on hitting enter when inserting some of the values.
-
-
-2010-04-14 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Ensure basic indent is getting applied on closing command of
- autocompletion of \begin{} and \begingroup{} feature.
-
-
-2010-04-11 Frank Lanitz <frank(a)frank.uvena.de>
-
- * Enabling inserting label on pushing return after typing in label name.
- * Enabling inserting \usepackage{} on pushing return after typing in dialog.
- * Enabling inserting environment on pushing return after typing inside
- the insert environment dialog.
- * Enabling inserting reference on pushing return after typing inside the
- insert reference dialog.
-
-
-2010-03-27 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Add a menu entry for inserting font sizes to document
-
-
-2010-03-20 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Insert a keybinding and a dialog to insert a \usepackage{} line to header.
- Still experimental.
-
-
-2010-03-12 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Add a very first attempt to support landscape on wizard. Output is
- far away from being good.
-
-
-2010-01-27 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Add an example spec file for creating rpm files.
- Thanks to Krzysztof Goliński and Dominic Hopf for efforts here.
-
-
-2010-01-16 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Took over functionality to automatic close \begin{} and \begingroup{}
- from Geany core
-
-
-2009-01-03 Frank Lanitz <frank(a)frank.uvena.de>
-
- * Don'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
- can be deactivated via hidden pref.
-
-
-2009-12-23 Frank Lanitz <frank(a)frank.uvena.de>
-
- * Do only special character replacement in case of we really have
- an LaTeX file here.
-
-
-2009-12-13 Frank Lanitz <frank(a)frank.uvena.de>
-
- * Show geanyLaTeX inside plugin manager.
-
-
-2009-10-11 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Replace also capital German umlauts.
-
-
-2009-10-10 Frank Lanitz <frank@frank(dot)uvena(dot)de>
-
- * Add a function to insert \ref{} and \pageref{} together when
- inserting a reference.
-
-
-2009-09-13 Frank Lanitz <frank@frank(dot)uvena(dot)de>
-
- * Adding custom templates to wizard.
-
-
-2009-08-14 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Make reference dialog catch suggestions from all *.aux files inside
- the current directory.
-
-
-2009-08-13 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Switch to waf and remove autotools build environment. Still experimental.
-
-
-2009-07-13 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Correct a tooltip by removing unneeded \t from it.
-
-
-2009-07-09 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Added a function to level up and level down structure element.
-
-
-2009-07-08 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Migrated bibTeX inserting entry framework to make usage of a GPtrArray.
-
-
-2009-06-27 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Added Portuguese translation. Thanks to André Glória for providing.
-
-
-2009-05-25 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Some more clean up of code.
- * Update of documentation for 0.4 release.
-
-
-2009-05-21 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Added configuration dialog.
-
-
-2009-05-19 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Make toolbar document sensitive.
-
-
-2009-05-17 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Adding some more items to toolbar for centerin, left and right formatted
- text. Created LaTeX code based on needs still some improvement. Please
- use with care.
-
-
-2009-05-15 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Adding a toolbar for common LaTeX format topics.
-
-
-2009-04-17 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Set undo points for better redo/undo on inserting formatings.
- * Make reference type inside insert reference dialog accessible by
- keyboard.
-
-
-2009-04-12 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Added some new lines into latex beamer template.
-
-
-2009-04-10 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Sort entries on insert reference dialog by alphabet.
-
-
-2009-03-30 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Moved replacement functions into their own submenu.
- * Added key bindings for formatting text with bold, italic and typewriter
- font face.
-
-
-2009-03-28 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Use a text field with pull down instead of a normal combo box for
- font size at LaTeX wizard.
-
-
-2009-03-27 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * doc/geanylatex.tex: Added documentation written in LaTeX.
-
-
-2009-03-20 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Replace \u-UTF-8 letters by octal coded chars. Huge thanks to
- Dominic Hopf for providing patch and fighting that fight.
- * Added a menu entry for bulk replace function and fixed a segfault at
- replacing
-
-
-2009-03-15 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Added a function to bulk replace special characters
- inside marked text by keybinding
-
-
-2009-03-13 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Don't offer insert environment dialog in case of no document is open.
-
-
-2009-03-06 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Insert environment now supports selections by position \begin{} and
- \end{} around
-
-
-2009-02-28 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Don't react on some keybindings in case of no document is open.
- * Added a feature for easy inserting environments to document.
- * Added keybinding to insert \item into document. Very useful at
- e.g. writing lists
-
-
-2009-02-18 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Formating of selected text
- * Added feature to replace special characters at input with LaTeX
- replacment
-
-
-2009-02-15 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Added a menu entry for easy formating of text
-
-
-2009-02-15 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Release of GeanyLaTeX 0.3
-
-
-2009-02-14 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Added a keyboard shortcut for inserting a new line ( \\ ).
- * Make cursor placed behind inserted text for most cases.
- (Inserting BibTeX entries will not reset the cursor)
-
-
-2009-01-19 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Improved reference dialog to offer labels based on aux file
-
-
-2008-11-17 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Added a submenu supporting inserting bibtex entries
-
-
-2008-11-14 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Applied a patch by Enrico which corrects some spelling
- mistakes and cleans up code a bit.
-
-
-2008-11-02 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Make usage of Geany API v104 by using of Geany's plugin init
- locale function.
-
-
-2008-10-29 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * GeanyLaTeX 0.2 release
-
-
-2008-10-14 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Updated to Geany Plugin API v100 (add_document_sensitive())
-
-
-2008-09-01 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * src/geanylatex.c: Added support for l10n.
-
-
-2008-09-01 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Ported build system of spellcheck plugin.
-
-
-2008-07-15 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Make plugin work together with Geany plugin API v78.
-
-
-2008-07-11 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Make plugin compile with Geany svn r2767.
-
-
-2008-06-26 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Update of used plugin API to v71.
-
-
-2008-06-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
-
- * configure.in:
- Fix build using autogen.sh (Makefile.in was not created).
- * latexencodings.h:
- Fix multiple definition of latex_encodings array.
-
-
-2008-06-17 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
-
- * Moved plugin to geany-plugin svn.
Deleted: trunk/geanylatex/INSTALL
===================================================================
--- trunk/geanylatex/INSTALL 2011-08-15 19:44:47 UTC (rev 2154)
+++ trunk/geanylatex/INSTALL 2011-08-16 09:26:20 UTC (rev 2155)
@@ -1,18 +0,0 @@
-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.20 or above (Geany Plugin API v199
-or higher).
-
-You need for compliling the plugin the Geany header files installed.
-For configuring and installing just run
-
- % ./waf configure
- % ./waf build
- % ./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. For more detailed information
-please check documentation inside doc-folder which should be shippid
-with this archive.
Deleted: trunk/geanylatex/NEWS
===================================================================
--- trunk/geanylatex/NEWS 2011-08-15 19:44:47 UTC (rev 2154)
+++ trunk/geanylatex/NEWS 2011-08-16 09:26:20 UTC (rev 2155)
@@ -1 +0,0 @@
-Please check ChangeLog and/or documentation for details.
Deleted: trunk/geanylatex/README
===================================================================
--- trunk/geanylatex/README 2011-08-15 19:44:47 UTC (rev 2154)
+++ trunk/geanylatex/README 2011-08-16 09:26:20 UTC (rev 2155)
@@ -1,4 +0,0 @@
-Documentation has been moved into doc subfolder. There you you should
-find a PDF or HTML file shipped with sources of this plugin. If there
-is no documentation available there, please check
-http://frank.uvena.de/en/Geany/geanylatex instead.
Deleted: trunk/geanylatex/THANKS
===================================================================
--- trunk/geanylatex/THANKS 2011-08-15 19:44:47 UTC (rev 2154)
+++ trunk/geanylatex/THANKS 2011-08-16 09:26:20 UTC (rev 2155)
@@ -1,12 +0,0 @@
-What's this file about?
------------------------
-This file lists all external people that have contributed to this project.
-
-Yura Siamashka <yurand2(at)gmail(dot)com>
-Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
-Enrico Troeger <enrico(dot)troeger(at)uvena(dot)de>
-Dominic Hopf <dmaphy(at)googlemail(dot)com>
-
-Projects you can find some work inside plugin:
-xfbib (http://goodies.xfce.org/projects/applications/xfbib)
-* Many parts of the bibtex stuff
Deleted: trunk/geanylatex/TODO
===================================================================
--- trunk/geanylatex/TODO 2011-08-15 19:44:47 UTC (rev 2154)
+++ trunk/geanylatex/TODO 2011-08-16 09:26:20 UTC (rev 2155)
@@ -1,36 +0,0 @@
- TODO
-************
-
-Features:
-* Improving inserting \usepackge{}-function
- * recognize other \usepackage{} entries
- * Give a couple of examples
-* Extending insert environment section
- * More common examples
- * Parsing document for already used ones
-* Improving support for bibTeX
- * Parsing of *.bib
-* Wizard:
- * Adding support for diff. letter classes
- * Adding a way setting variables/values for wizard inside custom
- template
- * Cleaning up the mess with KOMA/non KOMA classes
- * Replacing & by \& inside title and author on wizard screen as most
- likely user is not inserting any tabular there
-* Replacing of environments
-* Parsing document for »TOC«
- * Navigation throught document
-* Code examples for very common problems
-* Make special characters extensible through files
-* Add French and Danish special chars to default distribution
-* Improve behaviour of levelup and leveldown of structures
-* Adding a font size chooser to toolbar
-* Adding support for dtx
-* Automatically inserting no breaking spaces (~) in particular situations
-* Converting tabulator seperated list to table
- * Set position of table (dialos?)
- * Set colums of table (dialog?)
- * Make sepeatorconfigurable
-
-Generell:
-* Cleaning up code
Deleted: trunk/geanylatex/doc/geanylatex.css
===================================================================
--- trunk/geanylatex/doc/geanylatex.css 2011-08-15 19:44:47 UTC (rev 2154)
+++ trunk/geanylatex/doc/geanylatex.css 2011-08-16 09:26:20 UTC (rev 2155)
@@ -1,140 +0,0 @@
-
-/* start css.sty */
-.cmsy-10{font-size:90%;}
-.pplr7t-x-x-109{}
-.cmssbx-10x-x-109{ font-family: sans-serif; font-weight: bold;}
-.cmssbx-10x-x-109{ font-family: sans-serif; font-weight: bold;}
-.cmssbx-10x-x-207{font-size:188%; font-family: sans-serif; font-weight: bold;}
-.cmssbx-10x-x-207{ font-family: sans-serif; font-weight: bold;}
-.pplr7t-x-x-144{font-size:130%;}
-.pplr7t-{font-size:90%;}
-.pplr7t-x-x-80{font-size:72%;}
-.zplmr7m-{font-size:90%;font-style: italic;}
-.zplmr7t-{font-size:90%;}
-.pplb7t-x-x-109{font-weight: bold;}
-.pplb7t-x-x-109{font-weight: bold;}
-.pcrr7t-x-x-109{font-family: monospace;}
-.cmsy-10x-x-109{}
-.pplb7t-{font-size:90%;font-weight: bold;}
-.pplb7t-{font-weight: bold;}
-.zplmr7y-x-x-60{font-size:54%;}
-.pcrr7t-{font-size:90%;font-family: monospace;}
-.pcrr7t-x-x-80{font-size:72%;font-family: monospace;}
-.pplr7t-x-x-90{font-size:81%;}
-.pplrc7t-{font-size:90%;}
-.pcrr7t-x-x-90{font-size:81%;font-family: monospace;}
-p.noindent { text-indent: 0em }
-td p.noindent { text-indent: 0em; margin-top:0em; }
-p.nopar { text-indent: 0em; }
-p.indent{ text-indent: 1.5em }
-@media print {div.crosslinks {visibility:hidden;}}
-a img { border-top: 0; border-left: 0; border-right: 0; }
-center { margin-top:1em; margin-bottom:1em; }
-td center { margin-top:0em; margin-bottom:0em; }
-.Canvas { position:relative; }
-img.math{vertical-align:middle;}
-li p.indent { text-indent: 0em }
-li p:first-child{ margin-top:0em; }
-li p:last-child, li div:last-child { margin-bottom:0.5em; }
-li p~ul:last-child, li p~ol:last-child{ margin-bottom:0.5em; }
-.enumerate1 {list-style-type:decimal;}
-.enumerate2 {list-style-type:lower-alpha;}
-.enumerate3 {list-style-type:lower-roman;}
-.enumerate4 {list-style-type:upper-alpha;}
-div.newtheorem { margin-bottom: 2em; margin-top: 2em;}
-.obeylines-h,.obeylines-v {white-space: nowrap; }
-div.obeylines-v p { margin-top:0; margin-bottom:0; }
-.overline{ text-decoration:overline; }
-.overline img{ border-top: 1px solid black; }
-td.displaylines {text-align:center; white-space:nowrap;}
-.centerline {text-align:center;}
-.rightline {text-align:right;}
-div.verbatim {font-family: monospace; white-space: nowrap; text-align:left; clear:both; }
-.fbox {padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
-div.fbox {display:table}
-div.center div.fbox {text-align:center; clear:both; padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
-div.minipage{width:100%;}
-div.center, div.center div.center {text-align: center; margin-left:1em; margin-right:1em;}
-div.center div {text-align: left;}
-div.flushright, div.flushright div.flushright {text-align: right;}
-div.flushright div {text-align: left;}
-div.flushleft {text-align: left;}
-.underline{ text-decoration:underline; }
-.underline img{ border-bottom: 1px solid black; margin-bottom:1pt; }
-.framebox-c, .framebox-l, .framebox-r { padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
-.framebox-c {text-align:center;}
-.framebox-l {text-align:left;}
-.framebox-r {text-align:right;}
-span.thank-mark{ vertical-align: super }
-span.footnote-mark sup.textsuperscript, span.footnote-mark a sup.textsuperscript{ font-size:80%; }
-div.tabular, div.center div.tabular {text-align: center; margin-top:0.5em; margin-bottom:0.5em; }
-table.tabular td p{margin-top:0em;}
-table.tabular {margin-left: auto; margin-right: auto;}
-td p:first-child{ margin-top:0em; }
-td p:last-child{ margin-bottom:0em; }
-div.td00{ margin-left:0pt; margin-right:0pt; }
-div.td01{ margin-left:0pt; margin-right:5pt; }
-div.td10{ margin-left:5pt; margin-right:0pt; }
-div.td11{ margin-left:5pt; margin-right:5pt; }
-table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; }
-td.td00{ padding-left:0pt; padding-right:0pt; }
-td.td01{ padding-left:0pt; padding-right:5pt; }
-td.td10{ padding-left:5pt; padding-right:0pt; }
-td.td11{ padding-left:5pt; padding-right:5pt; }
-table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; }
-.hline hr, .cline hr{ height : 1px; margin:0px; }
-.tabbing-right {text-align:right;}
-span.TEX {letter-spacing: -0.125em; }
-span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;}
-a span.TEX span.E {text-decoration: none; }
-span.LATEX span.A{ position:relative; top:-0.5ex; left:-0.4em; font-size:85%;}
-span.LATEX span.TEX{ position:relative; left: -0.4em; }
-div.float, div.figure {margin-left: auto; margin-right: auto;}
-div.float img {text-align:center;}
-div.figure img {text-align:center;}
-.marginpar {width:20%; float:right; text-align:left; margin-left:auto; margin-top:0.5em; font-size:85%; text-decoration:underline;}
-.marginpar p{margin-top:0.4em; margin-bottom:0.4em;}
-table.equation {width:100%;}
-.equation td{text-align:center; }
-td.equation { margin-top:1em; margin-bottom:1em; }
-td.equation-label { width:5%; text-align:center; }
-td.eqnarray4 { width:5%; white-space: normal; }
-td.eqnarray2 { width:5%; }
-table.eqnarray-star, table.eqnarray {width:100%;}
-div.eqnarray{text-align:center;}
-div.array {text-align:center;}
-div.pmatrix {text-align:center;}
-table.pmatrix {width:100%;}
-span.pmatrix img{vertical-align:middle;}
-div.pmatrix {text-align:center;}
-table.pmatrix {width:100%;}
-span.bar-css {text-decoration:overline;}
-img.cdots{vertical-align:middle;}
-.partToc a, .partToc, .likepartToc a, .likepartToc {line-height: 200%; font-weight:bold; font-size:110%;}
-.index-item, .index-subitem, .index-subsubitem {display:block}
-div.caption {text-indent:-2em; margin-left:3em; margin-right:1em; text-align:left;}
-div.caption span.id{font-weight: bold; white-space: nowrap; }
-h1.partHead{text-align: center}
-p.bibitem { text-indent: -2em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; }
-p.bibitem-p { text-indent: 0em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; }
-.paragraphHead, .likeparagraphHead { margin-top:2em; font-weight: bold;}
-.subparagraphHead, .likesubparagraphHead { font-weight: bold;}
-.quote {margin-bottom:0.25em; margin-top:0.25em; margin-left:1em; margin-right:1em; text-align:justify;}
-.verse{white-space:nowrap; margin-left:2em}
-div.maketitle {text-align:center;}
-h2.titleHead{text-align:center;}
-div.maketitle{ margin-bottom: 2em; }
-div.author, div.date {text-align:center;}
-div.thanks{text-align:left; margin-left:10%; font-size:85%; font-style:italic; }
-div.author{white-space: nowrap;}
-.quotation {margin-bottom:0.25em; margin-top:0.25em; margin-left:1em; }
-.abstract p {margin-left:5%; margin-right:5%;}
-div.abstract {width:100%;}
-span.footnote-mark sup.textsuperscript, span.footnote-mark a sup.textsuperscript{ font-size:80%; }
-.lstlisting .label{margin-right:0.5em; }
-div.lstlisting{font-family: monospace; white-space: nowrap; margin-top:0.5em; margin-bottom:0.5em; }
-div.lstinputlisting{ font-family: monospace; white-space: nowrap; }
-.lstinputlisting .label{margin-right:0.5em;}
-.figure img.graphics {margin-left:10%;}
-/* end css.sty */
-
Deleted: trunk/geanylatex/doc/geanylatex.html
===================================================================
--- trunk/geanylatex/doc/geanylatex.html 2011-08-15 19:44:47 UTC (rev 2154)
+++ trunk/geanylatex/doc/geanylatex.html 2011-08-16 09:26:20 UTC (rev 2155)
@@ -1,3272 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd-->
-<html xmlns="http://www.w3.org/1999/xhtml"
->
-<head><title>GeanyLaTeX – A LaTeX plugin for Geany
-Version 0.6svn</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<meta name="generator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)" />
-<meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)" />
-<!-- xhtml,html -->
-<meta name="src" content="geanylatex.tex" />
-<meta name="date" content="2010-11-19 01:15:00" />
-<link rel="stylesheet" type="text/css" href="geanylatex.css" />
-</head><body
->
-<div class="maketitle">
-
-
-
-
-
-<h2 class="titleHead">Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> – A <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> plugin for Geany<br /><br />
-Version 0.6svn</h2>
- <div class="author" ><span
-class="pplr7t-x-x-144">Frank Lanitz</span>
-<br /><a
-href="mailto:frank@frank.uvena.de" ><span
-class="pplr7t-">frank(a)frank.uvena.de</span></a></div><br />
-<div class="date" ><span
-class="pplr7t-x-x-144">November 19, 2010</span></div>
-<span
-class="pplb7t-x-x-109">Note: </span>Please note that this document has been created on November 19, 2010. If you are using a
-devel version from SVN, please compile and check <span
-class="pcrr7t-x-x-109">doc/geanylatex.tex </span>from sources. Please
-check Page <a
-href="#x1-120004.2">8<!--tex4ht:ref: sec:compiling_of_documentation --></a>, Section <a
-href="#x1-120004.2">4.2<!--tex4ht:ref: sec:compiling_of_documentation --></a> on how to do this.
-</div>
-<h3 class="likesectionHead"><a
- id="x1-1000"></a>Contents</h3>
-<div class="tableofcontents">
-<span class="sectionToc" ><a
-href="#Q1-1-3">List of Tables</a></span>
-<br /><span class="sectionToc" ><a
-href="#Q1-1-5">List of Figures</a></span>
-<br /><span class="sectionToc" >1 <a
-href="#x1-40001" id="QQ2-1-6">About the plugin</a></span>
-<br /><span class="sectionToc" >2 <a
-href="#x1-50002" id="QQ2-1-7">News & ChangeLog</a></span>
-<br /> <span class="subsectionToc" >2.1 <a
-href="#x1-60002.1" id="QQ2-1-8">Upcoming Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.6</a></span>
-<br /> <span class="subsectionToc" >2.2 <a
-href="#x1-70002.2" id="QQ2-1-9">Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.5 – 2010-06-13</a></span>
-<br /> <span class="subsectionToc" >2.3 <a
-href="#x1-80002.3" id="QQ2-1-10">Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.4 – 2009-05-26</a></span>
-<br /><span class="sectionToc" >3 <a
-href="#x1-90003" id="QQ2-1-11">Requirements</a></span>
-<br /><span class="sectionToc" >4 <a
-href="#x1-100004" id="QQ2-1-12">Installation</a></span>
-<br /> <span class="subsectionToc" >4.1 <a
-href="#x1-110004.1" id="QQ2-1-13">Compiling the plugin</a></span>
-
-
-<br /> <span class="subsectionToc" >4.2 <a
-href="#x1-120004.2" id="QQ2-1-14">Compiling the documentation</a></span>
-<br /><span class="sectionToc" >5 <a
-href="#x1-130005" id="QQ2-1-15">Usage</a></span>
-<br /><span class="sectionToc" >6 <a
-href="#x1-140006" id="QQ2-1-17">Features</a></span>
-<br /> <span class="subsectionToc" >6.1 <a
-href="#x1-150006.1" id="QQ2-1-18"><span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span>-Wizard</a></span>
-<br />  <span class="subsubsectionToc" >6.1.1 <a
-href="#x1-160006.1.1" id="QQ2-1-19">General usage of wizard</a></span>
-<br />  <span class="subsubsectionToc" >6.1.2 <a
-href="#x1-170006.1.2" id="QQ2-1-21">Default templates</a></span>
-<br />  <span class="subsubsectionToc" >6.1.3 <a
-href="#x1-180006.1.3" id="QQ2-1-22">Extending by own templates</a></span>
-<br /> <span class="subsectionToc" >6.2 <a
-href="#x1-190006.2" id="QQ2-1-24">Inserting References and Labels</a></span>
-<br /> <span class="subsectionToc" >6.3 <a
-href="#x1-200006.3" id="QQ2-1-27">Support for BibTeX</a></span>
-<br />  <span class="subsubsectionToc" >6.3.1 <a
-href="#x1-210006.3.1" id="QQ2-1-28">BibTeX templates for catalogue entries</a></span>
-<br />  <span class="subsubsectionToc" >6.3.2 <a
-href="#x1-220006.3.2" id="QQ2-1-29">Inserting cite-reference</a></span>
-<br /> <span class="subsectionToc" >6.4 <a
-href="#x1-230006.4" id="QQ2-1-31">Replacement of special characters</a></span>
-<br /> <span class="subsectionToc" >6.5 <a
-href="#x1-240006.5" id="QQ2-1-32">Inserting of special character</a></span>
-<br /> <span class="subsectionToc" >6.6 <a
-href="#x1-250006.6" id="QQ2-1-33">Inserting of Environment</a></span>
-<br /> <span class="subsectionToc" >6.7 <a
-href="#x1-260006.7" id="QQ2-1-35">Format</a></span>
-<br /> <span class="subsectionToc" >6.8 <a
-href="#x1-270006.8" id="QQ2-1-36">Autocompletion of <span
-class="cmsy-10x-x-109">\</span>begin and <span
-class="cmsy-10x-x-109">\</span>begingroup</a></span>
-<br />  <span class="subsubsectionToc" >6.8.1 <a
-href="#x1-280006.8.1" id="QQ2-1-37">Usage of feature</a></span>
-<br /> <span class="subsectionToc" >6.9 <a
-href="#x1-290006.9" id="QQ2-1-38">Inserting <span
-class="cmsy-10x-x-109">\</span>usepackage<span
-class="cmsy-10x-x-109">{}</span>-entry to header</a></span>
-<br /><span class="sectionToc" >7 <a
-href="#x1-300007" id="QQ2-1-40">Configuration</a></span>
-<br /> <span class="subsectionToc" >7.1 <a
-href="#x1-310007.1" id="QQ2-1-41">GeanyLaTeX’s configuration dialog</a></span>
-<br />  <span class="subsubsectionToc" >7.1.1 <a
-href="#x1-320007.1.1" id="QQ2-1-42">Use KOMA script by default</a></span>
-<br />  <span class="subsubsectionToc" >7.1.2 <a
-href="#x1-330007.1.2" id="QQ2-1-43">Show extra toolbar</a></span>
-<br />  <span class="subsubsectionToc" >7.1.3 <a
-href="#x1-340007.1.3" id="QQ2-1-45">Capitalize letters on sentence begin</a></span>
-<br />  <span class="subsubsectionToc" >7.1.4 <a
-href="#x1-350007.1.4" id="QQ2-1-46">Add a wizard icon to Geany’s main toolbar</a></span>
-<br />  <span class="subsubsectionToc" >7.1.5 <a
-href="#x1-360007.1.5" id="QQ2-1-47">Modus of autocompletion</a></span>
-<br /> <span class="subsectionToc" >7.2 <a
-href="#x1-370007.2" id="QQ2-1-48">Key bindings</a></span>
-<br /> <span class="subsectionToc" >7.3 <a
-href="#x1-380007.3" id="QQ2-1-50">Hidden preferencess</a></span>
-<br />  <span class="subsubsectionToc" >7.3.1 <a
-href="#x1-390007.3.1" id="QQ2-1-51">Deactivate toolbar items if document is a non TEX-type</a></span>
-<br />  <span class="subsubsectionToc" >7.3.2 <a
-href="#x1-400007.3.2" id="QQ2-1-52">Remove <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> menu if document is a non TEX-type</a></span>
-<br />  <span class="subsubsectionToc" >7.3.3 <a
-href="#x1-410007.3.3" id="QQ2-1-53">Add <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> menu on startup</a></span>
-<br />  <span class="subsubsectionToc" >7.3.4 <a
-href="#x1-420007.3.4" id="QQ2-1-54">Size of context for autocompletion</a></span>
-
-
-<br />  <span class="subsubsectionToc" >7.3.5 <a
-href="#x1-430007.3.5" id="QQ2-1-56">Apply autocompletion only to TEX-like files</a></span>
-<br />  <span class="subsubsectionToc" >7.3.6 <a
-href="#x1-440007.3.6" id="QQ2-1-58">Customized reference strings</a></span>
-<br />  <span class="subsubsectionToc" >7.3.7 <a
-href="#x1-450007.3.7" id="QQ2-1-59">Autocompletion of <span
-class="cmsy-10x-x-109">{} </span>after _ and ^</a></span>
-<br />  <span class="subsubsectionToc" >7.3.8 <a
-href="#x1-460007.3.8" id="QQ2-1-60">Autoadding of <span
-class="cmsy-10x-x-109">{} </span>after a command</a></span>
-<br /><span class="sectionToc" >8 <a
-href="#x1-470008" id="QQ2-1-61">Contribution to the plugin</a></span>
-<br /> <span class="subsectionToc" >8.1 <a
-href="#x1-480008.1" id="QQ2-1-62">Extending plugin</a></span>
-<br />  <span class="subsubsectionToc" >8.1.1 <a
-href="#x1-490008.1.1" id="QQ2-1-63">Adding a new translation</a></span>
-<br />  <span class="subsubsectionToc" >8.1.2 <a
-href="#x1-500008.1.2" id="QQ2-1-64">Adding a new feature</a></span>
-<br /> <span class="subsectionToc" >8.2 <a
-href="#x1-510008.2" id="QQ2-1-65">Testing & bug reporting</a></span>
-<br /> <span class="subsectionToc" >8.3 <a
-href="#x1-520008.3" id="QQ2-1-66">Packaging</a></span>
-<br /> <span class="subsectionToc" >8.4 <a
-href="#x1-530008.4" id="QQ2-1-67">Improving and extending of documentation</a></span>
-<br /> <span class="subsectionToc" >8.5 <a
-href="#x1-540008.5" id="QQ2-1-68">Providing additional data for plugin</a></span>
-<br /> <span class="subsectionToc" >8.6 <a
-href="#x1-550008.6" id="QQ2-1-69">Propaganda</a></span>
-<br /><span class="sectionToc" >9 <a
-href="#x1-560009" id="QQ2-1-70">Development</a></span>
-<br /> <span class="subsectionToc" >9.1 <a
-href="#x1-570009.1" id="QQ2-1-71">Development version</a></span>
-<br />  <span class="subsubsectionToc" >9.1.1 <a
-href="#x1-580009.1.1" id="QQ2-1-72">Sending a patch</a></span>
-<br /><span class="sectionToc" >10 <a
-href="#x1-5900010" id="QQ2-1-73">Known issues</a></span>
-<br /><span class="sectionToc" >11 <a
-href="#x1-6000011" id="QQ2-1-74">Recommendations to improve work with <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> and Geany</a></span>
-<br /> <span class="subsectionToc" >11.1 <a
-href="#x1-6100011.1" id="QQ2-1-75">Geany’s build system</a></span>
-<br />  <span class="subsubsectionToc" >11.1.1 <a
-href="#x1-6200011.1.1" id="QQ2-1-76">Document backward search</a></span>
-<br /> <span class="subsectionToc" >11.2 <a
-href="#x1-6300011.2" id="QQ2-1-77">Geany’s template system</a></span>
-<br /> <span class="subsectionToc" >11.3 <a
-href="#x1-6400011.3" id="QQ2-1-78">Geany’s code snippet function</a></span>
-<br /> <span class="subsectionToc" >11.4 <a
-href="#x1-6500011.4" id="QQ2-1-79">Other useful plugins</a></span>
-<br />  <span class="subsubsectionToc" >11.4.1 <a
-href="#x1-6600011.4.1" id="QQ2-1-80">GeanyLipsum</a></span>
-<br />  <span class="subsubsectionToc" >11.4.2 <a
-href="#x1-6700011.4.2" id="QQ2-1-81">geanyVC</a></span>
-<br />  <span class="subsubsectionToc" >11.4.3 <a
-href="#x1-6800011.4.3" id="QQ2-1-82">Spellcheck</a></span>
-<br />  <span class="subsubsectionToc" >11.4.4 <a
-href="#x1-6900011.4.4" id="QQ2-1-83">tasks out of the addons plugins</a></span>
-<br /><span class="sectionToc" >12 <a
-href="#x1-7000012" id="QQ2-1-84">License</a></span>
-<br /><span class="sectionToc" >13 <a
-href="#x1-7100013" id="QQ2-1-85">Bugs, questions, homepage</a></span>
-</div>
-
-
-<h3 class="likesectionHead"><a
- id="x1-2000"></a>List of Tables</h3>
-<a
- id="Q1-1-3"></a>
-<div class="tableofcontents"><span class="lotToc" >1 <a
-href="#x1-18001r1">List of available symbols on custom templates</a></span><br /><span class="lotToc" >2 <a
-href="#x1-37001r2">List of available keybindings</a></span><br />
-</div>
-<h3 class="likesectionHead"><a
- id="x1-3000"></a>List of Figures</h3>
-<a
- id="Q1-1-5"></a>
-<div class="tableofcontents"><span class="lofToc" >1 <a
-href="#x1-13001r1">Plugin manager with Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.5 at Geany 0.19</a></span><br /><span class="lofToc" >2 <a
-href="#x1-16001r2"><span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span>-Wizard
-of version 0.5</a></span><br /><span class="lofToc" >3 <a
-href="#x1-19001r3">Insert label dialog on Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.5</a></span><br /><span class="lofToc" >4 <a
-href="#x1-19002r4">Insert reference
-dialog on Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.5</a></span><br /><span class="lofToc" >5 <a
-href="#x1-22001r5">Insert BibTeX reference dialog on Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span>
-0.6</a></span><br /><span class="lofToc" >6 <a
-href="#x1-25007r6">Insert environment dialog on Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.5</a></span><br /><span class="lofToc" >7 <a
-href="#x1-29001r7">Dialog for inserting
-<span
-class="cmsy-10x-x-109">\</span>usepackage<span
-class="cmsy-10x-x-109">{}</span></a></span><br /><span class="lofToc" >8 <a
-href="#x1-33001r8">Plugin toolbar of Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.5</a></span><br /><span class="lofToc" >9 <a
-href="#x1-42008r9">general.conf
-example for contextsize</a></span><br /><span class="lofToc" >10 <a
-href="#x1-43008r10">general.conf example for deactivating file
-type specific restrictions for autocompletion</a></span><br />
-</div>
-
-
-<h3 class="sectionHead"><span class="titlemark">1 </span> <a
- id="x1-40001"></a>About the plugin</h3>
-<!--l. 73--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> is a little plugin to improve <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> support in Geany. It implements a couple of hopefully
-useful functions:
-</p>
- <ul class="itemize1">
- <li class="itemize">A wizard to create new <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> documents in a fast and easy way with a bunch of templates
- available
- </li>
- <li class="itemize">A front end for adding labels <span
-class="cmsy-10x-x-109">\</span>label and references <span
-class="cmsy-10x-x-109">\</span>ref and <span
-class="cmsy-10x-x-109">\</span>pageref getting suggestions from
- the document’s aux file
- </li>
- <li class="itemize">Insertion of special characters through the menu
- </li>
- <li class="itemize">Help on BibTeX entries by templates and offering a list of available references.
- </li>
- <li class="itemize">Easy insertion of format patterns like <span
-class="cmsy-10x-x-109">\</span>texttt through the menu
- </li>
- <li class="itemize">Support of environment insertion by offering a dialog and recognizing selections
- </li>
- <li class="itemize">Shortcuts for inserting <span
-class="cmsy-10x-x-109">\</span>item and <span
-class="cmsy-10x-x-109">\</span>newline
- </li>
- <li class="itemize">Toolbar with frequently used format options
- </li>
- <li class="itemize">A couple of useful auto-completion functions during typing</li></ul>
-<!--l. 95--><p class="noindent" >
-
-
-</p>
-<h3 class="sectionHead"><span class="titlemark">2 </span> <a
- id="x1-50002"></a>News & ChangeLog</h3>
-<!--l. 97--><p class="noindent" >
-</p>
-<h4 class="subsectionHead"><span class="titlemark">2.1 </span> <a
- id="x1-60002.1"></a>Upcoming Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.6</h4>
- <ul class="itemize1">
- <li class="itemize">Moved <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> menu to a separate menu inside Geany main menu
- </li>
- <li class="itemize">Added a feature to autocapetlise letters on typing on begin of a sentence
- </li>
- <li class="itemize">Added a way to put a icon for <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span>-wizard into Geany’s main toolbar
- </li>
- <li class="itemize">Added a dialog for inserting BibTeX references based on available *.bib-files
- </li>
- <li class="itemize">Upgrade plugin API to version 199</li></ul>
-<!--l. 109--><p class="noindent" >
-</p>
-<h4 class="subsectionHead"><span class="titlemark">2.2 </span> <a
- id="x1-70002.2"></a>Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.5 – 2010-06-13</h4>
- <ul class="itemize1">
- <li class="itemize">Introduced custom templates for <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span>-Wizard
- </li>
- <li class="itemize">Added a <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span>-Wizard icon to the toolbar
- </li>
- <li class="itemize">Added shortcuts for inserting common list environments like <span
-class="pcrr7t-x-x-109">enumerate</span>, <span
-class="pcrr7t-x-x-109">itemize </span>and
- <span
-class="pcrr7t-x-x-109">description</span>
- </li>
- <li class="itemize">Some general bugfixes and improvements. As always, see the ChangeLog or svn log.
-
-
- </li>
- <li class="itemize">Switched to waf for building the plugin
- </li>
- <li class="itemize">Moved some <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span>-specific stuff out of Geany’s core into the plugin. This affects features
- like
- <ul class="itemize2">
- <li class="itemize">Autocompletion of <span
-class="cmsy-10x-x-109">\</span><span
-class="pcrr7t-x-x-109">end</span><span
-class="cmsy-10x-x-109">{} </span>and <span
-class="cmsy-10x-x-109">\</span><span
-class="pcrr7t-x-x-109">endgroup</span><span
-class="cmsy-10x-x-109">{}</span></li></ul>
- </li>
- <li class="itemize">Proceeded to Geany Plugin API v184
- </li>
- <li class="itemize">Made reference insertion configurable.
- </li>
- <li class="itemize">Added an function to insert <span
-class="cmsy-10x-x-109">\</span>usepackage<span
-class="cmsy-10x-x-109">{} </span>into header of file
- </li>
- <li class="itemize">Automatic adding of <span
-class="cmsy-10x-x-109">{} </span>after typing of _ and ^
- </li>
- <li class="itemize">Added automatic inserting of <span
-class="cmsy-10x-x-109">{} </span>after typing a command and hitting return in case of none pair is
- already present
- </li></ul>
-<!--l. 136--><p class="noindent" >
-</p>
-<h4 class="subsectionHead"><span class="titlemark">2.3 </span> <a
- id="x1-80002.3"></a>Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.4 – 2009-05-26</h4>
- <ul class="itemize1">
- <li class="itemize">Added a toolbar with frequently used format commands
- </li>
- <li class="itemize">Added a configuration dialog to configure basic options of the plugin
- </li>
- <li class="itemize">Moved documentation into a <span class="TEX">T<span
-class="E">E</span>X</span>-document
- </li>
- <li class="itemize">Replace <span
-class="cmsy-10x-x-109">\</span>u-UTF-8 letters by octal coded chars to avoid dependency on C99.
- </li>
- <li class="itemize">Added a function to bulk replace special characters inside marked text by keybinding
-
-
- </li>
- <li class="itemize">Added a function for special characters substitution during typing</li></ul>
-<!--l. 149--><p class="noindent" >
-
-
-</p>
-<h3 class="sectionHead"><span class="titlemark">3 </span> <a
- id="x1-90003"></a>Requirements</h3>
-<!--l. 152--><p class="noindent" ><span
-class="pplb7t-">Please note: </span><span
-class="pplr7t-">This section of documentation is only valid with standalone distribution of Geany</span><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span><span
-class="pplr7t-">. If you are</span>
-<span
-class="pplr7t-">planning to use the common geany-plugins project, please check documentation over there as there are some</span>
-<span
-class="pplr7t-">specialties you might like to know.</span>
-</p><!--l. 158--><p class="noindent" ><span
-class="pplr7t-">For compiling the plugin yourself, you will need the GTK (</span><span
-class="zplmr7m-">></span><span
-class="zplmr7t-">= </span><span
-class="pplr7t-">2.8.0) libraries and header files. You will also need its</span>
-<span
-class="pplr7t-">dependency libraries and header files, such as Pango, Glib and ATK. All these files are available at</span>
-<a
-href="http://www.gtk.org" class="url" ><span
-class="pcrr7t-">http://www.gtk.org</span></a><span
-class="pplr7t-">.</span>
-</p><!--l. 163--><p class="noindent" ><span
-class="pplr7t-">And obviously, you will need to have Geany with its header files installed (in case you are compiling the plugin on</span>
-<span
-class="pplr7t-">your own). If you installed Geany from the sources, you should be ready to go. If you used a prepared package, e.g.</span>
-<span
-class="pplr7t-">from your distribution, you probably need to install an additional package, probably called geany-dev or</span>
-<span
-class="pplr7t-">geany-devel. Please note that in order to compile and use this plugin, you need Geany 0.20svn or later (Geany Plugin</span>
-<span
-class="pplr7t-">API v199 or higher).</span>
-</p><!--l. 171--><p class="noindent" ><span
-class="pplr7t-">Furthermore you need, of course, a C compiler and python installed. The GNU version of the C compiler is</span>
-<span
-class="pplr7t-">recommended. Furthermore, there should be a working </span><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span><span
-class="pplr7t-">-environment on your System.</span>
-</p><!--l. 175--><p class="noindent" ><span
-class="pplr7t-">There is no special need in RAM or CPU, so the plugin should compile and run on all systems Geany is able to</span>
-<span
-class="pplr7t-">run.</span>
-</p><!--l. 178--><p class="noindent" >
-</p>
-<h3 class="sectionHead"><span class="titlemark"><span
-class="pplr7t-">4 </span></span> <a
- id="x1-100004"></a><span
-class="pplr7t-">Installation</span></h3>
-<!--l. 180--><p class="noindent" ><span
-class="pplb7t-">Please note: </span><span
-class="pplr7t-">This section of documentation is only valid for the standalone distribution of Geany</span><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span><span
-class="pplr7t-">. If you are</span>
-<span
-class="pplr7t-">about to use the common geany-plugins project, please check their documentation as there are some specialties you</span>
-<span
-class="pplr7t-">might like to know.</span>
-</p><!--l. 185--><p class="noindent" >
-</p>
-<h4 class="subsectionHead"><span class="titlemark"><span
-class="pplr7t-">4.1 </span></span> <a
- id="x1-110004.1"></a><span
-class="pplr7t-">Compiling the plugin</span></h4>
-<!--l. 186--><p class="noindent" ><span
-class="pplr7t-">Compiling and installing the code is done by the following three commands:</span>
-</p>
-<hr class="figure" /><div class="figure"
->
-
-
-
-
-<!--l. 190-->
-<div class="lstlisting" id="listing-1"><span class="label"><a
- id="x1-11001r1"></a></span><span
-class="pcrr7t-x-x-80">$</span><span
-class="pcrr7t-x-x-80"> </span><span
-class="pcrr7t-x-x-80">./</span><span
-class="pcrr7t-x-x-80">waf</span><span
-class="pcrr7t-x-x-80"> </span><span
-class="pcrr7t-x-x-80">configure</span><span
-class="pcrr7t-x-x-80"> </span><br /><span class="label"><a
- id="x1-11002r2"></a></span><span
-class="pcrr7t-x-x-80">$</span><span
-class="pcrr7t-x-x-80"> </span><span
-class="pcrr7t-x-x-80">./</span><span
-class="pcrr7t-x-x-80">waf</span><span
-class="pcrr7t-x-x-80"> </span><span
-class="pcrr7t-x-x-80">build</span><span
-class="pcrr7t-x-x-80"> </span><br /><span class="label"><a
- id="x1-11003r3"></a></span><span
-class="pcrr7t-x-x-80">$</span><span
-class="pcrr7t-x-x-80"> </span><span
-class="pcrr7t-x-x-80">./</span><span
-class="pcrr7t-x-x-80">waf</span><span
-class="pcrr7t-x-x-80"> </span><span
-class="pcrr7t-x-x-80">install</span><span
-class="pcrr7t-x-x-80"> </span><span
-class="pcrr7t-x-x-80">%</span><span
-class="pcrr7t-x-x-80">$</span>
-</div>
-
-
-</div><hr class="endfigure" />
-<!--l. 197--><p class="noindent" ><span
-class="pplr7t-">For more configuration details, run </span><span
-class="pcrr7t-">./waf --help</span>
-</p><!--l. 199--><p class="noindent" ><span
-class="pplr7t-">By default, the plugin is installed into the </span><span
-class="pcrr7t-">lib </span><span
-class="pplr7t-">subfolder of your Geany installation. So if you have installed Geany to</span>
-<span
-class="pcrr7t-">/usr/local/ </span><span
-class="pplr7t-">the plugin will be installed to </span><span
-class="pcrr7t-">/usr/local/lib/geany/</span><span
-class="pplr7t-">. Translation files will be installed to</span>
-<span
-class="pcrr7t-">/usr/local/share/locale/ </span><span
-class="pplr7t-">in this case.</span>
-</p><!--l. 205--><p class="noindent" ><span
-class="pplr7t-">If there are any errors during compilation, check your build environment and try to find the error, otherwise contact one of</span>
-<span
-class="pplr7t-">the authors</span><span class="footnote-mark"><a
-href="geanylatex2.html#fn1x0"><sup class="textsuperscript">1</sup></a></span><a
- id="x1-11004f1"></a>
-</p>
-<h4 class="subsectionHead"><span class="titlemark"><span
-class="pplr7t-">4.2 </span></span> <a
- id="x1-120004.2"></a><span
-class="pplr7t-">Compiling the documentation</span></h4>
-<!--l. 212--><p class="noindent" ><span
-class="pplr7t-">Sources of this documentation are available throught </span><span
-class="pcrr7t-">doc/geanylatex.tex </span><span
-class="pplr7t-">inside source tree. To compile the</span>
-<span
-class="pplr7t-">sources, usage of </span><span
-class="pcrr7t-">pdflatex </span><span
-class="pplr7t-">(should be delivered with your favorite </span><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span> <span
-class="pplr7t-">distribution) is recommended. For</span>
-<span
-class="pplr7t-">compiling into HTML format you might like to use </span><span
-class="pcrr7t-">htlatex</span><span
-class="pplr7t-">. The HTML version of this documentation shipped</span>
-<span
-class="pplr7t-">with source tarball has been compiled with</span>
-</p>
-<hr class="figure" /><div class="figure"
->
-
-
-
-
-<!--l. 220-->
-<div class="lstlisting" id="listing-2"><span class="label"><a
- id="x1-12001r1"></a></span><span
-class="pcrr7t-x-x-80">htlatex</span><span
-class="pcrr7t-x-x-80"> </span><span
-class="pcrr7t-x-x-80">geanylatex</span><span
-class="pcrr7t-x-x-80">.</span><span
-class="pcrr7t-x-x-80">tex</span><span
-class="pcrr7t-x-x-80"> </span><span
-class="pcrr7t-x-x-80">xhtml</span><span
-class="pcrr7t-x-x-80"> </span><span
-class="pcrr7t-x-x-80">-</span><span
-class="pcrr7t-x-x-80">cvalidate</span><span
-class="pcrr7t-x-x-80"> </span><span
-class="pcrr7t-x-x-80">-</span><span
-class="pcrr7t-x-x-80">interaction</span><span
-class="pcrr7t-x-x-80">=</span><span
-class="pcrr7t-x-x-80">batchmode</span>
-</div>
-
-
-</div><hr class="endfigure" />
-<h3 class="sectionHead"><span class="titlemark"><span
-class="pplr7t-">5 </span></span> <a
- id="x1-130005"></a><span
-class="pplr7t-">Usage</span></h3>
-<hr class="figure" /><div class="figure"
->
-
-
-<a
- id="x1-13001r1"></a>
-
-
-
-<!--l. 227--><p class="noindent" ><img
-src="img/plugin_manager.png" alt="PIC"
- />
-<br /> </p><div class="caption"
-><span class="id">Figure 1: </span><span
-class="content">Plugin manager with Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.5 at Geany 0.19</span></div><!--tex4ht:label?: x1-13001r1 -->
-
-
-</div><hr class="endfigure" />
-<!--l. 231--><p class="noindent" ><span
-class="pplr7t-">After Geany</span><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span> <span
-class="pplr7t-">has been installed successful the plugin can be loaded through Geany’s plugin manager.</span>
-<span
-class="pplr7t-">Depending on configuration a new menu inside Geany’s main menu will appear, an menu entry for the</span>
-<span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span><span
-class="pplr7t-">-wizard will appear inside the Tools menu as well as new key bindings will be available inside</span>
-<span
-class="pplr7t-">Geany’s key binding interface. Inside the new menu you will find entries for functions supported by this</span>
-<span
-class="pplr7t-">version of the plugin. The main menu entry will be called something like </span><span
-class="pcrr7t-">LaTeX</span><span
-class="pplr7t-">, depending on your</span>
-<span
-class="pplr7t-">locale.</span>
-</p><!--l. 240--><p class="noindent" ><span
-class="pplr7t-">Also if the option for showing the toolbar is activated on configuration dialog, the toolbar with common used format</span>
-<span
-class="pplr7t-">functions appears on at top of editor widget. This feature is turned off by default.</span>
-</p>
-<h3 class="sectionHead"><span class="titlemark"><span
-class="pplr7t-">6 </span></span> <a
- id="x1-140006"></a><span
-class="pplr7t-">Features</span></h3>
-<!--l. 247--><p class="noindent" ><span
-class="pplr7t-">Let’s go into more detail on some features.</span>
-</p><!--l. 250--><p class="noindent" >
-</p>
-<h4 class="subsectionHead"><span class="titlemark"><span
-class="pplr7t-">6.1 </span></span> <a
- id="x1-150006.1"></a><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span><span
-class="pplr7t-">-Wizard</span></h4>
-<!--l. 252--><p class="noindent" >
-</p>
-<h5 class="subsubsectionHead"><span class="titlemark"><span
-class="pplr7t-">6.1.1 </span></span> <a
- id="x1-160006.1.1"></a><span
-class="pplr7t-">General usage of wizard</span></h5>
-<!--l. 253--><p class="noindent" ><span
-class="pplr7t-">The </span><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span><span
-class="pplr7t-">-Wizard is implementing a easy way creating a number of default documents.</span> </p><hr class="figure" /><div class="figure"
->
-
-
-<a
- id="x1-16001r2"></a>
-
-
-
-<!--l. 256--><p class="noindent" ><img
-src="img/latexwizard.png" alt="PIC"
- />
-<br /> </p><div class="caption"
-><span class="id">Figure 2: </span><span
-class="content"><span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span>-Wizard of version 0.5</span></div><!--tex4ht:label?: x1-16001r2 -->
-
-
-</div><hr class="endfigure" />
-<!--l. 260--><p class="noindent" ><span
-class="pplr7t-">The wizard is offering a chance to choose from a couple of templates with the possibility of adding customer</span>
-<span
-class="pplr7t-">templates. This can be chosen from </span><span
-class="pplb7t-">Templates </span><span
-class="pplr7t-">pulldown on top of dialog.</span>
-</p><!--l. 264--><p class="noindent" ><span
-class="pplr7t-">This can be set by choosing the needed entry form </span><span
-class="pplb7t-">Documentclass </span><span
-class="pplr7t-">pulldown menu.</span>
-</p><!--l. 267--><p class="noindent" ><span
-class="pplb7t-">Encoding </span><span
-class="pplr7t-">is configuring the packages </span><span
-class="pcrr7t-">inputenc </span><span
-class="pplr7t-">to for example </span><span
-class="cmsy-10">\</span><span
-class="pcrr7t-">usepackage[utf8]</span><span
-class="cmsy-10">{</span><span
-class="pcrr7t-">inputenc</span><span
-class="cmsy-10">} </span><span
-class="pplr7t-">in case of the</span>
-<span
-class="pplr7t-">document encoding should be UTF-8. Also it sets the encoding Geany is using for the newly created</span>
-<span
-class="pplr7t-">document.</span>
-</p><!--l. 272--><p class="noindent" ><span
-class="pplb7t-">Font size </span><span
-class="pplr7t-">as well as </span><span
-class="pplb7t-">Paper size </span><span
-class="pplr7t-">will set class option for font/paper size of the new created document. </span><span
-class="pplb7t-">Author</span><span
-class="pplr7t-">, </span><span
-class="pplb7t-">Date</span><span
-class="pplr7t-">,</span>
-<span
-class="pplb7t-">Title </span><span
-class="pplr7t-">will be also passed to the corresponding command inside the file header.</span>
-</p><!--l. 277--><p class="noindent" ><span
-class="pplr7t-">Option </span><span
-class="pplb7t-">Use draft mode </span><span
-class="pplr7t-">will add </span><span
-class="pcrr7t-">draft </span><span
-class="pplr7t-">to list of document options which allows some help during debugging of</span>
-<span
-class="pplr7t-">document.</span>
-</p><!--l. 280--><p class="noindent" ><span
-class="pplr7t-">Since KOMA script is quiet popular the option </span><span
-class="pplb7t-">Use KOMA script if possible </span><span
-class="pplr7t-">allows to activate the usage of KOMA</span>
-<span
-class="pplr7t-">script. If this options is activated instead of </span><span
-class="pcrr7t-">book</span><span
-class="pplr7t-">, </span><span
-class="pcrr7t-">scrbook </span><span
-class="pplr7t-">will be used as document class. Default is activated here.</span>
-<span
-class="pplr7t-">This option is deactivated by default and can be set through Geany</span><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span><span
-class="pplr7t-">’s configuration dialog mentioned earlier</span>
-<span
-class="pplr7t-">in this document.</span>
-</p><!--l. 287--><p class="noindent" ><span
-class="pplr7t-">This wizard can also be called by a shortcut. Please have a look onto Section </span><a
-href="#x1-37001r2"><span
-class="pplr7t-">2</span><!--tex4ht:ref: kb_latex_wizard --></a><span
-class="pplr7t-">, page </span><a
-href="#x1-37001r2"><span
-class="pplr7t-">53</span><!--tex4ht:ref: kb_latex_wizard --></a><span
-class="pplr7t-">.</span>
-</p>
-<h5 class="subsubsectionHead"><span class="titlemark"><span
-class="pplr7t-">6.1.2 </span></span> <a
- id="x1-170006.1.2"></a><span
-class="pplr7t-">Default templates</span></h5>
-<!--l. 291--><p class="noindent" ><span
-class="pplr7t-">Document types that are currently supported by the wizard are:</span> </p>
- <ul class="itemize1">
- <li class="itemize"><span
-class="pplr7t-">book</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">report</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">article</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">letter (default letter class)</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">presentation (</span><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span> <span
-class="pplr7t-">beamer)</span></li></ul>
-
-
-<!--l. 300--><p class="noindent" >
-</p>
-<h5 class="subsubsectionHead"><span class="titlemark"><span
-class="pplr7t-">6.1.3 </span></span> <a
- id="x1-180006.1.3"></a><span
-class="pplr7t-">Extending by own templates</span></h5>
-<!--l. 302--><p class="noindent" ><span
-class="pplr7t-">Geany</span><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span> <span
-class="pplr7t-">is offering a way for extending the wizard by user defined templates. This templates will be stored</span>
-<span
-class="pplr7t-">inside the plugin configuration dir with file extension glt. For creating a customized template you will need</span>
-<span
-class="pplr7t-">to create a normal *.tex file and store it inside the directory. On most Linux systems this should be</span>
-<span
-class="pcrr7t-">~/.config/geany/geanyLaTeX/</span><span
-class="pplr7t-">.</span>
-</p><!--l. 309--><p class="noindent" ><span
-class="pplr7t-">Inside your template you can refer to wizard’s field by using some special strings which are:</span>
-</p>
-<div class="table">
-
-
-<!--l. 312--><p class="noindent" ><a
- id="x1-18001r1"></a></p><hr class="float" /><div class="float"
->
-
-
- <div class="caption"
-><span class="id">Table 1: </span><span
-class="content">List of available symbols on custom templates</span></div><!--tex4ht:label?: x1-18001r1 -->
-<div class="tabular"> <table id="TBL-2" class="tabular"
-cellspacing="0" cellpadding="0" rules="groups"
-><colgroup id="TBL-2-1g"><col
-id="TBL-2-1" /></colgroup><colgroup id="TBL-2-2g"><col
-id="TBL-2-2" /></colgroup><tr
- style="vertical-align:baseline;" id="TBL-2-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-1-1"
-class="td11"><span
-class="pplb7t-x-x-109">Symbol </span></td><td style="white-space:wrap; text-align:left;" id="TBL-2-1-2"
-class="td11"><!--l. 317--><p class="noindent" ><span
-class="pplb7t-x-x-109">Usage</span> </p></td>
-</tr><tr
-class="hline"><td><hr /></td><td><hr /></td></tr><tr
- style="vertical-align:baseline;" id="TBL-2-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-2-1"
-class="td11"><span
-class="cmsy-10x-x-109">{</span><span
-class="pcrr7t-x-x-109">CLASSOPTION</span><span
-class="cmsy-10x-x-109">} </span></td><td style="white-space:wrap; text-align:left;" id="TBL-2-2-2"
-class="td11"><!--l. 318--><p class="noindent" >Will be replaced by the classoptions set on the wizard as for
-example font size or paper size. </p></td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-3-1"
-class="td11"><span
-class="cmsy-10x-x-109">{</span><span
-class="pcrr7t-x-x-109">DOCUMENTCLASS</span><span
-class="cmsy-10x-x-109">}</span></td><td style="white-space:wrap; text-align:left;" id="TBL-2-3-2"
-class="td11"><!--l. 320--><p class="noindent" >Will be replaced by the choosen document class based on
-the pulldown of wizard and whether option for KOMA
-script has been set. </p></td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-4-1"
-class="td11"><span
-class="cmsy-10x-x-109">{</span><span
-class="pcrr7t-x-x-109">DATE</span><span
-class="cmsy-10x-x-109">} </span></td><td style="white-space:wrap; text-align:left;" id="TBL-2-4-2"
-class="td11"><!--l. 323--><p class="noindent" >Will be replaced by the input given on the date field of
-wizard. </p></td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-5-1"
-class="td11"><span
-class="cmsy-10x-x-109">{</span><span
-class="pcrr7t-x-x-109">TITLE</span><span
-class="cmsy-10x-x-109">} </span></td><td style="white-space:wrap; text-align:left;" id="TBL-2-5-2"
-class="td11"><!--l. 325--><p class="noindent" >Will be replaced by the input given on the title field of
-wizard. </p></td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-6-1"
-class="td11"><span
-class="cmsy-10x-x-109">{</span><span
-class="pcrr7t-x-x-109">AUTHOR</span><span
-class="cmsy-10x-x-109">} </span></td><td style="white-space:wrap; text-align:left;" id="TBL-2-6-2"
-class="td11"><!--l. 327--><p class="noindent" >Will be replaced by the input given on the author field of
-wizard. </p></td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-7-1"
-class="td11"><span
-class="cmsy-10x-x-109">{</span><span
-class="pcrr7t-x-x-109">ENCODING</span><span
-class="cmsy-10x-x-109">} </span></td><td style="white-space:wrap; text-align:left;" id="TBL-2-7-2"
-class="td11"><!--l. 329--><p class="noindent" >Will be replace by choosen encoding from pulldown of
-wizard </p></td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-8-1"
-class="td11"><span
-class="cmsy-10x-x-109">{</span><span
-class="pcrr7t-x-x-109">OPENING</span><span
-class="cmsy-10x-x-109">} </span></td><td style="white-space:wrap; text-align:left;" id="TBL-2-8-2"
-class="td11"><!--l. 331--><p class="noindent" >Will be replaced by <span
-class="zplmr7y-x-x-60">≫</span>Dear Sir or Madame<span
-class="zplmr7y-x-x-60">≪</span> in local
-geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> is running with. If you like to overwrite
-it, please don’t use the symbol and hardcode the phrase
-instead. </p></td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-9-1"
-class="td11"><span
-class="cmsy-10x-x-109">{</span><span
-class="pcrr7t-x-x-109">CLOSING</span><span
-class="cmsy-10x-x-109">} </span></td><td style="white-space:wrap; text-align:left;" id="TBL-2-9-2"
-class="td11"><!--l. 334--><p class="noindent" >Will be replaced by <span
-class="zplmr7y-x-x-60">≫</span>With kind regards<span
-class="zplmr7y-x-x-60">≪</span> in local
-geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> is running with. If you like to overwrite
-it, please don’t use the symbol and hardcode the phrase
-instead. </p></td>
-</tr><tr
- style="vertical-align:baseline;" id="TBL-2-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-10-1"
-class="td11"> </td></tr></table></div>
-
-
-</div><hr class="endfloat" />
-</div>
-<!--l. 340--><p class="noindent" ><span
-class="pplr7t-">If you have other than the default templates defined they will be add to templates pulldown. So when creating a</span>
-<span
-class="pplr7t-">template, please keep care to set up a good name for the file, as the filename will be the identifier you can choose</span>
-<span
-class="pplr7t-">from on pulldown.</span>
-</p><!--l. 345--><p class="noindent" ><span
-class="pplr7t-">In future a number of templates should be available also online at </span><a
-href="http://frank.uvena.de/files/geany/data/geanyLaTeX/" class="url" ><span
-class="pcrr7t-">http://frank.uvena.de/files/geany/data/geanyLaTeX/</span></a><span
-class="pplr7t-">.</span>
-<span
-class="pplr7t-">Please feel also free to publish templates in case of you have some useful one.</span>
-</p><!--l. 350--><p class="noindent" ><span
-class="pplr7t-">If you need more general templates, you may have a look onto Geany’s build in template feature – briefly introduced</span>
-<span
-class="pplr7t-">on Chapter </span><a
-href="#x1-6300011.2"><span
-class="pplr7t-">11.2</span><!--tex4ht:ref: sec:recommended_things_geany_template_system --></a><span
-class="pplr7t-">, page </span><a
-href="#x1-6300011.2"><span
-class="pplr7t-">66</span><!--tex4ht:ref: sec:recommended_things_geany_template_system --></a><span
-class="pplr7t-">.</span>
-</p>
-<h4 class="subsectionHead"><span class="titlemark"><span
-class="pplr7t-">6.2 </span></span> <a
- id="x1-190006.2"></a><span
-class="pplr7t-">Inserting References and Labels</span></h4>
-<!--l. 356--><p class="noindent" ><span
-class="pplr7t-">An often used feature on writing of documents is adding and referring to labels. Geany</span><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span> <span
-class="pplr7t-">is adding some</span>
-<span
-class="pplr7t-">support here for more comfortable adding new labels and reference offering a GUI.</span>
-</p>
-<hr class="figure" /><div class="figure"
->
-
-
-<a
- id="x1-19001r3"></a>
-
-
-
-<!--l. 361--><p class="noindent" ><img
-src="img/insert_label.png" alt="PIC"
- />
-<br /> </p><div class="caption"
-><span class="id">Figure 3: </span><span
-class="content">Insert label dialog on Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.5</span></div><!--tex4ht:label?: x1-19001r3 -->
-
-
-</div><hr class="endfigure" />
-<!--l. 365--><p class="noindent" ><span
-class="pplr7t-">After an label was added Geany</span><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span> <span
-class="pplr7t-">is offering a dialog for inserting normal references and page references to a</span>
-<span
-class="pplr7t-">label.</span>
-</p>
-<hr class="figure" /><div class="figure"
->
-
-
-<a
- id="x1-19002r4"></a>
-
-
-
-<!--l. 369--><p class="noindent" ><img
-src="img/insert_reference.png" alt="PIC"
- />
-<br /> </p><div class="caption"
-><span class="id">Figure 4: </span><span
-class="content">Insert reference dialog on Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span
-class="E">E</span>X</span></span> 0.5</span></div><!--tex4ht:label?: x1-19002r4 -->
-
-
-</div><hr class="endfigure" />
-<!--l. 373--><p class="noindent" ><span
-class="pplr7t-">The suggestions inside the pull down are based on the aux files creating by processing of *.tex file located inside</span>
-<span
-class="pplr7t-">directory of current </span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span><span
-class="pplr7t-">-file. When first step was successful the files are parsed for </span><span
-class="cmsy-10">\</span><span
-class="pcrr7t-">newlabel</span><span
-class="cmsy-10">{}{}{} </span><span
-class="pplr7t-">and</span>
-<span
-class="pplr7t-">outcome is tried to interpret them properly. The found entries will be inserted into pull down sorted by</span>
-<span
-class="pplr7t-">alphabet.</span>
-</p><!--l. 380--><p class="noindent" ><span
-class="pplr7t-">Both, the inserting labels as well as the inserting reference dialog can be accessed by key binding also. See Chapter </span><a
-href="#x1-37001r2"><span
-class="pplr7t-">2</span><!--tex4ht:ref: kb_insert_label --></a>
-<span
-class="pplr7t-">here.</span>
-</p>
-<h4 class="subsectionHead"><span class="titlemark"><span
-class="pplr7t-">6.3 </span></span> <a
- id="x1-200006.3"></a><span
-class="pplr7t-">Support for BibTeX</span></h4>
-<!--l. 385--><p class="noindent" >
-</p>
-<h5 class="subsubsectionHead"><span class="titlemark"><span
-class="pplr7t-">6.3.1 </span></span> <a
- id="x1-210006.3.1"></a><span
-class="pplr7t-">BibTeX templates for catalogue entries</span></h5>
-<!--l. 386--><p class="noindent" ><span
-class="pplr7t-">Geany</span><span class="LATEX"><span
-class="pplr7t-">L</span><span class="A"><span
-class="pplr7t-">A</span></span><span class="TEX"><span
-class="pplr7t-">T</span><span
-class="E"><span
-class="pplr7t-">E</span></span><span
-class="pplr7t-">X</span></span></span> <span
-class="pplr7t-">is offering a number of often used templates for BibTeX catalogue entries. They can be access by the</span>
-<span
-class="pplr7t-">plugin submenu in Geany’s tools menu:</span> </p>
- <ul class="itemize1">
- <li class="itemize"><span
-class="pplr7t-">Article</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">Book</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">Booklet</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">Conference</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">Inbook</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">Incollection</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">Inproceedings</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">Manual</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">Mastersthesis</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">Misc</span>
-
-
- </li>
- <li class="itemize"><span
-class="pplr7t-">PhdThesis</span>
- </li>
- <li class="itemize"><span
-class="pplr7t-">Proceedings</span>
@@ Diff output truncated at 100000 characters. @@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2154
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2154&view=rev
Author: frlan
Date: 2011-08-15 19:44:47 +0000 (Mon, 15 Aug 2011)
Log Message:
-----------
GeanyLaTeX: Update of ChangeLog with changes done before
Modified Paths:
--------------
trunk/geany-plugins/geanylatex/ChangeLog
Modified: trunk/geany-plugins/geanylatex/ChangeLog
===================================================================
--- trunk/geany-plugins/geanylatex/ChangeLog 2011-08-15 19:44:28 UTC (rev 2153)
+++ trunk/geany-plugins/geanylatex/ChangeLog 2011-08-15 19:44:47 UTC (rev 2154)
@@ -8,6 +8,24 @@
* Fixing an bug when using keybindings to insert typewriter format
+2011-07-28 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * Resorting LaTeX menu.
+ * Adding a couple of characters which are used inside LaTeX to special
+ characters menu.
+
+
+2011-04-26 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * Add a tooltip to toolbar item.
+
+
+2011-04-12 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * Don't add a {} after a command in case of [ has been typed before or []
+ is there. Closes #3285393.
+
+
2011-03-17 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Attempt to fix a couple of compiling warnings came up with updates
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2152
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2152&view=rev
Author: frlan
Date: 2011-08-15 19:43:57 +0000 (Mon, 15 Aug 2011)
Log Message:
-----------
Minor formating
Modified Paths:
--------------
trunk/geany-plugins/po/ChangeLog
Modified: trunk/geany-plugins/po/ChangeLog
===================================================================
--- trunk/geany-plugins/po/ChangeLog 2011-08-15 17:06:58 UTC (rev 2151)
+++ trunk/geany-plugins/po/ChangeLog 2011-08-15 19:43:57 UTC (rev 2152)
@@ -2,16 +2,19 @@
* de.po: Minimal update of German translation.
+
2011-08-15 Hans Alves <alves(dot)h88(at)gmail(dot)com>
* es.po Minor adjustment on translation.
* added nl.po with dutch translation of geanypg
+
2011-08-14 Hans Alves <alves(dot)h88(at)gmail(dot)com>
* POTFILES.in changed geanypg/src/aux.c to geanypg/src/helper_functions.c
* es.po: added spanish translation for geanypg
+
2011-06-22 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* de.po: Minimal update of German translation.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2151
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2151&view=rev
Author: alvesh88
Date: 2011-08-15 17:06:58 +0000 (Mon, 15 Aug 2011)
Log Message:
-----------
Resolved conflict in po/ChangeLog, sorry!
Modified Paths:
--------------
trunk/geany-plugins/po/ChangeLog
Modified: trunk/geany-plugins/po/ChangeLog
===================================================================
--- trunk/geany-plugins/po/ChangeLog 2011-08-15 17:04:17 UTC (rev 2150)
+++ trunk/geany-plugins/po/ChangeLog 2011-08-15 17:06:58 UTC (rev 2151)
@@ -1,3 +1,7 @@
+2011-08-15 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * de.po: Minimal update of German translation.
+
2011-08-15 Hans Alves <alves(dot)h88(at)gmail(dot)com>
* es.po Minor adjustment on translation.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2149
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2149&view=rev
Author: frlan
Date: 2011-08-15 14:40:28 +0000 (Mon, 15 Aug 2011)
Log Message:
-----------
Update of German translation
Modified Paths:
--------------
trunk/geany-plugins/po/ChangeLog
trunk/geany-plugins/po/de.po
Modified: trunk/geany-plugins/po/ChangeLog
===================================================================
--- trunk/geany-plugins/po/ChangeLog 2011-08-15 06:55:23 UTC (rev 2148)
+++ trunk/geany-plugins/po/ChangeLog 2011-08-15 14:40:28 UTC (rev 2149)
@@ -1,3 +1,8 @@
+2011-08-15 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * de.po: Minimal update of German translation.
+
+
2011-06-22 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* de.po: Minimal update of German translation.
Modified: trunk/geany-plugins/po/de.po
===================================================================
--- trunk/geany-plugins/po/de.po 2011-08-15 06:55:23 UTC (rev 2148)
+++ trunk/geany-plugins/po/de.po 2011-08-15 14:40:28 UTC (rev 2149)
@@ -10,8 +10,8 @@
msgstr ""
"Project-Id-Version: geany-plugins 0.20\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-14 16:33+0200\n"
-"PO-Revision-Date: 2011-06-22 00:07+0100\n"
+"POT-Creation-Date: 2011-08-15 16:30+0200\n"
+"PO-Revision-Date: 2011-08-15 16:38+0100\n"
"Last-Translator: Frank Lanitz <frank(a)frank.uvena.de>\n"
"Language-Team: German <geany-i18n(a)uvena.de>\n"
"Language: de\n"
@@ -34,16 +34,19 @@
msgid "No."
msgstr "Nein."
-#: ../addons/src/ao_bookmarklist.c:338 ../devhelp/src/dhp-object.c:495
+#: ../addons/src/ao_bookmarklist.c:338
+#: ../devhelp/src/dhp-object.c:495
msgid "Contents"
msgstr "Inhalte"
-#: ../addons/src/ao_bookmarklist.c:371 ../treebrowser/src/treebrowser.c:607
+#: ../addons/src/ao_bookmarklist.c:371
+#: ../treebrowser/src/treebrowser.c:607
msgid "Bookmarks"
msgstr "Lesezeichen"
#. complete update
-#: ../addons/src/ao_tasks.c:368 ../geanyvc/src/geanyvc.c:2254
+#: ../addons/src/ao_tasks.c:368
+#: ../geanyvc/src/geanyvc.c:2254
msgid "_Update"
msgstr "_Aktualisieren"
@@ -52,19 +55,22 @@
msgstr "Meldungsfenster _verstecken"
#. file
-#: ../addons/src/ao_tasks.c:407 ../debugger/src/bptree.c:380
+#: ../addons/src/ao_tasks.c:407
+#: ../debugger/src/bptree.c:380
#: ../debugger/src/stree.c:158
msgid "File"
msgstr "Datei"
#. line
-#: ../addons/src/ao_tasks.c:418 ../debugger/src/bptree.c:387
+#: ../addons/src/ao_tasks.c:418
+#: ../debugger/src/bptree.c:387
#: ../debugger/src/stree.c:166
msgid "Line"
msgstr "Zeile"
#. Type
-#: ../addons/src/ao_tasks.c:429 ../debugger/src/vtree.c:160
+#: ../addons/src/ao_tasks.c:429
+#: ../debugger/src/vtree.c:160
#: ../geanylatex/src/bibtexlabels.c:68
msgid "Type"
msgstr "Typ"
@@ -92,9 +98,7 @@
#: ../addons/src/ao_xmltagging.c:67
#, c-format
-msgid ""
-"%s will be replaced with your current selection. Please keep care on your "
-"selection"
+msgid "%s will be replaced with your current selection. Please keep care on your selection"
msgstr "%s wird mit der jeweils aktuellen Auswahl ersetzt."
#: ../addons/src/ao_openuri.c:162
@@ -141,20 +145,20 @@
msgid "Run XML tagging"
msgstr "XML-Tagging ausführen"
-#: ../addons/src/addons.c:396 ../geanylatex/src/geanylatex.c:234
+#: ../addons/src/addons.c:396
+#: ../geanylatex/src/geanylatex.c:234
#: ../geanysendmail/src/geanysendmail.c:125
-#: ../geanysendmail/src/geanysendmail.c:287 ../geanyvc/src/geanyvc.c:1782
-#: ../spellcheck/src/scplugin.c:146 ../treebrowser/src/treebrowser.c:1816
+#: ../geanysendmail/src/geanysendmail.c:287
+#: ../geanyvc/src/geanyvc.c:1782
+#: ../spellcheck/src/scplugin.c:146
+#: ../treebrowser/src/treebrowser.c:1816
#: ../updatechecker/src/updatechecker.c:253
msgid "Plugin configuration directory could not be created."
-msgstr ""
-"Das Konfigurationsverzeichnis für das Plugin konnte nicht erstellt werden."
+msgstr "Das Konfigurationsverzeichnis für das Plugin konnte nicht erstellt werden."
#: ../addons/src/addons.c:423
msgid "Show toolbar item to show a list of currently open documents"
-msgstr ""
-"Ein Symbol in die Werkzeugleiste hinzufügen, dass eine Liste mit den aktuell "
-"geöffneten Dateien zeigt."
+msgstr "Ein Symbol in die Werkzeugleiste hinzufügen, dass eine Liste mit den aktuell geöffneten Dateien zeigt."
#: ../addons/src/addons.c:427
msgid "Sort documents by _name"
@@ -195,12 +199,8 @@
msgstr "Sämtliche Aufgaben aller (geöffneten) Dokumente anzeigen"
#: ../addons/src/addons.c:483
-msgid ""
-"Whether to show the tasks of all open documents in the list or only those of "
-"the current document."
-msgstr ""
-"Bestimmt, ob die Aufgaben aller aktuell geöffneten Dokumente angezeigt "
-"werden sollen oder nur die des derzeit aktiven Dokumentes."
+msgid "Whether to show the tasks of all open documents in the list or only those of the current document."
+msgstr "Bestimmt, ob die Aufgaben aller aktuell geöffneten Dokumente angezeigt werden sollen oder nur die des derzeit aktiven Dokumentes."
#: ../addons/src/addons.c:490
msgid "Specify a semicolon separated list of search tokens."
@@ -242,14 +242,14 @@
"- switching between a .cpp file and the corresponding .h file\n"
"- [opening a file by typing its name -> TODO]"
msgstr ""
-"Dieses Plugin hilft dabei, zwischen verschiedenen Quelltext-Dateien zu "
-"navigieren.\n"
+"Dieses Plugin hilft dabei, zwischen verschiedenen Quelltext-Dateien zu navigieren.\n"
"Im Moment unterstützt es:\n"
"- Umschalten zwischen einer .cpp-Datei und der dazu passenden .H-Datei\n"
"- [Eine Datei über Ihren Namen öffnen -> TODO]"
#. Add the menu item, sensitive only when a document is opened
-#: ../codenav/src/goto_file.c:50 ../codenav/src/goto_file.c:64
+#: ../codenav/src/goto_file.c:50
+#: ../codenav/src/goto_file.c:64
msgid "Goto file"
msgstr "Gehe zu Datei"
@@ -261,7 +261,8 @@
# Diese Übersetzung existiert drei mal.
#. Add the menu item and make it sensitive only when a document is opened
#. Frame, which is the returned widget
-#: ../codenav/src/switch_head_impl.c:78 ../codenav/src/switch_head_impl.c:92
+#: ../codenav/src/switch_head_impl.c:78
+#: ../codenav/src/switch_head_impl.c:92
#: ../codenav/src/switch_head_impl.c:452
msgid "Switch header/implementation"
msgstr "Umschalten zwischen Deklaration und Implementierung"
@@ -290,32 +291,38 @@
msgstr ""
#. Target frame
-#: ../debugger/src/plugin.c:91 ../debugger/src/tpage.c:825
+#: ../debugger/src/plugin.c:91
+#: ../debugger/src/tpage.c:825
#, fuzzy
msgid "Target"
msgstr "large"
-#: ../debugger/src/plugin.c:97 ../geanygdb/src/gdb-ui-break.c:504
+#: ../debugger/src/plugin.c:97
+#: ../geanygdb/src/gdb-ui-break.c:504
msgid "Breakpoints"
msgstr "Haltepunkte"
-#: ../debugger/src/plugin.c:113 ../debugger/src/keys.c:69
+#: ../debugger/src/plugin.c:113
+#: ../debugger/src/keys.c:69
#: ../geanygdb/src/geanygdb.c:393
msgid "Debug"
msgstr "Debug"
#. Name
-#: ../debugger/src/vtree.c:136 ../debugger/src/tpage.c:901
+#: ../debugger/src/vtree.c:136
+#: ../debugger/src/tpage.c:901
msgid "Name"
msgstr "Name"
#. Value
-#: ../debugger/src/vtree.c:151 ../debugger/src/tpage.c:910
+#: ../debugger/src/vtree.c:151
+#: ../debugger/src/tpage.c:910
msgid "Value"
msgstr "Wert"
#. if name is empty - offer to delete variable
-#: ../debugger/src/tpage.c:286 ../debugger/src/tpage.c:386
+#: ../debugger/src/tpage.c:286
+#: ../debugger/src/tpage.c:386
#: ../debugger/src/debug.c:229
#, fuzzy
msgid "Delete variable?"
@@ -325,7 +332,8 @@
msgid "Config saved successfully"
msgstr ""
-#: ../debugger/src/tpage.c:525 ../debugger/src/tpage.c:610
+#: ../debugger/src/tpage.c:525
+#: ../debugger/src/tpage.c:610
#, fuzzy
msgid "Error reading config file"
msgstr "Neuladen der Konfigurationsdateien erzwingen. "
@@ -368,7 +376,8 @@
msgstr "Umgebungen"
#. enabled
-#: ../debugger/src/bptree.c:350 ../geanygdb/src/gdb-ui-break.c:163
+#: ../debugger/src/bptree.c:350
+#: ../geanygdb/src/gdb-ui-break.c:163
msgid "Enabled"
msgstr "Aktiviert"
@@ -431,7 +440,8 @@
msgstr ""
#. adress
-#: ../debugger/src/stree.c:142 ../geanylatex/src/bibtexlabels.c:46
+#: ../debugger/src/stree.c:142
+#: ../geanylatex/src/bibtexlabels.c:46
msgid "Address"
msgstr "Adresse"
@@ -463,7 +473,8 @@
msgid "Search for 'Tag' Documentation in"
msgstr ""
-#: ../devhelp/src/dhp-object.c:387 ../devhelp/src/dhp-object.c:504
+#: ../devhelp/src/dhp-object.c:387
+#: ../devhelp/src/dhp-object.c:504
msgid "Devhelp"
msgstr "Devhelp"
@@ -509,9 +520,7 @@
msgstr "Devhelp Plugin"
#: ../devhelp/src/dhp-plugin.c:38
-msgid ""
-"Adds support for looking up documentation in Devhelp, manual pages, and "
-"Google Code Search in the integrated viewer."
+msgid "Adds support for looking up documentation in Devhelp, manual pages, and Google Code Search in the integrated viewer."
msgstr ""
#: ../devhelp/src/dhp-plugin.c:132
@@ -563,7 +572,8 @@
msgid "ConText Feature parity plugin"
msgstr ""
-#: ../geanycfp/src/geanycfp.c:639 ../geanymacro/src/geanymacro.c:378
+#: ../geanycfp/src/geanycfp.c:639
+#: ../geanymacro/src/geanymacro.c:378
#, c-format
msgid ""
"Unrecognised message\n"
@@ -574,8 +584,7 @@
#: ../geanynumberedbookmarks/src/geanynumberedbookmarks.c:605
#, c-format
msgid ""
-"'%s' has been edited since it was last saved by geany. Marker positions may "
-"be unreliable and will not be loaded.\n"
+"'%s' has been edited since it was last saved by geany. Marker positions may be unreliable and will not be loaded.\n"
"Press Ignore to try an load markers anyway."
msgstr ""
@@ -600,11 +609,13 @@
msgid "Center view when goto bookmark"
msgstr ""
-#: ../geanycfp/src/geanycfp.c:1311 ../geanymacro/src/geanymacro.c:652
+#: ../geanycfp/src/geanycfp.c:1311
+#: ../geanymacro/src/geanymacro.c:652
msgid "Save Macros when close Geany"
msgstr ""
-#: ../geanycfp/src/geanycfp.c:1317 ../geanymacro/src/geanymacro.c:658
+#: ../geanycfp/src/geanycfp.c:1317
+#: ../geanymacro/src/geanymacro.c:658
msgid "Ask before replaceing existing Macros"
msgstr ""
@@ -617,85 +628,55 @@
msgid ""
"This Plugin implements two useful features.\n"
"\n"
-"Firstly it allows you to use 10 numbered bookmarks. Normaly if you had more "
-"than one bookmark, you would have to cycle through them until you reached "
-"the one you wanted. With this plugin you can go straight to the bookmark "
-"that you want with a single key combination. To set a numbered bookmark "
-"press Ctrl+Shift+a number from 0 to 9. You will see a marker apear next to "
-"the line number. If you press Ctrl+Shift+a number on a line that already has "
-"that bookmark number then it removes the bookmark, otherwise it will move "
-"the bookmark there if it was set on a different line, or create it if it had "
-"not already been set. Only the bookmark with the highest number on a line "
-"will be shown, but you can have more than one bookmark per line. This plugin "
-"does not interfer with regular bookmarks. When a file is saved, Geany will "
-"remember the numbered bookmarks and make sure that they are set the next "
-"time you open the file.\n"
+"Firstly it allows you to use 10 numbered bookmarks. Normaly if you had more than one bookmark, you would have to cycle through them until you reached the one you wanted. With this plugin you can go straight to the bookmark that you want with a single key combination. To set a numbered bookmark press Ctrl+Shift+a number from 0 to 9. You will see a marker apear next to the line number. If you press Ctrl+Shift+a number on a line that already has that bookmark number then it removes the bookmark, otherwise it will move the bookmark there if it was set on a different line, or create it if it had not already been set. Only the bookmark with the highest number on a line will be shown, but you can have more than one bookmark per line. This plugin does not interfer with regular bookmarks. When a file is saved, Geany will remember the numbered bookmarks and make sure that they are set the next time you open the file.\n"
"\n"
-"Secondly this plugin alows you to record and use your own macros. These are "
-"sequences of actions that can then be repeated with a single key "
-"combination. So if you had dozens of lines where you wanted to delete the "
-"last 2 characters, you could simple start recording, press End, Backspace, "
-"Backspace, down line and then stop recording. Then simply trigger the macro "
-"and it would automaticaly edit the line and move to the next. Select Record "
-"Macro from the Tools menu and you will be prompted with a dialog box. You "
-"need to specify a key combination that isn't being used, and a name for the "
-"macro to help you identify it. Then press Record. What you do in the editor "
-"is then recorded until you select Stop Recording Macro from the Tools menu. "
-"Simply pressing the specified key combination will re-run the macro. To edit "
-"the macros you have select Edit Macro from the Tools menu. You can select a "
-"macro and delete it, or re-record it. You can also click on a macro's name "
-"and change it, or the key combination and re-define that asuming that it's "
-"not already in use.\n"
+"Secondly this plugin alows you to record and use your own macros. These are sequences of actions that can then be repeated with a single key combination. So if you had dozens of lines where you wanted to delete the last 2 characters, you could simple start recording, press End, Backspace, Backspace, down line and then stop recording. Then simply trigger the macro and it would automaticaly edit the line and move to the next. Select Record Macro from the Tools menu and you will be prompted with a dialog box. You need to specify a key combination that isn't being used, and a name for the macro to help you identify it. Then press Record. What you do in the editor is then recorded until you select Stop Recording Macro from the Tools menu. Simply pressing the specified key combination will re-run the macro. To edit the macros you have select Edit Macro from the Tools menu. You can select a macro and delete it, or re-record it. You can also click on a macro's name and change it, or the key combination and re-define that asuming that it's not already in use.\n"
"\n"
-"You can alter the default behaviur of this plugin by selecting Plugin "
-"Manager under the Tools menu, selecting this plugin, and cliking "
-"Preferences. You can change:\n"
-"Remember fold state - if this is set then this plugin will remember the "
-"state of any folds along with the numbered bookmarks and set them when the "
-"file is next loaded.\n"
-"Center view when goto bookmark - If this is set it will try to make sure "
-"that the numbered bookmark that you are going to is in the center of the "
-"screen, otherwise it will simply be on the screen somewhere.\n"
-"Save Macros when close Geany - If this is selected then Geany will save any "
-"recorded macros and reload them for use the next time you open Geany, if not "
-"they will be lost when Geany is closed.\n"
-"Ask before replaceing existing Macros - If this is selected then if you try "
-"recording a macro over an existing one it will check before over-writing it, "
-"giving you the option of trying a different name or key trigger combination, "
-"otherwise it will simply erase any existing macros with the same name, or "
-"the same key trigger combination."
+"You can alter the default behaviur of this plugin by selecting Plugin Manager under the Tools menu, selecting this plugin, and cliking Preferences. You can change:\n"
+"Remember fold state - if this is set then this plugin will remember the state of any folds along with the numbered bookmarks and set them when the file is next loaded.\n"
+"Center view when goto bookmark - If this is set it will try to make sure that the numbered bookmark that you are going to is in the center of the screen, otherwise it will simply be on the screen somewhere.\n"
+"Save Macros when close Geany - If this is selected then Geany will save any recorded macros and reload them for use the next time you open Geany, if not they will be lost when Geany is closed.\n"
+"Ask before replaceing existing Macros - If this is selected then if you try recording a macro over an existing one it will check before over-writing it, giving you the option of trying a different name or key trigger combination, otherwise it will simply erase any existing macros with the same name, or the same key trigger combination."
msgstr ""
-#: ../geanycfp/src/geanycfp.c:1629 ../geanymacro/src/geanymacro.c:867
+#: ../geanycfp/src/geanycfp.c:1629
+#: ../geanymacro/src/geanymacro.c:867
msgid "Record Macro"
msgstr "Makro aufnehmen"
#. create buttons
-#: ../geanycfp/src/geanycfp.c:1632 ../geanymacro/src/geanymacro.c:870
+#: ../geanycfp/src/geanycfp.c:1632
+#: ../geanymacro/src/geanymacro.c:870
msgid "Record"
msgstr "Aufnehmen"
-#: ../geanycfp/src/geanycfp.c:1633 ../geanycfp/src/geanycfp.c:1950
-#: ../geanymacro/src/geanymacro.c:871 ../geanymacro/src/geanymacro.c:1189
+#: ../geanycfp/src/geanycfp.c:1633
+#: ../geanycfp/src/geanycfp.c:1950
+#: ../geanymacro/src/geanymacro.c:871
+#: ../geanymacro/src/geanymacro.c:1189
#, fuzzy
msgid "Cancel"
msgstr "Laden abbrechen"
-#: ../geanycfp/src/geanycfp.c:1640 ../geanymacro/src/geanymacro.c:878
+#: ../geanycfp/src/geanycfp.c:1640
+#: ../geanymacro/src/geanymacro.c:878
#, fuzzy
msgid "Macro Trigger:"
msgstr "Auslöser für den Zugriff"
-#: ../geanycfp/src/geanycfp.c:1654 ../geanymacro/src/geanymacro.c:892
+#: ../geanycfp/src/geanycfp.c:1654
+#: ../geanymacro/src/geanymacro.c:892
#, fuzzy
msgid "Macro Name:"
msgstr "Name:"
-#: ../geanycfp/src/geanycfp.c:1677 ../geanymacro/src/geanymacro.c:915
+#: ../geanycfp/src/geanycfp.c:1677
+#: ../geanymacro/src/geanymacro.c:915
msgid "You must define a key trigger combination"
msgstr ""
-#: ../geanycfp/src/geanycfp.c:1691 ../geanymacro/src/geanymacro.c:929
+#: ../geanycfp/src/geanycfp.c:1691
+#: ../geanymacro/src/geanymacro.c:929
#, c-format
msgid ""
"Macro name \"%s\"\n"
@@ -703,7 +684,8 @@
"Replace?"
msgstr ""
-#: ../geanycfp/src/geanycfp.c:1707 ../geanymacro/src/geanymacro.c:945
+#: ../geanycfp/src/geanycfp.c:1707
+#: ../geanymacro/src/geanymacro.c:945
#, c-format
msgid ""
"Macro trigger \"%s\"\n"
@@ -711,47 +693,56 @@
"Replace?"
msgstr ""
-#: ../geanycfp/src/geanycfp.c:1887 ../geanymacro/src/geanymacro.c:1126
+#: ../geanycfp/src/geanycfp.c:1887
+#: ../geanymacro/src/geanymacro.c:1126
#, fuzzy
msgid "Edit Macros"
msgstr "Beobachtungspunkt bearbeiten"
-#: ../geanycfp/src/geanycfp.c:1919 ../geanymacro/src/geanymacro.c:1158
+#: ../geanycfp/src/geanycfp.c:1919
+#: ../geanymacro/src/geanymacro.c:1158
msgid "Macro Name"
msgstr "Makroname"
-#: ../geanycfp/src/geanycfp.c:1925 ../geanymacro/src/geanymacro.c:1164
+#: ../geanycfp/src/geanycfp.c:1925
+#: ../geanymacro/src/geanymacro.c:1164
#, fuzzy
msgid "Key Trigger"
msgstr "Auslöser für den Zugriff"
#. add buttons
-#: ../geanycfp/src/geanycfp.c:1948 ../geanymacro/src/geanymacro.c:1187
+#: ../geanycfp/src/geanycfp.c:1948
+#: ../geanymacro/src/geanymacro.c:1187
msgid "Re-Record"
msgstr "Neu aufnehmen"
-#: ../geanycfp/src/geanycfp.c:1949 ../geanymacro/src/geanymacro.c:1188
+#: ../geanycfp/src/geanycfp.c:1949
+#: ../geanymacro/src/geanymacro.c:1188
#: ../treebrowser/src/treebrowser.c:1233
msgid "Delete"
msgstr "Löschen"
#. add record macro menu entry
-#: ../geanycfp/src/geanycfp.c:2073 ../geanymacro/src/geanymacro.c:1313
+#: ../geanycfp/src/geanycfp.c:2073
+#: ../geanymacro/src/geanymacro.c:1313
msgid "Record _Macro"
msgstr ""
#. add stop record macromenu entry
-#: ../geanycfp/src/geanycfp.c:2079 ../geanymacro/src/geanymacro.c:1319
+#: ../geanycfp/src/geanycfp.c:2079
+#: ../geanymacro/src/geanymacro.c:1319
msgid "Stop Recording _Macro"
msgstr ""
#. add Edit Macro menu entry
-#: ../geanycfp/src/geanycfp.c:2085 ../geanymacro/src/geanymacro.c:1325
+#: ../geanycfp/src/geanycfp.c:2085
+#: ../geanymacro/src/geanymacro.c:1325
msgid "_Edit Macros"
msgstr ""
#. All plugins must set name, description, version and author.
-#: ../geanydoc/src/geanydoc.c:50 ../geanydoc/src/geanydoc.c:347
+#: ../geanydoc/src/geanydoc.c:50
+#: ../geanydoc/src/geanydoc.c:347
msgid "Doc"
msgstr "Doc"
@@ -759,7 +750,8 @@
msgid "Call documentation viewer on current symbol."
msgstr "Dokumentation für das aktuelle Wort anzeigen."
-#: ../geanydoc/src/geanydoc.c:170 ../geanyvc/src/geanyvc.c:405
+#: ../geanydoc/src/geanydoc.c:170
+#: ../geanyvc/src/geanyvc.c:405
msgid "Could not parse the output of command"
msgstr "Konnte die Ausgabe des Befehls nicht verarbeiten."
@@ -809,8 +801,7 @@
#: ../geanygdb/src/gdb-io-break.c:178
#, c-format
msgid "Added read/write watchpoint #%s for %s\n"
-msgstr ""
-"Beobachtungspunkt #%s für Lese- und Schreibzugriff auf %s hinzugefügt\n"
+msgstr "Beobachtungspunkt #%s für Lese- und Schreibzugriff auf %s hinzugefügt\n"
# Beobachtungspunkt oder Haltepunkt?
# Watchpoint = Beobachtungspunkt, Breakpoint=Haltepunkt, das war meine Intention --Dominic
@@ -850,18 +841,14 @@
#: ../geanygdb/src/gdb-io-frame.c:500
msgid "Field list too long, not all items can be displayed.\n"
-msgstr ""
-"Die Liste der Felder ist zu lang, so dass nicht alle Einträge angezeigt "
-"werden können.\n"
+msgstr "Die Liste der Felder ist zu lang, so dass nicht alle Einträge angezeigt werden können.\n"
#: ../geanygdb/src/gdb-io-read.c:240
msgid "Error starting target process!\n"
msgstr "Fehler beim Starten des Zielprozess!\n"
#: ../geanygdb/src/gdb-io-read.c:285
-msgid ""
-"This executable does not appear to contain the required debugging "
-"information."
+msgid "This executable does not appear to contain the required debugging information."
msgstr "Die ausführbare Datei scheint keine Debug-Informationen zu enthalten."
# Bitte die Erklärung noch mit hinzufügen: %s's have following meaning (in this order):
@@ -942,7 +929,8 @@
msgid "reason:"
msgstr "Grund:"
-#: ../geanygdb/src/gdb-io-run.c:604 ../geanygdb/src/gdb-io-run.c:669
+#: ../geanygdb/src/gdb-io-run.c:604
+#: ../geanygdb/src/gdb-io-run.c:669
#, c-format
msgid "Directory %s not found!\n"
msgstr "Verzeichnis »%s« nicht gefunden!\n"
@@ -1099,11 +1087,13 @@
"\n"
"Suchpfad für ausführbare Dateien:"
-#: ../geanygdb/src/gdb-ui-envir.c:162 ../geanylua/gsdlg.c:226
+#: ../geanygdb/src/gdb-ui-envir.c:162
+#: ../geanylua/gsdlg.c:226
msgid "Select Font"
msgstr "Schriftart auswählen"
-#: ../geanygdb/src/gdb-ui-envir.c:184 ../geanyprj/src/menu.c:412
+#: ../geanygdb/src/gdb-ui-envir.c:184
+#: ../geanyprj/src/menu.c:412
#: ../geanyprj/src/sidebar.c:214
msgid "Preferences"
msgstr "Einstellungen"
@@ -1148,7 +1138,8 @@
msgid "Return to previous dialog."
msgstr "Zum vorherigen Dialog zurückkehren."
-#: ../geanygdb/src/gdb-ui-frame.c:307 ../geanygdb/src/gdb-ui-frame.c:381
+#: ../geanygdb/src/gdb-ui-frame.c:307
+#: ../geanygdb/src/gdb-ui-frame.c:381
msgid "Display additional information about the selected item."
msgstr "Zusätzliche Information zum ausgewählten Eintrag anzeigen"
@@ -1298,8 +1289,7 @@
"Don't pause execution when target gets a SIGPIPE signal.\n"
"(Useful for certain networking applications.)"
msgstr ""
-"Die Ausführung des Programms nicht unterbrechen wenn das Signal SIGPIPE "
-"empfangen wird.\n"
+"Die Ausführung des Programms nicht unterbrechen wenn das Signal SIGPIPE empfangen wird.\n"
"(Nützlich bei einigen Netzwerkanwendungen)"
#: ../geanygdb/src/gdb-ui-main.c:989
@@ -1583,8 +1573,7 @@
"# of the syntax of this file, please refer to the manual.\n"
msgstr ""
"# Eine Konfiguration für diese Datei existiert noch nicht. \n"
-"# Um sie zu erstellen, einfach etwas in diese Datei schreiben und "
-"anschließend speichern.\n"
+"# Um sie zu erstellen, einfach etwas in diese Datei schreiben und anschließend speichern.\n"
"# Eine Beschreibung der Syntax dafür gibt es im Handbuch.\n"
#: ../geanygendoc/src/ggd-plugin.c:342
@@ -1592,7 +1581,8 @@
msgid "Failed to load file \"%s\": %s"
msgstr "Konnte die Datei »%s« nicht laden: %s"
-#: ../geanygendoc/src/ggd-plugin.c:415 ../geanygendoc/src/ggd-plugin.c:426
+#: ../geanygendoc/src/ggd-plugin.c:415
+#: ../geanygendoc/src/ggd-plugin.c:426
msgid "Insert Documentation Comment"
msgstr "Dokumentationskommentar einfügen"
@@ -1610,8 +1600,7 @@
#: ../geanygendoc/src/ggd-plugin.c:488
msgid "Generate documentation for all symbols in the current document"
-msgstr ""
-"Erstellt die Dokumentation für alle Symbole des aktuell geöffneten Dokumentes"
+msgstr "Erstellt die Dokumentation für alle Symbole des aktuell geöffneten Dokumentes"
#: ../geanygendoc/src/ggd-plugin.c:498
msgid "_Reload Configuration Files"
@@ -1653,20 +1642,8 @@
msgstr "_Speichere die Datei vor dem Generieren der Dokumentation"
#: ../geanygendoc/src/ggd-plugin.c:627
-msgid ""
-"Whether the current document should be saved to disc before generating the "
-"documentation. This is a technical detail, but it is currently needed to "
-"have an up-to-date tag list. If you disable this option and ask for "
-"documentation generation on a modified document, the behavior may be "
-"surprising since the comment will be generated for the last saved state of "
-"this document and not the current one."
-msgstr ""
-"Das aktuelle Dokument speichern, bevor die Dokumentation dafür generiert "
-"wird. Ein technisches Detail, aber notwendig um mit einer aktuellen "
-"Symbolliste arbeiten zu können. Das Deaktivieren dieser Option könnte zu "
-"überraschenden Ergebnissen bei der Erstellung der Dokumentation führen, da "
-"die jeweils zuletzt gespeicherte Version des aktuellen Dokumentes als Basis "
-"genutzt wird."
+msgid "Whether the current document should be saved to disc before generating the documentation. This is a technical detail, but it is currently needed to have an up-to-date tag list. If you disable this option and ask for documentation generation on a modified document, the behavior may be surprising since the comment will be generated for the last saved state of this document and not the current one."
+msgstr "Das aktuelle Dokument speichern, bevor die Dokumentation dafür generiert wird. Ein technisches Detail, aber notwendig um mit einer aktuellen Symbolliste arbeiten zu können. Das Deaktivieren dieser Option könnte zu überraschenden Ergebnissen bei der Erstellung der Dokumentation führen, da die jeweils zuletzt gespeicherte Version des aktuellen Dokumentes als Basis genutzt wird."
#. indent
#: ../geanygendoc/src/ggd-plugin.c:637
@@ -1674,12 +1651,8 @@
msgstr "Eingefügte Dokumentation _einrücken"
#: ../geanygendoc/src/ggd-plugin.c:639
-msgid ""
-"Whether the inserted documentation should be indented to fit the indentation "
-"at the insertion position."
-msgstr ""
-"Die eingefügte Dokumentation einrücken und somit in die aktuelle Position im "
-"Text eingliedern. "
+msgid "Whether the inserted documentation should be indented to fit the indentation at the insertion position."
+msgstr "Die eingefügte Dokumentation einrücken und somit in die aktuelle Position im Text eingliedern. "
#. Documentation type
#: ../geanygendoc/src/ggd-plugin.c:646
@@ -1688,14 +1661,8 @@
msgstr "Dokumentationstyp"
#: ../geanygendoc/src/ggd-plugin.c:656
-msgid ""
-"Choose the documentation type to use with each file type. The special "
-"language \"All\" on top of the list is used to choose the default "
-"documentation type, used for all languages that haven't one set."
-msgstr ""
-"Der Typ der Dokumentation, der bei den jeweiligen Dateitypen angewendet "
-"werden soll. \"Alle\" setzt die Standardkonfiguration, die auch für alle "
-"Sprachen genutzt wird, für die der Dokumentationstyp nicht gesetzt wurde. "
+msgid "Choose the documentation type to use with each file type. The special language \"All\" on top of the list is used to choose the default documentation type, used for all languages that haven't one set."
+msgstr "Der Typ der Dokumentation, der bei den jeweiligen Dateitypen angewendet werden soll. \"Alle\" setzt die Standardkonfiguration, die auch für alle Sprachen genutzt wird, für die der Dokumentationstyp nicht gesetzt wurde. "
#. Environ editor
#: ../geanygendoc/src/ggd-plugin.c:662
@@ -1703,14 +1670,11 @@
msgstr "Globale Umgebung"
#: ../geanygendoc/src/ggd-plugin.c:664
-msgid ""
-"Global environment overrides and additions. This environment will be merged "
-"with the file-type-specific ones."
-msgstr ""
-"Änderungen oder Ergänzungen für die globale Umgebung. Diese werden mit den "
-"Einstellungen für Dateitypen zusammengeführt."
+msgid "Global environment overrides and additions. This environment will be merged with the file-type-specific ones."
+msgstr "Änderungen oder Ergänzungen für die globale Umgebung. Diese werden mit den Einstellungen für Dateitypen zusammengeführt."
-#: ../geanygendoc/src/ggd-utils.c:184 ../geanygendoc/src/ggd-utils.c:195
+#: ../geanygendoc/src/ggd-utils.c:184
+#: ../geanygendoc/src/ggd-utils.c:195
#, c-format
msgid "File \"%s\" exists but is not a regular file"
msgstr "Die Datei »%s« existiert, scheint aber keine reguläre Datei zu sein."
@@ -1727,11 +1691,8 @@
#: ../geanygendoc/src/ggd.c:114
#, c-format
-msgid ""
-"Argument parsing regular expression did not match (argument list was: \"%s\")"
-msgstr ""
-"Der reguläre Ausdruck zum Erkennen der Argumente war nicht erfolgreich. Die "
-"ursprüngliche Argumentliste war »%s«."
+msgid "Argument parsing regular expression did not match (argument list was: \"%s\")"
+msgstr "Der reguläre Ausdruck zum Erkennen der Argumente war nicht erfolgreich. Die ursprüngliche Argumentliste war »%s«."
#: ../geanygendoc/src/ggd.c:248
#, c-format
@@ -1751,8 +1712,7 @@
#: ../geanygendoc/src/ggd.c:487
#, c-format
msgid "No setting applies to symbol \"%s\" of type \"%s\" at line %lu."
-msgstr ""
-"Keine Konfiguration gefunden für das Symbol »%s« des Typs »%s« in Zeile %lu."
+msgstr "Keine Konfiguration gefunden für das Symbol »%s« des Typs »%s« in Zeile %lu."
#: ../geanygendoc/src/ggd.c:533
#, c-format
@@ -1768,12 +1728,8 @@
msgstr "Unbekannte Option"
#: ../geanygendoc/src/ggd-options.c:335
-msgid ""
-"Invalid option or proxy: either the proxy's property or the option type is "
-"incompatible."
-msgstr ""
-"Option oder Proxy ungültig: Entweder, die Einstellungen für den Proxy oder "
-"der Typ der Option ist nicht kompatibel"
+msgid "Invalid option or proxy: either the proxy's property or the option type is incompatible."
+msgstr "Option oder Proxy ungültig: Entweder, die Einstellungen für den Proxy oder der Typ der Option ist nicht kompatibel"
#: ../geanygendoc/src/ggd-options.c:512
#, c-format
@@ -1803,11 +1759,10 @@
#: ../geanygendoc/src/ggd-widget-doctype-selector.c:195
msgid "Default documentation type for languages that does not have one set"
-msgstr ""
-"Dokumentationstyp für Dokumenten, denen kein spezieller Typ zugewiesen "
-"wurde. "
+msgstr "Dokumentationstyp für Dokumenten, denen kein spezieller Typ zugewiesen wurde. "
-#: ../geanyinsertnum/src/insertnum.c:37 ../geanyinsertnum/src/insertnum.c:329
+#: ../geanyinsertnum/src/insertnum.c:37
+#: ../geanyinsertnum/src/insertnum.c:329
#: ../geanyinsertnum/src/insertnum.c:461
msgid "Insert Numbers"
msgstr "Nummern einfügen"
@@ -1922,8 +1877,7 @@
#: ../geanylatex/src/latexutils.c:90
#, c-format
msgid "Could not determine where to insert package: %s"
-msgstr ""
-"Konnte nicht genau feststellen, wohin das Paket »%s« eingefügt werden soll."
+msgstr "Konnte nicht genau feststellen, wohin das Paket »%s« eingefügt werden soll."
#: ../geanylatex/src/bibtexlabels.c:27
msgid "Article (@Article)"
@@ -2087,9 +2041,7 @@
#: ../geanylatex/src/bibtexlabels.c:105
msgid "Name(s) of the author(s), separated by 'and' if more than one"
-msgstr ""
-"Name(n) der Autoren, getrennt mit einem »and« sollten mehrere Autoren am "
-"Werk mitgearbeitet werden."
+msgstr "Name(n) der Autoren, getrennt mit einem »and« sollten mehrere Autoren am Werk mitgearbeitet werden."
#: ../geanylatex/src/bibtexlabels.c:106
msgid "Title of the book, if only part of it is being cited"
@@ -2128,17 +2080,12 @@
msgstr "Journal oder Magazin, in dem die Arbeit veröffentlicht wurde"
#: ../geanylatex/src/bibtexlabels.c:115
-msgid ""
-"Hidden field used for specifying or overriding the alphabetical order of "
-"entries"
-msgstr ""
-"Verstecktes Feld, welches zur Festlegung oder zum Überschreiben der "
-"alphabetischen Reihenfolge von Einträgen benutzt wird"
+msgid "Hidden field used for specifying or overriding the alphabetical order of entries"
+msgstr "Verstecktes Feld, welches zur Festlegung oder zum Überschreiben der alphabetischen Reihenfolge von Einträgen benutzt wird"
#: ../geanylatex/src/bibtexlabels.c:116
msgid "Month of publication or creation if unpublished"
-msgstr ""
-"Monat der Publikation bzw. der Erstellung bei unveröffentlichten Werken"
+msgstr "Monat der Publikation bzw. der Erstellung bei unveröffentlichten Werken"
#: ../geanylatex/src/bibtexlabels.c:117
msgid "Miscellaneous extra information"
@@ -2186,9 +2133,7 @@
#: ../geanylatex/src/bibtexlabels.c:128
msgid "Year of publication or creation if unpublished"
-msgstr ""
-"Jahr der Publikation oder der Erstellung, wenn das Werk noch nicht "
-"veröffentlicht ist."
+msgstr "Jahr der Publikation oder der Erstellung, wenn das Werk noch nicht veröffentlicht ist."
#: ../geanylatex/src/geanylatex.c:41
msgid "GeanyLaTeX"
@@ -2214,15 +2159,18 @@
msgid "Underlines selected text"
msgstr "Auswahl unterstreichen"
-#: ../geanylatex/src/geanylatex.c:118 ../geanylatex/src/formatpatterns.c:45
+#: ../geanylatex/src/geanylatex.c:118
+#: ../geanylatex/src/formatpatterns.c:45
msgid "Centered"
msgstr "Zentriert"
-#: ../geanylatex/src/geanylatex.c:119 ../geanylatex/src/formatpatterns.c:46
+#: ../geanylatex/src/geanylatex.c:119
+#: ../geanylatex/src/formatpatterns.c:46
msgid "Left side oriented"
msgstr "Linksbündig"
-#: ../geanylatex/src/geanylatex.c:120 ../geanylatex/src/formatpatterns.c:47
+#: ../geanylatex/src/geanylatex.c:120
+#: ../geanylatex/src/formatpatterns.c:47
msgid "Right side oriented"
msgstr "Rechtsbündig"
@@ -2340,8 +2288,7 @@
#: ../geanylatex/src/geanylatex.c:1728
msgid "Set the template which should be used for creating the new document"
-msgstr ""
-"Vorlage, welche zum Erstellen des neuen Dokumentes genutzt werden soll."
+msgstr "Vorlage, welche zum Erstellen des neuen Dokumentes genutzt werden soll."
#: ../geanylatex/src/geanylatex.c:1737
msgid "Default"
@@ -2400,11 +2347,8 @@
msgstr "Autor:"
#: ../geanylatex/src/geanylatex.c:1812
-msgid ""
-"Sets the value of the \\author command. In most cases this should be your "
-"name"
-msgstr ""
-"Der Eintrag für den \\author Befehl. Meist sollte hier Ihr Name stehen."
+msgid "Sets the value of the \\author command. In most cases this should be your name"
+msgstr "Der Eintrag für den \\author Befehl. Meist sollte hier Ihr Name stehen."
#. Date
#: ../geanylatex/src/geanylatex.c:1826
@@ -2412,14 +2356,8 @@
msgstr "Datum:"
#: ../geanylatex/src/geanylatex.c:1829
-msgid ""
-"Sets the value of the \\date command inside header of your new created LaTeX-"
-"document. Keeping it at \\today is a good decision if you don't need any "
-"fixed date."
-msgstr ""
-"Der Eintrag für den \\date Befehl im Kopf des neuen Dokumentes. Den Wert bei "
-"»\\today« zu belassen sollte eine gute Wahl sein, sofern kein fixes Datum "
-"benötigt wird."
+msgid "Sets the value of the \\date command inside header of your new created LaTeX-document. Keeping it at \\today is a good decision if you don't need any fixed date."
+msgstr "Der Eintrag für den \\date Befehl im Kopf des neuen Dokumentes. Den Wert bei »\\today« zu belassen sollte eine gute Wahl sein, sofern kein fixes Datum benötigt wird."
#. Title of the new document
#: ../geanylatex/src/geanylatex.c:1841
@@ -2437,8 +2375,7 @@
#: ../geanylatex/src/geanylatex.c:1856
msgid "Choose the paper format for the newly created document"
-msgstr ""
-"Das Papierformat als Argument der Dokumentenklasse für das neue Dokument"
+msgstr "Das Papierformat als Argument der Dokumentenklasse für das neue Dokument"
#. Paper direction
#: ../geanylatex/src/geanylatex.c:1869
@@ -2447,9 +2384,7 @@
#: ../geanylatex/src/geanylatex.c:1872
msgid "Choose the paper orientation for the newly created document"
-msgstr ""
-"Die Ausrichtung der Seite (Hoch- oder Querformat) als Argument der "
-"Dokumentenklasse für das neue Dokument"
+msgstr "Die Ausrichtung der Seite (Hoch- oder Querformat) als Argument der Dokumentenklasse für das neue Dokument"
#: ../geanylatex/src/geanylatex.c:1893
msgid "Use KOMA-script classes if possible"
@@ -2458,23 +2393,16 @@
#: ../geanylatex/src/geanylatex.c:1895
msgid ""
"Uses the KOMA-script classes by Markus Kohm.\n"
-"Keep in mind: To compile your document these classes have to be installed "
-"before."
-msgstr ""
-"Wenn diese Option aktiviert ist, werden die KOMA-Skript-Klassen von Markus "
-"Kohm genutzt. Sie müssen natürlich dafür installiert sein."
+"Keep in mind: To compile your document these classes have to be installed before."
+msgstr "Wenn diese Option aktiviert ist, werden die KOMA-Skript-Klassen von Markus Kohm genutzt. Sie müssen natürlich dafür installiert sein."
#: ../geanylatex/src/geanylatex.c:1902
msgid "Use draft mode"
msgstr "Entwurfsmodus benutzen"
#: ../geanylatex/src/geanylatex.c:1904
-msgid ""
-"Set the draft flag inside new created documents to get documents with a "
-"number of debugging helpers"
-msgstr ""
-"Setzt die Option draft für die Dokumentenklasse um das neue Dokument mit "
-"einer Nummer von kleinen Korrekturhinweisen zu versehen."
+msgid "Set the draft flag inside new created documents to get documents with a number of debugging helpers"
+msgstr "Setzt die Option draft für die Dokumentenklasse um das neue Dokument mit einer Nummer von kleinen Korrekturhinweisen zu versehen."
#: ../geanylatex/src/geanylatex.c:1921
msgid "Run LaTeX-Wizard"
@@ -2575,19 +2503,16 @@
"Alle Fehler bitte an einen der Entwickler melden."
#: ../geanylatex/src/geanylatex.c:2017
-msgid ""
-"glatex_set_autocompletion_contextsize has been initialized with an invalid "
-"value. Default value taken. Please check your configuration file"
-msgstr ""
-"glatex_set_autocompletion_contextsize wurde mit einem ungültigen Wert "
-"initialisiert. Anstelle dessen wird der Standardwert genutzt. Bitte die "
-"Konfigurationsdatei prüfen."
+msgid "glatex_set_autocompletion_contextsize has been initialized with an invalid value. Default value taken. Please check your configuration file"
+msgstr "glatex_set_autocompletion_contextsize wurde mit einem ungültigen Wert initialisiert. Anstelle dessen wird der Standardwert genutzt. Bitte die Konfigurationsdatei prüfen."
-#: ../geanylatex/src/geanylatex.c:2039 ../geanylatex/src/geanylatex.c:2046
+#: ../geanylatex/src/geanylatex.c:2039
+#: ../geanylatex/src/geanylatex.c:2046
msgid "page \\pageref{{{reference}}}"
msgstr "Seite \\pageref{{{reference}}}"
-#: ../geanylatex/src/geanylatex.c:2043 ../geanylatex/src/geanylatex.c:2050
+#: ../geanylatex/src/geanylatex.c:2043
+#: ../geanylatex/src/geanylatex.c:2050
msgid "\\ref{{{reference}}}, page \\pageref{{{reference}}}"
msgstr "\\ref{{{reference}}}, Seite \\pageref{{{reference}}}"
@@ -2596,11 +2521,13 @@
msgid "_LaTeX"
msgstr "_LaTeX"
-#: ../geanylatex/src/geanylatex.c:2102 ../geanylatex/src/geanylatex.c:2293
+#: ../geanylatex/src/geanylatex.c:2102
+#: ../geanylatex/src/geanylatex.c:2293
msgid "LaTeX-_Wizard"
msgstr "LaTeX-_Assistent"
-#: ../geanylatex/src/geanylatex.c:2105 ../geanylatex/src/geanylatex.c:2296
+#: ../geanylatex/src/geanylatex.c:2105
+#: ../geanylatex/src/geanylatex.c:2296
msgid "Starts a Wizard to easily create LaTeX-documents"
msgstr "Öffnet einen Assistenten, um einfach LaTeX-Dokumente zu erstellen."
@@ -2642,8 +2569,7 @@
#: ../geanylatex/src/geanylatex.c:2147
msgid "A small dialog to insert \\usepackage{} into header of current file"
-msgstr ""
-"Eine kleine Hilfe, um \\usepackage{} in den Kopf des Dokumentes einzufügen."
+msgstr "Eine kleine Hilfe, um \\usepackage{} in den Kopf des Dokumentes einzufügen."
#: ../geanylatex/src/geanylatex.c:2153
msgid "Insert B_ibTeX reference"
@@ -2651,8 +2577,7 @@
#: ../geanylatex/src/geanylatex.c:2155
msgid "Helps to insert a reference out of BibTeX files"
-msgstr ""
-"Unterstützt beim Einfügen von BibTeX-Referenzen basierend auf bib-Dateien"
+msgstr "Unterstützt beim Einfügen von BibTeX-Referenzen basierend auf bib-Dateien"
#: ../geanylatex/src/geanylatex.c:2160
msgid "_BibTeX entries"
@@ -2860,7 +2785,8 @@
msgid "Insert Lipsum text"
msgstr "Fügt Platzhaltertexte ein"
-#: ../geanylua/glspi.h:100 ../geanylua/gsdlg_lua.c:95
+#: ../geanylua/glspi.h:100
+#: ../geanylua/gsdlg_lua.c:95
#: ../geanylua/glspi_kfile.c:54
#, c-format
msgid ""
@@ -2879,7 +2805,8 @@
"Fehler in Modul »%s« in Funktion %s():\n"
"Erwarte Typ »%s« oder »%s« für Argument #%d\n"
-#: ../geanylua/glspi.h:128 ../geanylua/gsdlg_lua.c:108
+#: ../geanylua/glspi.h:128
+#: ../geanylua/gsdlg_lua.c:108
#, c-format
msgid ""
"Error in module \"%s\" at function %s():\n"
@@ -2900,15 +2827,14 @@
#: ../geanylua/glspi_ver.h:9
msgid "Write and run Lua scripts for custom commands."
-msgstr ""
-"Lua Scripts schreiben und als benutzerdefinierte Funktionen in Geany "
-"ausführen."
+msgstr "Lua Scripts schreiben und als benutzerdefinierte Funktionen in Geany ausführen."
#: ../geanylua/glspi_ver.h:19
msgid "Lua Script Plugin"
msgstr "Lua Skript Plugin"
-#: ../geanylua/glspi_run.c:112 ../geanylua/glspi_run.c:119
+#: ../geanylua/glspi_run.c:112
+#: ../geanylua/glspi_run.c:119
msgid "Lua script error:"
msgstr "Lua Script Fehler:"
@@ -2969,11 +2895,10 @@
"\"%s\"\n"
"\n"
"to add your own custom configuration dialog."
-msgstr ""
-"Sie können das Script »%s« erstellen, um einen benutzerdefinierten "
-"Konfigurationsdialog hinzuzufügen."
+msgstr "Sie können das Script »%s« erstellen, um einen benutzerdefinierten Konfigurationsdialog hinzuzufügen."
-#: ../geanylua/gsdlg.c:103 ../geanylua/glspi_dlg.c:422
+#: ../geanylua/gsdlg.c:103
+#: ../geanylua/glspi_dlg.c:422
msgid "Open file"
msgstr "Datei öffnen"
@@ -3024,7 +2949,8 @@
"Fehler in Modul »%s« in Funktion %s():\n"
"Nicht genügend Argumente für den Befehl »%s«.\n"
-#: ../geanylua/glspi_sci.c:651 ../geanylua/glspi_app.c:397
+#: ../geanylua/glspi_sci.c:651
+#: ../geanylua/glspi_app.c:397
#, c-format
msgid ""
"Error in module \"%s\" at function %s():\n"
@@ -3157,33 +3083,11 @@
msgid ""
"This Plugin implements Macros in Geany.\n"
"\n"
-"This plugin alows you to record and use your own macros. These are sequences "
-"of actions that can then be repeated with a single key combination. So if "
-"you had dozens of lines where you wanted to delete the last 2 characters, "
-"you could simple start recording, press End, Backspace, Backspace, down line "
-"and then stop recording. Then simply trigger the macro and it would "
-"automaticaly edit the line and move to the next. Select Record Macro from "
-"the Tools menu and you will be prompted with a dialog box. You need to "
-"specify a key combination that isn't being used, and a name for the macro to "
-"help you identify it. Then press Record. What you do in the editor is then "
-"recorded until you select Stop Recording Macro from the Tools menu. Simply "
-"pressing the specified key combination will re-run the macro. To edit the "
-"macros you have select Edit Macro from the Tools menu. You can select a "
-"macro and delete it, or re-record it. You can also click on a macro's name "
-"and change it, or the key combination and re-define that asuming that it's "
-"not already in use.\n"
+"This plugin alows you to record and use your own macros. These are sequences of actions that can then be repeated with a single key combination. So if you had dozens of lines where you wanted to delete the last 2 characters, you could simple start recording, press End, Backspace, Backspace, down line and then stop recording. Then simply trigger the macro and it would automaticaly edit the line and move to the next. Select Record Macro from the Tools menu and you will be prompted with a dialog box. You need to specify a key combination that isn't being used, and a name for the macro to help you identify it. Then press Record. What you do in the editor is then recorded until you select Stop Recording Macro from the Tools menu. Simply pressing the specified key combination will re-run the macro. To edit the macros you have select Edit Macro from the Tools menu. You can select a macro and delete it, or re-record it. You can also click on a macro's name and change it, or the key combination and re-define that asuming that it's not already in use.\n"
"\n"
-"You can alter the default behaviour of this plugin by selecting Plugin "
-"Manager under the Tools menu, selecting this plugin, and cliking "
-"Preferences. You can change:\n"
-"Save Macros when close Geany - If this is selected then Geany will save any "
-"recorded macros and reload them for use the next time you open Geany, if not "
-"they will be lost when Geany is closed.\n"
-"Ask before replaceing existing Macros - If this is selected then if you try "
-"recording a macro over an existing one it will check before over-writing it, "
-"giving you the option of trying a different name or key trigger combination, "
-"otherwise it will simply erase any existing macros with the same name, or "
-"the same key trigger combination."
+"You can alter the default behaviour of this plugin by selecting Plugin Manager under the Tools menu, selecting this plugin, and cliking Preferences. You can change:\n"
+"Save Macros when close Geany - If this is selected then Geany will save any recorded macros and reload them for use the next time you open Geany, if not they will be lost when Geany is closed.\n"
+"Ask before replaceing existing Macros - If this is selected then if you try recording a macro over an existing one it will check before over-writing it, giving you the option of trying a different name or key trigger combination, otherwise it will simply erase any existing macros with the same name, or the same key trigger combination."
msgstr ""
#: ../geanynumberedbookmarks/src/geanynumberedbookmarks.c:63
@@ -3199,32 +3103,15 @@
msgid ""
"This Plugin implements Numbered Bookmarks in Geany.\n"
"\n"
-"It allows you to use 10 numbered bookmarks. Normaly if you had more than one "
-"bookmark, you would have to cycle through them until you reached the one you "
-"wanted. With this plugin you can go straight to the bookmark that you want "
-"with a single key combination. To set a numbered bookmark press Ctrl+Shift+a "
-"number from 0 to 9. You will see a marker apear next to the line number. If "
-"you press Ctrl+Shift+a number on a line that already has that bookmark "
-"number then it removes the bookmark, otherwise it will move the bookmark "
-"there if it was set on a different line, or create it if it had not already "
-"been set. Only the bookmark with the highest number on a line will be shown, "
-"but you can have more than one bookmark per line. This plugin does not "
-"interfer with regular bookmarks. When a file is saved, Geany will remember "
-"the numbered bookmarks and make sure that they are set the next time you "
-"open the file.\n"
+"It allows you to use 10 numbered bookmarks. Normaly if you had more than one bookmark, you would have to cycle through them until you reached the one you wanted. With this plugin you can go straight to the bookmark that you want with a single key combination. To set a numbered bookmark press Ctrl+Shift+a number from 0 to 9. You will see a marker apear next to the line number. If you press Ctrl+Shift+a number on a line that already has that bookmark number then it removes the bookmark, otherwise it will move the bookmark there if it was set on a different line, or create it if it had not already been set. Only the bookmark with the highest number on a line will be shown, but you can have more than one bookmark per line. This plugin does not interfer with regular bookmarks. When a file is saved, Geany will remember the numbered bookmarks and make sure that they are set the next time you open the file.\n"
"\n"
-"You can alter the default behaviour of this plugin by selecting Plugin "
-"Manager under the Tools menu, selecting this plugin, and cliking "
-"Preferences. You can change:\n"
-"Remember fold state - if this is set then this plugin will remember the "
-"state of any folds along with the numbered bookmarks and set them when the "
-"file is next loaded.\n"
-"Center view when goto bookmark - If this is set it will try to make sure "
-"that the numbered bookmark that you are going to is in the center of the "
-"screen, otherwise it will simply be on the screen somewhere."
+"You can alter the default behaviour of this plugin by selecting Plugin Manager under the Tools menu, selecting this plugin, and cliking Preferences. You can change:\n"
+"Remember fold state - if this is set then this plugin will remember the state of any folds along with the numbered bookmarks and set them when the file is next loaded.\n"
+"Center view when goto bookmark - If this is set it will try to make sure that the numbered bookmark that you are going to is in the center of the screen, otherwise it will simply be on the screen somewhere."
msgstr ""
-#: ../geanypg/src/decrypt_cb.c:32 ../geanypg/src/encrypt_cb.c:31
+#: ../geanypg/src/decrypt_cb.c:32
+#: ../geanypg/src/encrypt_cb.c:31
#: ../geanypg/src/sign_cb.c:32
#, fuzzy
msgid "couldn't create tempfile"
@@ -3248,26 +3135,27 @@
msgid "Using libgpgme version:"
msgstr ""
-#: ../geanypg/src/geanypg.c:59 ../geanypg/src/geanypg.c:60
+#: ../geanypg/src/geanypg.c:59
+#: ../geanypg/src/geanypg.c:60
#, fuzzy
msgid "Error from"
msgstr "Fehler:"
#: ../geanypg/src/geanypg.c:78
msgid "Encrypt"
-msgstr ""
+msgstr "Verschlüsseln"
#: ../geanypg/src/geanypg.c:79
msgid "Sign"
-msgstr ""
+msgstr "Signieren"
#: ../geanypg/src/geanypg.c:80
msgid "Decrypt / Verify"
-msgstr ""
+msgstr "Entschlüsseln / Überprüfen"
#: ../geanypg/src/geanypg.c:81
msgid "Verify detached signature"
-msgstr ""
+msgstr "Signatur prüfen"
#: ../geanypg/src/key_selection_dialog.c:150
#, fuzzy
@@ -3276,7 +3164,7 @@
#: ../geanypg/src/key_selection_dialog.c:152
msgid "Sign the message as:"
-msgstr ""
+msgstr "Nachricht signieren als:"
#: ../geanypg/src/key_selection_dialog.c:160
#, fuzzy
@@ -3285,7 +3173,7 @@
#: ../geanypg/src/key_selection_dialog.c:222
msgid "Choose a key to sign with:"
-msgstr ""
+msgstr "Wählen Sie einen Schlüssel zum Signieren aus."
#: ../geanypg/src/key_selection_dialog.c:230
#, fuzzy
@@ -3295,25 +3183,25 @@
#. shouldn't get here
#: ../geanypg/src/pinentry.c:103
msgid "Could not use pinentry."
-msgstr ""
+msgstr "Konnte pinentry nicht nutzen"
#: ../geanypg/src/pinentry.c:115
msgid "Unexpected output from pinentry."
-msgstr ""
+msgstr "Pinentry hat eine unerwartet Antwort zurück gegeben."
#. read the rest of the first line after OK
#: ../geanypg/src/pinentry.c:123
msgid "Passphrase entry"
-msgstr ""
+msgstr "Passphraseneintrag"
#: ../geanypg/src/pinentry.c:127
msgid " Passphrase:"
-msgstr ""
+msgstr "Passphrase: "
#: ../geanypg/src/pinentry.c:132
#, c-format
msgid "Enter passphrase for:%0A"
-msgstr ""
+msgstr "Eingeben der Passphrase für Schlüssel: %0A "
#: ../geanypg/src/pinentry.c:163
msgid "pinentry gave error"
@@ -3324,16 +3212,15 @@
msgstr ""
#: ../geanypg/src/pinentry.c:191
-msgid ""
-"Error, Passphrase input without using gpg-agent is not supported on Windows "
-"yet."
+msgid "Error, Passphrase input without using gpg-agent is not supported on Windows yet."
msgstr ""
#: ../geanypg/src/verify_aux.c:52
msgid "a key with fingerprint"
msgstr ""
-#: ../geanypg/src/verify_aux.c:65 ../spellcheck/src/gui.c:497
+#: ../geanypg/src/verify_aux.c:65
+#: ../spellcheck/src/gui.c:497
#: ../spellcheck/src/gui.c:508
msgid "unknown"
msgstr "Unbekannt"
@@ -3360,7 +3247,8 @@
msgid "ultimate"
msgstr ""
-#: ../geanypg/src/verify_aux.c:71 ../geanypg/src/verify_aux.c:73
+#: ../geanypg/src/verify_aux.c:71
+#: ../geanypg/src/verify_aux.c:73
msgid "[bad validity value]"
msgstr ""
@@ -3426,66 +3314,81 @@
"notations .: %s\n"
msgstr ""
-#: ../geanypg/src/verify_aux.c:119 ../geanypg/src/verify_aux.c:124
+#: ../geanypg/src/verify_aux.c:118
+#: ../geanypg/src/verify_aux.c:123
#, fuzzy
msgid "Unknown\n"
msgstr "Unbekannt"
-#: ../geanypg/src/verify_aux.c:130 ../geanypg/src/verify_aux.c:137
+#: ../geanypg/src/verify_aux.c:128
+#: ../geanypg/src/verify_aux.c:135
+#: ../geanypg/src/verify_aux.c:146
+#: ../geanypg/src/verify_aux.c:153
#, fuzzy
msgid "[None]"
msgstr "Keines"
-#: ../geanypg/src/verify_aux.c:135 ../geanypg/src/verify_aux.c:136
+#: ../geanypg/src/verify_aux.c:133
+#: ../geanypg/src/verify_aux.c:134
+#: ../geanypg/src/verify_aux.c:151
+#: ../geanypg/src/verify_aux.c:152
#, fuzzy
msgid "Unknown"
msgstr "Unbekannt"
-#: ../geanypg/src/verify_aux.c:138
+#: ../geanypg/src/verify_aux.c:136
+#: ../geanypg/src/verify_aux.c:154
msgid "n/a"
msgstr ""
-#: ../geanypg/src/verify_aux.c:138
+#: ../geanypg/src/verify_aux.c:136
+#: ../geanypg/src/verify_aux.c:154
msgid "bad"
msgstr ""
-#: ../geanypg/src/verify_aux.c:138
+#: ../geanypg/src/verify_aux.c:136
+#: ../geanypg/src/verify_aux.c:154
msgid "okay"
msgstr ""
-#: ../geanypg/src/verify_aux.c:138
+#: ../geanypg/src/verify_aux.c:136
+#: ../geanypg/src/verify_aux.c:154
msgid "RFU"
msgstr ""
-#: ../geanypg/src/verify_aux.c:139
+#: ../geanypg/src/verify_aux.c:137
+#: ../geanypg/src/verify_aux.c:155
msgid " wrong-key-usage"
msgstr ""
-#: ../geanypg/src/verify_aux.c:139
+#: ../geanypg/src/verify_aux.c:138
+#: ../geanypg/src/verify_aux.c:155
msgid " chain-model"
msgstr ""
-#: ../geanypg/src/verify_aux.c:140
+#: ../geanypg/src/verify_aux.c:139
+#: ../geanypg/src/verify_aux.c:156
msgid "yes"
msgstr ""
-#: ../geanypg/src/verify_aux.c:140
+#: ../geanypg/src/verify_aux.c:139
+#: ../geanypg/src/verify_aux.c:156
msgid "no"
msgstr ""
-#: ../geanypg/src/verify_aux.c:159
+#: ../geanypg/src/verify_aux.c:175
msgid "Found a signature from"
msgstr ""
-#: ../geanypg/src/verify_aux.c:162
+#: ../geanypg/src/verify_aux.c:178
msgid "Signature"
msgstr ""
-#: ../geanypg/src/verify_aux.c:185
+#: ../geanypg/src/verify_aux.c:201
msgid "Could not find verification results"
msgstr ""
-#: ../geanypg/src/verify_aux.c:186
+#: ../geanypg/src/verify_aux.c:202
msgid "Error, could not find verification results"
msgstr ""
@@ -3494,7 +3397,8 @@
msgid "Open a signature file"
msgstr "Datei öffnen"
-#: ../geanyprj/src/geanyprj.c:37 ../geanyprj/src/sidebar.c:449
+#: ../geanyprj/src/geanyprj.c:37
+#: ../geanyprj/src/sidebar.c:449
#: ../gproject/src/gproject-sidebar.c:828
msgid "Project"
msgstr "Projekt"
@@ -3507,7 +3411,8 @@
msgid "Project Preferences"
msgstr "Projekteigenschaften"
-#: ../geanyprj/src/menu.c:99 ../geanyprj/src/menu.c:381
+#: ../geanyprj/src/menu.c:99
+#: ../geanyprj/src/menu.c:381
#: ../geanyprj/src/sidebar.c:170
msgid "New Project"
msgstr "Neues Projekt"
@@ -3533,15 +3438,8 @@
msgstr "Basisverzeichnis:"
#: ../geanyprj/src/menu.c:158
-msgid ""
-"Base directory of all files that make up the project. This can be a new "
-"path, or an existing directory tree. You can use paths relative to the "
-"project filename."
-msgstr ""
-"Basisverzeichnis aller Dateien, die zu einem Projekt gehören. Es kann sowohl "
-"ein bereits existierender, als auch ein neu zu erstellendes Verzeichnis "
-"sein. Weiter kann der Pfad sowohl in relativer als auch absoluter Form "
-"eingegeben werden."
+msgid "Base directory of all files that make up the project. This can be a new path, or an existing directory tree. You can use paths relative to the project filename."
+msgstr "Basisverzeichnis aller Dateien, die zu einem Projekt gehören. Es kann sowohl ein bereits existierender, als auch ein neu zu erstellendes Verzeichnis sein. Weiter kann der Pfad sowohl in relativer als auch absoluter Form eingegeben werden."
#: ../geanyprj/src/menu.c:161
msgid "Choose Project Base Path"
@@ -3552,14 +3450,8 @@
msgstr "Dateiliste beim Laden erzeugen"
#: ../geanyprj/src/menu.c:170
-msgid ""
-"Automatically add files that match project type on project load "
-"automatically. You can't manually add/remove files if you checked this "
-"option, since your modification will be lost on on next project load"
-msgstr ""
-"Fügt Dateien, die dem Projekt-Typ entsprechen, automatisch beim Laden hinzu "
-"dem Projekte hinzu. Manuelles Hinzufügen oder Löschen von Dateien ist dann "
-"nicht möglich, Änderungen würden beim nächsten Laden überschrieben werden."
+msgid "Automatically add files that match project type on project load automatically. You can't manually add/remove files if you checked this option, since your modification will be lost on on next project load"
+msgstr "Fügt Dateien, die dem Projekt-Typ entsprechen, automatisch beim Laden hinzu dem Projekte hinzu. Manuelles Hinzufügen oder Löschen von Dateien ist dann nicht möglich, Änderungen würden beim nächsten Laden überschrieben werden."
#: ../geanyprj/src/menu.c:178
msgid "Type:"
@@ -3574,15 +3466,18 @@
msgid "_Project"
msgstr "_Projekt"
-#: ../geanyprj/src/menu.c:390 ../geanyprj/src/sidebar.c:179
+#: ../geanyprj/src/menu.c:390
+#: ../geanyprj/src/sidebar.c:179
msgid "Delete Project"
msgstr "Projekt löschen"
-#: ../geanyprj/src/menu.c:401 ../geanyprj/src/sidebar.c:192
+#: ../geanyprj/src/menu.c:401
+#: ../geanyprj/src/sidebar.c:192
msgid "Add File"
msgstr "Datei hinzufügen"
-#: ../geanyprj/src/menu.c:423 ../geanyprj/src/sidebar.c:227
+#: ../geanyprj/src/menu.c:423
+#: ../geanyprj/src/sidebar.c:227
msgid "Find in Project"
msgstr "Im Projekt suchen"
@@ -3590,7 +3485,8 @@
msgid "Remove File"
msgstr "Datei entfernen"
-#: ../geanyprj/src/sidebar.c:238 ../gproject/src/gproject-sidebar.c:809
+#: ../geanyprj/src/sidebar.c:238
+#: ../gproject/src/gproject-sidebar.c:809
msgid "H_ide Sidebar"
msgstr "Seitenleiste _verstecken"
@@ -3604,12 +3500,8 @@
msgstr "GeanySendMail"
#: ../geanysendmail/src/geanysendmail.c:47
-msgid ""
-"A little plugin to send the current file as attachment by user's favorite "
-"mailer"
-msgstr ""
-"Ein Plugin zum Senden einer Datei als Anhang unter Verwendung eines E-Mail-"
-"Programms."
+msgid "A little plugin to send the current file as attachment by user's favorite mailer"
+msgstr "Ein Plugin zum Senden einer Datei als Anhang unter Verwendung eines E-Mail-Programms."
# Ich sehe doppelt.
#: ../geanysendmail/src/geanysendmail.c:102
@@ -3623,23 +3515,15 @@
#: ../geanysendmail/src/geanysendmail.c:140
msgid "Filename placeholder not found. The executed command might have failed."
-msgstr ""
-"Konnte den Platzhalter für den Dateinamen (\\%s) nicht finden. Das "
-"angegebene Kommando könnte nicht korrekt ausgeführt worden sein."
+msgstr "Konnte den Platzhalter für den Dateinamen (\\%s) nicht finden. Das angegebene Kommando könnte nicht korrekt ausgeführt worden sein."
#: ../geanysendmail/src/geanysendmail.c:146
-msgid ""
-"Recipient address placeholder not found. The executed command might have "
-"failed."
-msgstr ""
-"Konnte den Platzhalter für den E-Mail-Empfänger nicht finden. Das angegebene "
-"Kommando könnte nicht korrekt ausgeführt worden sein."
+msgid "Recipient address placeholder not found. The executed command might have failed."
+msgstr "Konnte den Platzhalter für den E-Mail-Empfänger nicht finden. Das angegebene Kommando könnte nicht korrekt ausgeführt worden sein."
#: ../geanysendmail/src/geanysendmail.c:162
msgid "Could not execute mailer. Please check your configuration."
-msgstr ""
-"Konnte das E-Mail-Programm nicht aufrufen. Bitte überprüfen Sie Ihre "
-"Einstellungen"
+msgstr "Konnte das E-Mail-Programm nicht aufrufen. Bitte überprüfen Sie Ihre Einstellungen"
#: ../geanysendmail/src/geanysendmail.c:171
msgid "Please define a mail client first."
@@ -3686,15 +3570,11 @@
#: ../geanysendmail/src/geanysendmail.c:328
msgid "Shows a icon in the toolbar to send file more easy."
-msgstr ""
-"Zeigt ein Symbol in der Werkzeugleiste an, sodass eine Datei einfacher "
-"versendet werden kann."
+msgstr "Zeigt ein Symbol in der Werkzeugleiste an, sodass eine Datei einfacher versendet werden kann."
#: ../geanysendmail/src/geanysendmail.c:334
msgid "Use dialog for entering email address of recipients"
-msgstr ""
-"Zeigt einen Dialog zum Eingeben der E-Mail-Adresse des Empfängers der zu "
-"sendenden Datei an"
+msgstr "Zeigt einen Dialog zum Eingeben der E-Mail-Adresse des Empfängers der zu sendenden Datei an"
#: ../geanysendmail/src/geanysendmail.c:356
msgid "Send file by mail"
@@ -3706,11 +3586,8 @@
msgstr "_Dokument versenden"
#: ../geanysendmail/src/geanysendmail.c:384
-msgid ""
-"Sends the opened file as unzipped attachment by any mailer from your $PATH"
-msgstr ""
-"Sendet ein geöffnetes Dokument als unkomprimierten Anhang unter Verwendung "
-"eines E-Mail-Programms."
+msgid "Sends the opened file as unzipped attachment by any mailer from your $PATH"
+msgstr "Sendet ein geöffnetes Dokument als unkomprimierten Anhang unter Verwendung eines E-Mail-Programms."
#: ../geanyvc/src/geanyvc.c:51
msgid "GeanyVC"
@@ -3725,12 +3602,14 @@
msgid "geanyvc: s_spawn_sync error: %s"
msgstr "geanyvc: s_spawn_sync error: %s"
-#: ../geanyvc/src/geanyvc.c:598 ../geanyvc/src/geanyvc.c:609
+#: ../geanyvc/src/geanyvc.c:598
+#: ../geanyvc/src/geanyvc.c:609
#, c-format
msgid "geanyvc: vcdiff_file_activated: Unable to rename '%s' to '%s'"
msgstr "geanyvc: vcdiff_file_activated: Kann »%s« nicht in »%s« umbenennen."
-#: ../geanyvc/src/geanyvc.c:635 ../geanyvc/src/geanyvc.c:685
+#: ../geanyvc/src/geanyvc.c:635
+#: ../geanyvc/src/geanyvc.c:685
msgid "No changes were made."
msgstr "Es wurden keine Änderungen vorgenommen."
@@ -3738,7 +3617,8 @@
msgid "No history avaible"
msgstr "Keine Historie verfügbar"
-#: ../geanyvc/src/geanyvc.c:904 ../geanyvc/src/geanyvc.c:912
+#: ../geanyvc/src/geanyvc.c:904
+#: ../geanyvc/src/geanyvc.c:912
#, c-format
msgid "Do you really want to revert: %s?"
msgstr "Möchten Sie wirklich »%s« zurücksetzen?"
@@ -3797,27 +3677,16 @@
#: ../geanyvc/src/geanyvc.c:1546
#, c-format
-msgid ""
-"Error while setting up language for spellchecking. Please check "
-"configuration. Error message was: %s"
-msgstr ""
-"Fehler beim Auswählen der Sprache für die Rechtschreibprüfung. Bitte "
-"überprüfen Sie Ihre Konfiguration. Fehlermeldung: %s"
+msgid "Error while setting up language for spellchecking. Please check configuration. Error message was: %s"
+msgstr "Fehler beim Auswählen der Sprache für die Rechtschreibprüfung. Bitte überprüfen Sie Ihre Konfiguration. Fehlermeldung: %s"
#: ../geanyvc/src/geanyvc.c:1818
msgid "Set Changed-flag for document tabs created by the plugin"
msgstr "Markiere vom Plugin erstellte Dokumente als geändert"
#: ../geanyvc/src/geanyvc.c:1821
-msgid ""
-"If this option is activated, every new by the VC-plugin created document tab "
-"will be marked as changed. Even this option is useful in some cases, it "
-"could cause a big number of annoying \"Do you want to save\"-dialogs."
-msgstr ""
-"Wenn diese Option aktiviert ist, werden alle Dokumente, die durch das Plugin "
-"erzeugt werden, als geändert markiert, so dass z.B. beim Schließen der Datei "
-"der Speichern Dialog geöffnet wird. Auch wenn diese Option von Zeit zu Zeit "
-"sehr nützlich sein kann, kann Sie ab und an einfach nur stören."
+msgid "If this option is activated, every new by the VC-plugin created document tab will be marked as changed. Even this option is useful in some cases, it could cause a big number of annoying \"Do you want to save\"-dialogs."
+msgstr "Wenn diese Option aktiviert ist, werden alle Dokumente, die durch das Plugin erzeugt werden, als geändert markiert, so dass z.B. beim Schließen der Datei der Speichern Dialog geöffnet wird. Auch wenn diese Option von Zeit zu Zeit sehr nützlich sein kann, kann Sie ab und an einfach nur stören."
#: ../geanyvc/src/geanyvc.c:1829
msgid "Confirm adding new files to a VCS"
@@ -3825,9 +3694,7 @@
#: ../geanyvc/src/geanyvc.c:1832
msgid "Shows a confirmation dialog on adding a new (created) file to VCS."
-msgstr ""
-"Zeigt einen Bestätigungsdialog beim Hinzufügen von Dateien zu einem "
-"Versionsverwaltungssystem."
+msgstr "Zeigt einen Bestätigungsdialog beim Hinzufügen von Dateien zu einem Versionsverwaltungssystem."
#: ../geanyvc/src/geanyvc.c:1838
msgid "Maximize commit dialog"
@@ -3892,7 +3759,8 @@
#. Diff of current file
#. Diff of the current dir
#. Complete diff of base directory
-#: ../geanyvc/src/geanyvc.c:1986 ../geanyvc/src/geanyvc.c:2063
+#: ../geanyvc/src/geanyvc.c:1986
+#: ../geanyvc/src/geanyvc.c:2063
#: ../geanyvc/src/geanyvc.c:2103
msgid "_Diff"
msgstr "_Unterschiede anzeigen (diff)"
@@ -3904,16 +3772,15 @@
#. Revert current file
#. Revert current dir
#. Revert everything
-#: ../geanyvc/src/geanyvc.c:1994 ../geanyvc/src/geanyvc.c:2072
+#: ../geanyvc/src/geanyvc.c:1994
+#: ../geanyvc/src/geanyvc.c:2072
#: ../geanyvc/src/geanyvc.c:2111
msgid "_Revert"
msgstr "_Zurücksetzen"
#: ../geanyvc/src/geanyvc.c:1997
msgid "Restore pristine working copy file (undo local edits)."
-msgstr ""
-"Stellt den ursprünglichen Zustand der Datei wieder her (verwirft lokale "
-"Änderungen)."
+msgstr "Stellt den ursprünglichen Zustand der Datei wieder her (verwirft lokale Änderungen)."
#. Blame for current file
#: ../geanyvc/src/geanyvc.c:2006
@@ -3927,7 +3794,8 @@
#. History/log of current file
#. History/log of the current dir
#. Complete History/Log of base directory
-#: ../geanyvc/src/geanyvc.c:2016 ../geanyvc/src/geanyvc.c:2082
+#: ../geanyvc/src/geanyvc.c:2016
+#: ../geanyvc/src/geanyvc.c:2082
#: ../geanyvc/src/geanyvc.c:2123
msgid "_History (log)"
msgstr "_Versionsgeschichte (log)"
@@ -3973,9 +3841,7 @@
#: ../geanyvc/src/geanyvc.c:2075
msgid "Restore original files in the current folder (undo local edits)."
-msgstr ""
-"Stellt den ursprünglichen Zustand der Datei wieder her (verwirft lokale "
-"Änderungen)."
+msgstr "Stellt den ursprünglichen Zustand der Datei wieder her (verwirft lokale Änderungen)."
#: ../geanyvc/src/geanyvc.c:2085
msgid "Shows the log of the current directory"
@@ -4063,7 +3929,8 @@
msgid "Commit changes."
msgstr "Änderungen übertragen."
-#: ../gproject/src/gproject-main.c:33 ../gproject/src/gproject-project.c:445
+#: ../gproject/src/gproject-main.c:33
+#: ../gproject/src/gproject-project.c:445
#, fuzzy
msgid "GProject"
msgstr "Projekt"
@@ -4109,8 +3976,7 @@
msgstr ""
#: ../gproject/src/gproject-project.c:402
-msgid ""
-"Space separated list of patterns that are used to identify source files."
+msgid "Space separated list of patterns that are used to identify source files."
msgstr ""
#: ../gproject/src/gproject-project.c:407
@@ -4119,9 +3985,7 @@
msgstr "Header Erweiterungen"
#: ../gproject/src/gproject-project.c:413
-msgid ""
-"Space separated list of patterns that are used to identify headers. Used "
-"mainly for header/source swapping."
+msgid "Space separated list of patterns that are used to identify headers. Used mainly for header/source swapping."
msgstr ""
#: ../gproject/src/gproject-project.c:419
@@ -4129,9 +3993,7 @@
msgstr ""
#: ../gproject/src/gproject-project.c:425
-msgid ""
-"Space separated list of patterns that are used to identify directories that "
-"are not scanned for source files."
+msgid "Space separated list of patterns that are used to identify directories that are not scanned for source files."
msgstr ""
#: ../gproject/src/gproject-project.c:433
@@ -4139,16 +4001,11 @@
msgstr ""
#: ../gproject/src/gproject-project.c:435
-msgid ""
-"Generate tag list for all project files instead of only for the currently "
-"opened files. Too slow for big projects (>1000 files) and should be disabled "
-"in this case."
+msgid "Generate tag list for all project files instead of only for the currently opened files. Too slow for big projects (>1000 files) and should be disabled in this case."
msgstr ""
#: ../gproject/src/gproject-project.c:441
-msgid ""
-"Note: set the patterns of files belonging to the project under the Project "
-"tab."
+msgid "Note: set the patterns of files belonging to the project under the Project tab."
msgstr ""
#: ../gproject/src/gproject-sidebar.c:78
@@ -4210,17 +4067,20 @@
msgid "Comments"
msgstr "Inhalte"
-#: ../pretty-printer/src/ConfigUI.c:62 ../pretty-printer/src/ConfigUI.c:63
+#: ../pretty-printer/src/ConfigUI.c:62
+#: ../pretty-printer/src/ConfigUI.c:63
#: ../pretty-printer/src/ConfigUI.c:64
msgid "Put on one line"
msgstr ""
-#: ../pretty-printer/src/ConfigUI.c:62 ../pretty-printer/src/ConfigUI.c:63
+#: ../pretty-printer/src/ConfigUI.c:62
+#: ../pretty-printer/src/ConfigUI.c:63
#: ../pretty-printer/src/ConfigUI.c:64
msgid "Inline if possible"
msgstr ""
-#: ../pretty-printer/src/ConfigUI.c:62 ../pretty-printer/src/ConfigUI.c:63
+#: ../pretty-printer/src/ConfigUI.c:62
+#: ../pretty-printer/src/ConfigUI.c:63
#: ../pretty-printer/src/ConfigUI.c:64
#, fuzzy
msgid "Alignment"
@@ -4232,7 +4092,7 @@
#: ../pretty-printer/src/ConfigUI.c:64
msgid "CDATA"
-msgstr ""
+msgstr "CDATA"
# what the heck? :D
#: ../pretty-printer/src/ConfigUI.c:193
@@ -4259,15 +4119,15 @@
#: ../pretty-printer/src/ConfigUI.c:227
msgid "Tab"
-msgstr ""
+msgstr "Tabulator"
#: ../pretty-printer/src/ConfigUI.c:228
msgid "Space"
-msgstr ""
+msgstr "Leerzeichen"
#: ../pretty-printer/src/ConfigUI.c:252
msgid "Line break"
-msgstr ""
+msgstr "Zeilenumbruch"
#: ../spellcheck/src/speller.c:91
msgid "Try: "
@@ -4298,9 +4158,7 @@
#: ../spellcheck/src/speller.c:231
msgid "unknown error (maybe the chosen language is not available)"
-msgstr ""
-"unbekannter Fehler (möglicherweise ist die ausgewählte Sprache nicht "
-"verfügbar)."
+msgstr "unbekannter Fehler (möglicherweise ist die ausgewählte Sprache nicht verfügbar)."
#: ../spellcheck/src/scplugin.c:47
msgid "Spell Check"
@@ -4329,9 +4187,7 @@
#: ../spellcheck/src/scplugin.c:258
msgid "Show toolbar item to toggle spell checking"
-msgstr ""
-"Zeige Symbol in der Werkzeugleiste um 'Rechtschreibung beim Tippen "
-"überprüfen' ein- und auszuschalten"
+msgstr "Zeige Symbol in der Werkzeugleiste um 'Rechtschreibung beim Tippen überprüfen' ein- und auszuschalten"
#: ../spellcheck/src/scplugin.c:263
msgid "Show editor menu item to show spelling suggestions"
@@ -4350,12 +4206,8 @@
msgstr "_Verzeichnis mit Übersetzungsdateien:"
#: ../spellcheck/src/scplugin.c:295
-msgid ""
-"Read additional dictionary files from this directory. For now, this only "
-"works with myspell dictionaries."
-msgstr ""
-"Lese zusätzliche Wörterbücher aus diesem Verzeichnis. (Funktioniert zur Zeit "
-"nur mit myspell-Wörterbüchern)."
+msgid "Read additional dictionary files from this directory. For now, this only works with myspell dictionaries."
+msgstr "Lese zusätzliche Wörterbücher aus diesem Verzeichnis. (Funktioniert zur Zeit nur mit myspell-Wörterbüchern)."
#: ../spellcheck/src/gui.c:65
msgid "Spell checking while typing is now enabled"
@@ -4403,9 +4255,7 @@
#: ../spellcheck/src/gui.c:507
#, c-format
msgid "Toggle spell check while typing (current language: %s)"
-msgstr ""
-"'Rechtschreibung beim Tippen überprüfen' ein-/ausschalten (Aktuelle Sprache: "
-"%s)"
+msgstr "'Rechtschreibung beim Tippen überprüfen' ein-/ausschalten (Aktuelle Sprache: %s)"
#: ../spellcheck/src/gui.c:562
msgid "Spelling Suggestions"
@@ -4419,60 +4269,60 @@
msgid "Shift a selection left and right"
msgstr "Verschiebt eine Auswahl nach Links oder Rechts"
-#: ../shiftcolumn/src/shiftcolumn.c:380 ../shiftcolumn/src/shiftcolumn.c:400
+#: ../shiftcolumn/src/shiftcolumn.c:380
+#: ../shiftcolumn/src/shiftcolumn.c:400
msgid "Shift Left"
msgstr "Auswahl nach Links verschieben"
-#: ../shiftcolumn/src/shiftcolumn.c:387 ../shiftcolumn/src/shiftcolumn.c:402
+#: ../shiftcolumn/src/shiftcolumn.c:387
+#: ../shiftcolumn/src/shiftcolumn.c:402
msgid "Shift Right"
msgstr "Auswahl nach Rechts verschieben"
#: ../tableconvert/src/tableconvert.c:35
msgid "Tableconvert"
-msgstr ""
+msgstr "Tableconvert"
#: ../tableconvert/src/tableconvert.c:36
msgid "A little plugin to convert lists into tables"
-msgstr ""
+msgstr "Ein kleines Plugin, um Listen in Tabellen zu verwandeln"
#. OK. Something went not as expected.
#. * We did have a selection but cannot parse it into rows.
#. * Aborting
-#: ../tableconvert/src/tableconvert.c:166
-msgid "Something went went wrong on parsing selection. Aborting"
-msgstr ""
+#: ../tableconvert/src/tableconvert.c:196
+msgid "Something went wrong on parsing selection. Aborting"
+msgstr "Etwas ist beim untersuchen der Auswahl schief gelaufen. Abbruch. "
-#: ../tableconvert/src/tableconvert.c:197
+#: ../tableconvert/src/tableconvert.c:227
#, fuzzy
msgid "Convert selection to table"
msgstr "Auswahl linksbündig formatieren"
#. Build up menu entry
-#: ../tableconvert/src/tableconvert.c:212
+#: ../tableconvert/src/tableconvert.c:242
msgid "_Convert to table"
-msgstr ""
+msgstr "In _Tabelle umwandeln"
-#: ../tableconvert/src/tableconvert.c:215
+#: ../tableconvert/src/tableconvert.c:245
msgid "Converts current marked list to a table."
-msgstr ""
+msgstr "Wandelt die aktuell markierte Liste in eine Tabelle"
#: ../treebrowser/src/treebrowser.c:117
msgid "TreeBrowser"
msgstr "Baumnavigator"
#: ../treebrowser/src/treebrowser.c:118
-msgid ""
-"This plugin adds a tree browser to Geany, allowing the user to browse files "
-"using a tree view of the directory being browsed."
-msgstr ""
-"Ein Plugin zum Navigieren durch den Verzeichnisbaum auf dem Dateisystem."
+msgid "This plugin adds a tree browser to Geany, allowing the user to browse files using a tree view of the directory being browsed."
+msgstr "Ein Plugin zum Navigieren durch den Verzeichnisbaum auf dem Dateisystem."
#: ../treebrowser/src/treebrowser.c:423
#, c-format
msgid "%s: no such directory."
msgstr "»%s«: Verzeichnis existiert nicht"
-#: ../treebrowser/src/treebrowser.c:518 ../treebrowser/src/treebrowser.c:553
+#: ../treebrowser/src/treebrowser.c:518
+#: ../treebrowser/src/treebrowser.c:553
#: ../treebrowser/src/treebrowser.c:652
msgid "(Empty)"
msgstr "(leer)"
@@ -4504,11 +4354,13 @@
msgid "Do you really want to delete '%s' ?"
msgstr "Soll »%s« wirklich gelöscht werden?"
-#: ../treebrowser/src/treebrowser.c:1186 ../treebrowser/src/treebrowser.c:1629
+#: ../treebrowser/src/treebrowser.c:1186
+#: ../treebrowser/src/treebrowser.c:1629
msgid "Go up"
msgstr "Aufwärts"
-#: ../treebrowser/src/treebrowser.c:1190 ../treebrowser/src/treebrowser.c:1644
+#: ../treebrowser/src/treebrowser.c:1190
+#: ../treebrowser/src/treebrowser.c:1644
msgid "Set path from document"
msgstr "Pfad des Dokumentes übernehmen"
@@ -4524,7 +4376,8 @@
msgid "Set as root"
msgstr "Als Wurzel festlegen"
-#: ../treebrowser/src/treebrowser.c:1208 ../treebrowser/src/treebrowser.c:1634
+#: ../treebrowser/src/treebrowser.c:1208
+#: ../treebrowser/src/treebrowser.c:1634
#: ../treebrowser/src/treebrowser.c:1984
msgid "Refresh"
msgstr "Auffrischen"
@@ -4555,11 +4408,13 @@
msgid "Copy full path to clipboard"
msgstr "Den vollständigen Pfad in die Zwischenablage kopieren"
-#: ../treebrowser/src/treebrowser.c:1271 ../treebrowser/src/treebrowser.c:1910
+#: ../treebrowser/src/treebrowser.c:1271
+#: ../treebrowser/src/treebrowser.c:1910
msgid "Show bookmarks"
msgstr "Lesezeichen anzeigen"
-#: ../treebrowser/src/treebrowser.c:1276 ../treebrowser/src/treebrowser.c:1864
+#: ../treebrowser/src/treebrowser.c:1276
+#: ../treebrowser/src/treebrowser.c:1864
msgid "Show hidden files"
msgstr "Versteckte Dateien anzeigen"
@@ -4585,9 +4440,7 @@
msgstr "Leisten verbergen"
#: ../treebrowser/src/treebrowser.c:1664
-msgid ""
-"Filter (*.c;*.h;*.cpp), and if you want temporary filter using the '!' "
-"reverse try for example this '!;*.c;*.h;*.cpp'"
+msgid "Filter (*.c;*.h;*.cpp), and if you want temporary filter using the '!' reverse try for example this '!;*.c;*.h;*.cpp'"
msgstr "Filter (*.c;*.h;*.cpp). Die Nutzung von ! invertiert das Ergebnis."
#: ../treebrowser/src/treebrowser.c:1672
@@ -4605,16 +4458,12 @@
#: ../treebrowser/src/treebrowser.c:1833
#, c-format
msgid ""
-"The command to execute when using \"Open with\". You can use %f and %d "
-"wildcards.\n"
+"The command to execute when using \"Open with\". You can use %f and %d wildcards.\n"
"%f will be replaced with the filename including full path\n"
-"%d will be replaced with the path name of the selected file without the "
-"filename"
+"%d will be replaced with the path name of the selected file without the filename"
msgstr ""
-"Das Kommando, dass ausgeführt wird, wenn »Öffnen mit« ausgewählt wird. Es "
-"können %f und %d als Platzhalter verwendet werden.\n"
-"%f wird mit dem Dateinamen ersetzt, der den kompletten Pfad beinhaltet%d "
-"wird mit dem Pfad des Verzeichnisses der aktuellen Datei ersetzt"
+"Das Kommando, dass ausgeführt wird, wenn »Öffnen mit« ausgewählt wird. Es können %f und %d als Platzhalter verwendet werden.\n"
+"%f wird mit dem Dateinamen ersetzt, der den kompletten Pfad beinhaltet%d wird mit dem Pfad des Verzeichnisses der aktuellen Datei ersetzt"
#: ../treebrowser/src/treebrowser.c:1841
msgid "Toolbar"
@@ -4634,8 +4483,7 @@
#: ../treebrowser/src/treebrowser.c:1850
msgid "If position is changed, the option require plugin restart."
-msgstr ""
-"Bei einer Veränderung der Position, muss das Plugin neu geladen werden."
+msgstr "Bei einer Veränderung der Position, muss das Plugin neu geladen werden."
#: ../treebrowser/src/treebrowser.c:1854
msgid "Show icons"
@@ -4655,21 +4503,15 @@
#: ../treebrowser/src/treebrowser.c:1869
msgid "On Windows, this just hide files that are prefixed with '.' (dot)"
-msgstr ""
-"Unter Windows versteckt dies nur Dateien, die mit einem ».« (Punkt) "
-"beginnen. "
+msgstr "Unter Windows versteckt dies nur Dateien, die mit einem ».« (Punkt) beginnen. "
#: ../treebrowser/src/treebrowser.c:1871
msgid "Hide object files"
msgstr "Objektdateien verbergen"
#: ../treebrowser/src/treebrowser.c:1876
-msgid ""
-"Don't show generated object files in the file browser, this includes *.o, *."
-"obj. *.so, *.dll, *.a, *.lib"
-msgstr ""
-"Keine generierten Objektdateien anzeigen. Dies bezieht *.o, *.obj. *.so, *."
-"dll, *.a, *.lib mit ein."
+msgid "Don't show generated object files in the file browser, this includes *.o, *.obj. *.so, *.dll, *.a, *.lib"
+msgstr "Keine generierten Objektdateien anzeigen. Dies bezieht *.o, *.obj. *.so, *.dll, *.a, *.lib mit ein."
#: ../treebrowser/src/treebrowser.c:1878
msgid "Reverse filter"
@@ -4712,8 +4554,7 @@
msgstr "Updatechecker"
#: ../updatechecker/src/updatechecker.c:42
-msgid ""
-"A plugin which is checking whether there are updates for Geany available."
+msgid "A plugin which is checking whether there are updates for Geany available."
msgstr "Überprüfen ob es Updates für Geany gibt."
#: ../updatechecker/src/updatechecker.c:190
@@ -4746,7 +4587,7 @@
#: ../webhelper/src/gwh-settings.c:774
#, c-format
msgid "%s:"
-msgstr ""
+msgstr "%s:"
#: ../webhelper/src/gwh-browser.c:485
msgid "_Zoom"
@@ -4776,7 +4617,8 @@
msgid "Reload current page"
msgstr "Aktuelle Seite neu laden"
-#: ../webhelper/src/gwh-browser.c:788 ../webhelper/src/gwh-browser.c:834
+#: ../webhelper/src/gwh-browser.c:788
+#: ../webhelper/src/gwh-browser.c:834
msgid "Web inspector"
msgstr "Webinspektor"
@@ -4789,14 +4631,8 @@
msgstr "Web Helper"
#: ../webhelper/src/gwh-plugin.c:51
-msgid ""
-"Display a preview web page that gets updated upon document saving and "
-"provide web analysis and debugging tools (aka Web Inspector), all using "
-"WebKit."
-msgstr ""
-"Zeigt eine Vorschau für eine Webseite an, die jedes Mal beim Speichern neu "
-"geladen wird. Es bietet dabei analytische Unterstützung sowie ein "
-"Debuggingwerkzeug (Webinspektor) und basiert dabei auf Webkit. "
+msgid "Display a preview web page that gets updated upon document saving and provide web analysis and debugging tools (aka Web Inspector), all using WebKit."
+msgstr "Zeigt eine Vorschau für eine Webseite an, die jedes Mal beim Speichern neu geladen wird. Es bietet dabei analytische Unterstützung sowie ein Debuggingwerkzeug (Webinspektor) und basiert dabei auf Webkit. "
#: ../webhelper/src/gwh-plugin.c:141
msgid "Web view"
@@ -4866,9 +4702,7 @@
msgstr ""
#: ../webhelper/src/gwh-plugin.c:344
-msgid ""
-"Whether to tell the window manager not to show the secondary windows in the "
-"task bar"
+msgid "Whether to tell the window manager not to show the secondary windows in the task bar"
msgstr ""
#: ../webhelper/src/gwh-plugin.c:349
@@ -5114,7 +4948,6 @@
# Diese Übersetzung existiert drei mal.
#~ msgid "Switch header / implementation"
#~ msgstr "Umschalten zwischen Deklaration und Implementierung"
-
#, fuzzy
#~ msgid "_History (Log)"
#~ msgstr "_Versionsgeschichte"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.