Revision: 4726
http://geany.svn.sourceforge.net/geany/?rev=4726&view=rev
Author: eht16
Date: 2010-03-07 11:08:19 +0000 (Sun, 07 Mar 2010)
Log Message:
-----------
Fix crashes when using Save As with no open files (closes #2964406).
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/dialogs.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-03-07 10:37:35 UTC (rev 4725)
+++ trunk/ChangeLog 2010-03-07 11:08:19 UTC (rev 4726)
@@ -7,6 +7,8 @@
Add preference for virtual spaces.
* src/log.c:
Fix wrong default response for the Debug Messages dialog.
+ * src/dialogs.c:
+ Fix crashes when using Save As with no open files (closes #2964406).
2010-03-05 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
Modified: trunk/src/dialogs.c
===================================================================
--- trunk/src/dialogs.c 2010-03-07 10:37:35 UTC (rev 4725)
+++ trunk/src/dialogs.c 2010-03-07 11:08:19 UTC (rev 4726)
@@ -481,6 +481,8 @@
GeanyDocument *doc = document_get_current();
gint resp;
+ g_return_val_if_fail(doc != NULL, FALSE);
+
if (G_UNLIKELY(ui_widgets.save_filesel == NULL))
create_save_file_dialog();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4724
http://geany.svn.sourceforge.net/geany/?rev=4724&view=rev
Author: eht16
Date: 2010-03-07 10:36:27 +0000 (Sun, 07 Mar 2010)
Log Message:
-----------
Add preference for virtual spaces.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/geany.html
trunk/doc/geany.txt
trunk/geany.glade
trunk/src/editor.c
trunk/src/editor.h
trunk/src/interface.c
trunk/src/keyfile.c
trunk/src/plugindata.h
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-03-07 10:31:51 UTC (rev 4723)
+++ trunk/ChangeLog 2010-03-07 10:36:27 UTC (rev 4724)
@@ -1,3 +1,12 @@
+2010-03-07 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * wscript, scintilla/*, scintilla/include/*:
+ Update Scintilla to version 2.03.
+ * geany.glade, doc/geany.txt, doc/geany.html, src/editor.c,
+ src/editor.h, src/interface.c, src/keyfile.c, src/plugindata.h:
+ Add preference for virtual spaces.
+
+
2010-03-05 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* src/about.c, THANKS, po/ast.po:
Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html 2010-03-07 10:31:51 UTC (rev 4723)
+++ trunk/doc/geany.html 2010-03-07 10:36:27 UTC (rev 4724)
@@ -3,10 +3,10 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
<title>Geany</title>
<meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" />
-<meta name="date" content="2010-02-21" />
+<meta name="date" content="2010-02-24" />
<style type="text/css">
/*
@@ -139,7 +139,7 @@
<br />Nick Treleaven
<br />Frank Lanitz</td></tr>
<tr><th class="docinfo-name">Date:</th>
-<td>2010-02-21</td></tr>
+<td>2010-02-24</td></tr>
<tr><th class="docinfo-name">Version:</th>
<td>0.19</td></tr>
</tbody>
@@ -149,342 +149,343 @@
License as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version. A copy of this
license can be found in the file COPYING included with the source code
-of this program, and also in the chapter <a class="reference" href="#gnu-general-public-license">GNU General Public License</a>.</p>
-<div class="contents topic">
-<p class="topic-title first"><a id="contents" name="contents">Contents</a></p>
+of this program, and also in the chapter <a class="reference internal" href="#gnu-general-public-license">GNU General Public License</a>.</p>
+<div class="contents topic" id="contents">
+<p class="topic-title first">Contents</p>
<ul class="simple">
-<li><a class="reference" href="#introduction" id="id12" name="id12">Introduction</a><ul>
-<li><a class="reference" href="#about-geany" id="id13" name="id13">About Geany</a></li>
-<li><a class="reference" href="#where-to-get-it" id="id14" name="id14">Where to get it</a></li>
-<li><a class="reference" href="#license" id="id15" name="id15">License</a></li>
-<li><a class="reference" href="#about-this-document" id="id16" name="id16">About this document</a></li>
+<li><a class="reference internal" href="#introduction" id="id12">Introduction</a><ul>
+<li><a class="reference internal" href="#about-geany" id="id13">About Geany</a></li>
+<li><a class="reference internal" href="#where-to-get-it" id="id14">Where to get it</a></li>
+<li><a class="reference internal" href="#license" id="id15">License</a></li>
+<li><a class="reference internal" href="#about-this-document" id="id16">About this document</a></li>
</ul>
</li>
-<li><a class="reference" href="#installation" id="id17" name="id17">Installation</a><ul>
-<li><a class="reference" href="#requirements" id="id18" name="id18">Requirements</a></li>
-<li><a class="reference" href="#binary-packages" id="id19" name="id19">Binary packages</a></li>
-<li><a class="reference" href="#source-compilation" id="id20" name="id20">Source compilation</a><ul>
-<li><a class="reference" href="#autotools-based-build-system" id="id21" name="id21">Autotools based build system</a></li>
-<li><a class="reference" href="#waf-based-build-system" id="id22" name="id22">Waf based build system</a><ul>
-<li><a class="reference" href="#waf-cache" id="id23" name="id23">Waf Cache</a><ul>
-<li><a class="reference" href="#cleaning-the-cache" id="id24" name="id24">Cleaning the Cache</a></li>
+<li><a class="reference internal" href="#installation" id="id17">Installation</a><ul>
+<li><a class="reference internal" href="#requirements" id="id18">Requirements</a></li>
+<li><a class="reference internal" href="#binary-packages" id="id19">Binary packages</a></li>
+<li><a class="reference internal" href="#source-compilation" id="id20">Source compilation</a><ul>
+<li><a class="reference internal" href="#autotools-based-build-system" id="id21">Autotools based build system</a></li>
+<li><a class="reference internal" href="#waf-based-build-system" id="id22">Waf based build system</a><ul>
+<li><a class="reference internal" href="#waf-cache" id="id23">Waf Cache</a><ul>
+<li><a class="reference internal" href="#cleaning-the-cache" id="id24">Cleaning the Cache</a></li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference" href="#custom-installation" id="id25" name="id25">Custom installation</a></li>
-<li><a class="reference" href="#dynamic-linking-loader-support-and-vte" id="id26" name="id26">Dynamic linking loader support and VTE</a></li>
-<li><a class="reference" href="#build-problems" id="id27" name="id27">Build problems</a></li>
+<li><a class="reference internal" href="#custom-installation" id="id25">Custom installation</a></li>
+<li><a class="reference internal" href="#dynamic-linking-loader-support-and-vte" id="id26">Dynamic linking loader support and VTE</a></li>
+<li><a class="reference internal" href="#build-problems" id="id27">Build problems</a></li>
</ul>
</li>
-<li><a class="reference" href="#installation-prefix" id="id28" name="id28">Installation prefix</a></li>
+<li><a class="reference internal" href="#installation-prefix" id="id28">Installation prefix</a></li>
</ul>
</li>
-<li><a class="reference" href="#usage" id="id29" name="id29">Usage</a><ul>
-<li><a class="reference" href="#getting-started" id="id30" name="id30">Getting started</a></li>
-<li><a class="reference" href="#the-geany-workspace" id="id31" name="id31">The Geany workspace</a></li>
-<li><a class="reference" href="#command-line-options" id="id32" name="id32">Command line options</a></li>
-<li><a class="reference" href="#general" id="id33" name="id33">General</a><ul>
-<li><a class="reference" href="#startup" id="id34" name="id34">Startup</a></li>
-<li><a class="reference" href="#opening-files-from-the-command-line-in-a-running-instance" id="id35" name="id35">Opening files from the command-line in a running instance</a></li>
-<li><a class="reference" href="#virtual-terminal-emulator-widget-vte" id="id36" name="id36">Virtual terminal emulator widget (VTE)</a></li>
-<li><a class="reference" href="#defining-own-widget-styles-using-gtkrc-2-0" id="id37" name="id37">Defining own widget styles using .gtkrc-2.0</a></li>
+<li><a class="reference internal" href="#usage" id="id29">Usage</a><ul>
+<li><a class="reference internal" href="#getting-started" id="id30">Getting started</a></li>
+<li><a class="reference internal" href="#the-geany-workspace" id="id31">The Geany workspace</a></li>
+<li><a class="reference internal" href="#command-line-options" id="id32">Command line options</a></li>
+<li><a class="reference internal" href="#general" id="id33">General</a><ul>
+<li><a class="reference internal" href="#startup" id="id34">Startup</a></li>
+<li><a class="reference internal" href="#opening-files-from-the-command-line-in-a-running-instance" id="id35">Opening files from the command-line in a running instance</a></li>
+<li><a class="reference internal" href="#virtual-terminal-emulator-widget-vte" id="id36">Virtual terminal emulator widget (VTE)</a></li>
+<li><a class="reference internal" href="#defining-own-widget-styles-using-gtkrc-2-0" id="id37">Defining own widget styles using .gtkrc-2.0</a></li>
</ul>
</li>
-<li><a class="reference" href="#documents" id="id38" name="id38">Documents</a><ul>
-<li><a class="reference" href="#switching-between-documents" id="id39" name="id39">Switching between documents</a></li>
+<li><a class="reference internal" href="#documents" id="id38">Documents</a><ul>
+<li><a class="reference internal" href="#switching-between-documents" id="id39">Switching between documents</a></li>
</ul>
</li>
-<li><a class="reference" href="#character-sets-and-unicode-byte-order-mark-bom" id="id40" name="id40">Character sets and Unicode Byte-Order-Mark (BOM)</a><ul>
-<li><a class="reference" href="#using-character-sets" id="id41" name="id41">Using character sets</a></li>
-<li><a class="reference" href="#in-file-encoding-specification" id="id42" name="id42">In-file encoding specification</a></li>
-<li><a class="reference" href="#special-encoding-none" id="id43" name="id43">Special encoding "None"</a></li>
-<li><a class="reference" href="#unicode-byte-order-mark-bom" id="id44" name="id44">Unicode Byte-Order-Mark (BOM)</a></li>
+<li><a class="reference internal" href="#character-sets-and-unicode-byte-order-mark-bom" id="id40">Character sets and Unicode Byte-Order-Mark (BOM)</a><ul>
+<li><a class="reference internal" href="#using-character-sets" id="id41">Using character sets</a></li>
+<li><a class="reference internal" href="#in-file-encoding-specification" id="id42">In-file encoding specification</a></li>
+<li><a class="reference internal" href="#special-encoding-none" id="id43">Special encoding "None"</a></li>
+<li><a class="reference internal" href="#unicode-byte-order-mark-bom" id="id44">Unicode Byte-Order-Mark (BOM)</a></li>
</ul>
</li>
-<li><a class="reference" href="#editing" id="id45" name="id45">Editing</a><ul>
-<li><a class="reference" href="#folding" id="id46" name="id46">Folding</a></li>
-<li><a class="reference" href="#column-mode-editing-rectangular-selections" id="id47" name="id47">Column mode editing (rectangular selections)</a></li>
-<li><a class="reference" href="#drag-and-drop-of-text" id="id48" name="id48">Drag and drop of text</a></li>
-<li><a class="reference" href="#indentation" id="id49" name="id49">Indentation</a></li>
-<li><a class="reference" href="#auto-indentation" id="id50" name="id50">Auto-indentation</a></li>
-<li><a class="reference" href="#bookmarks" id="id51" name="id51">Bookmarks</a></li>
-<li><a class="reference" href="#code-navigation-history" id="id52" name="id52">Code navigation history</a></li>
-<li><a class="reference" href="#sending-text-through-custom-commands" id="id53" name="id53">Sending text through custom commands</a></li>
-<li><a class="reference" href="#context-actions" id="id54" name="id54">Context actions</a></li>
-<li><a class="reference" href="#autocompletion" id="id55" name="id55">Autocompletion</a><ul>
-<li><a class="reference" href="#word-part-completion" id="id56" name="id56">Word part completion</a></li>
-<li><a class="reference" href="#scope-autocompletion" id="id57" name="id57">Scope autocompletion</a></li>
+<li><a class="reference internal" href="#editing" id="id45">Editing</a><ul>
+<li><a class="reference internal" href="#folding" id="id46">Folding</a></li>
+<li><a class="reference internal" href="#column-mode-editing-rectangular-selections" id="id47">Column mode editing (rectangular selections)</a></li>
+<li><a class="reference internal" href="#drag-and-drop-of-text" id="id48">Drag and drop of text</a></li>
+<li><a class="reference internal" href="#indentation" id="id49">Indentation</a></li>
+<li><a class="reference internal" href="#auto-indentation" id="id50">Auto-indentation</a></li>
+<li><a class="reference internal" href="#bookmarks" id="id51">Bookmarks</a></li>
+<li><a class="reference internal" href="#code-navigation-history" id="id52">Code navigation history</a></li>
+<li><a class="reference internal" href="#sending-text-through-custom-commands" id="id53">Sending text through custom commands</a></li>
+<li><a class="reference internal" href="#context-actions" id="id54">Context actions</a></li>
+<li><a class="reference internal" href="#autocompletion" id="id55">Autocompletion</a><ul>
+<li><a class="reference internal" href="#word-part-completion" id="id56">Word part completion</a></li>
+<li><a class="reference internal" href="#scope-autocompletion" id="id57">Scope autocompletion</a></li>
</ul>
</li>
-<li><a class="reference" href="#user-definable-snippets" id="id58" name="id58">User-definable snippets</a></li>
-<li><a class="reference" href="#inserting-unicode-characters" id="id59" name="id59">Inserting Unicode characters</a></li>
+<li><a class="reference internal" href="#user-definable-snippets" id="id58">User-definable snippets</a></li>
+<li><a class="reference internal" href="#inserting-unicode-characters" id="id59">Inserting Unicode characters</a></li>
</ul>
</li>
-<li><a class="reference" href="#search-replace-and-go-to" id="id60" name="id60">Search, replace and go to</a><ul>
-<li><a class="reference" href="#toolbar-entries" id="id61" name="id61">Toolbar entries</a><ul>
-<li><a class="reference" href="#search-bar" id="id62" name="id62">Search bar</a></li>
+<li><a class="reference internal" href="#search-replace-and-go-to" id="id60">Search, replace and go to</a><ul>
+<li><a class="reference internal" href="#toolbar-entries" id="id61">Toolbar entries</a><ul>
+<li><a class="reference internal" href="#search-bar" id="id62">Search bar</a></li>
</ul>
</li>
-<li><a class="reference" href="#find" id="id63" name="id63">Find</a><ul>
-<li><a class="reference" href="#matching-options" id="id64" name="id64">Matching options</a></li>
-<li><a class="reference" href="#find-all" id="id65" name="id65">Find all</a></li>
-<li><a class="reference" href="#change-font-in-search-dialog-text-fields" id="id66" name="id66">Change font in search dialog text fields</a></li>
+<li><a class="reference internal" href="#find" id="id63">Find</a><ul>
+<li><a class="reference internal" href="#matching-options" id="id64">Matching options</a></li>
+<li><a class="reference internal" href="#find-all" id="id65">Find all</a></li>
+<li><a class="reference internal" href="#change-font-in-search-dialog-text-fields" id="id66">Change font in search dialog text fields</a></li>
</ul>
</li>
-<li><a class="reference" href="#find-usage" id="id67" name="id67">Find usage</a></li>
-<li><a class="reference" href="#find-in-files" id="id68" name="id68">Find in files</a><ul>
-<li><a class="reference" href="#filtering-out-version-control-files" id="id69" name="id69">Filtering out version control files</a></li>
+<li><a class="reference internal" href="#find-usage" id="id67">Find usage</a></li>
+<li><a class="reference internal" href="#find-in-files" id="id68">Find in files</a><ul>
+<li><a class="reference internal" href="#filtering-out-version-control-files" id="id69">Filtering out version control files</a></li>
</ul>
</li>
-<li><a class="reference" href="#replace" id="id70" name="id70">Replace</a><ul>
-<li><a class="reference" href="#replace-all" id="id71" name="id71">Replace all</a></li>
+<li><a class="reference internal" href="#replace" id="id70">Replace</a><ul>
+<li><a class="reference internal" href="#replace-all" id="id71">Replace all</a></li>
</ul>
</li>
-<li><a class="reference" href="#go-to-tag-definition" id="id72" name="id72">Go to tag definition</a></li>
-<li><a class="reference" href="#go-to-tag-declaration" id="id73" name="id73">Go to tag declaration</a></li>
-<li><a class="reference" href="#go-to-line" id="id74" name="id74">Go to line</a></li>
-<li><a class="reference" href="#regular-expressions" id="id75" name="id75">Regular expressions</a></li>
+<li><a class="reference internal" href="#go-to-tag-definition" id="id72">Go to tag definition</a></li>
+<li><a class="reference internal" href="#go-to-tag-declaration" id="id73">Go to tag declaration</a></li>
+<li><a class="reference internal" href="#go-to-line" id="id74">Go to line</a></li>
+<li><a class="reference internal" href="#regular-expressions" id="id75">Regular expressions</a></li>
</ul>
</li>
-<li><a class="reference" href="#tags" id="id76" name="id76">Tags</a><ul>
-<li><a class="reference" href="#workspace-tags" id="id77" name="id77">Workspace tags</a></li>
-<li><a class="reference" href="#global-tags" id="id78" name="id78">Global tags</a><ul>
-<li><a class="reference" href="#default-global-tags-files" id="id79" name="id79">Default global tags files</a></li>
-<li><a class="reference" href="#global-tags-file-format" id="id80" name="id80">Global tags file format</a></li>
-<li><a class="reference" href="#generating-a-global-tags-file" id="id81" name="id81">Generating a global tags file</a></li>
+<li><a class="reference internal" href="#tags" id="id76">Tags</a><ul>
+<li><a class="reference internal" href="#workspace-tags" id="id77">Workspace tags</a></li>
+<li><a class="reference internal" href="#global-tags" id="id78">Global tags</a><ul>
+<li><a class="reference internal" href="#default-global-tags-files" id="id79">Default global tags files</a></li>
+<li><a class="reference internal" href="#global-tags-file-format" id="id80">Global tags file format</a></li>
+<li><a class="reference internal" href="#generating-a-global-tags-file" id="id81">Generating a global tags file</a></li>
</ul>
</li>
-<li><a class="reference" href="#ignore-tags" id="id82" name="id82">Ignore tags</a></li>
+<li><a class="reference internal" href="#ignore-tags" id="id82">Ignore tags</a></li>
</ul>
</li>
-<li><a class="reference" href="#preferences" id="id83" name="id83">Preferences</a><ul>
-<li><a class="reference" href="#general-startup-preferences" id="id84" name="id84">General Startup preferences</a><ul>
-<li><a class="reference" href="#id1" id="id85" name="id85">Startup</a></li>
-<li><a class="reference" href="#shutdown" id="id86" name="id86">Shutdown</a></li>
-<li><a class="reference" href="#paths" id="id87" name="id87">Paths</a></li>
+<li><a class="reference internal" href="#preferences" id="id83">Preferences</a><ul>
+<li><a class="reference internal" href="#general-startup-preferences" id="id84">General Startup preferences</a><ul>
+<li><a class="reference internal" href="#id1" id="id85">Startup</a></li>
+<li><a class="reference internal" href="#shutdown" id="id86">Shutdown</a></li>
+<li><a class="reference internal" href="#paths" id="id87">Paths</a></li>
</ul>
</li>
-<li><a class="reference" href="#general-miscellaneous-preferences" id="id88" name="id88">General Miscellaneous preferences</a><ul>
-<li><a class="reference" href="#miscellaneous" id="id89" name="id89">Miscellaneous</a></li>
-<li><a class="reference" href="#search" id="id90" name="id90">Search</a></li>
-<li><a class="reference" href="#projects" id="id91" name="id91">Projects</a></li>
+<li><a class="reference internal" href="#general-miscellaneous-preferences" id="id88">General Miscellaneous preferences</a><ul>
+<li><a class="reference internal" href="#miscellaneous" id="id89">Miscellaneous</a></li>
+<li><a class="reference internal" href="#search" id="id90">Search</a></li>
+<li><a class="reference internal" href="#projects" id="id91">Projects</a></li>
</ul>
</li>
-<li><a class="reference" href="#interface-preferences" id="id92" name="id92">Interface preferences</a><ul>
-<li><a class="reference" href="#sidebar" id="id93" name="id93">Sidebar</a></li>
-<li><a class="reference" href="#fonts" id="id94" name="id94">Fonts</a></li>
-<li><a class="reference" href="#editor-tabs" id="id95" name="id95">Editor tabs</a></li>
-<li><a class="reference" href="#tab-positions" id="id96" name="id96">Tab positions</a></li>
-<li><a class="reference" href="#id2" id="id97" name="id97">Miscellaneous</a></li>
+<li><a class="reference internal" href="#interface-preferences" id="id92">Interface preferences</a><ul>
+<li><a class="reference internal" href="#sidebar" id="id93">Sidebar</a></li>
+<li><a class="reference internal" href="#fonts" id="id94">Fonts</a></li>
+<li><a class="reference internal" href="#editor-tabs" id="id95">Editor tabs</a></li>
+<li><a class="reference internal" href="#tab-positions" id="id96">Tab positions</a></li>
+<li><a class="reference internal" href="#id2" id="id97">Miscellaneous</a></li>
</ul>
</li>
-<li><a class="reference" href="#toolbar-preferences" id="id98" name="id98">Toolbar preferences</a><ul>
-<li><a class="reference" href="#toolbar" id="id99" name="id99">Toolbar</a></li>
-<li><a class="reference" href="#appearance" id="id100" name="id100">Appearance</a></li>
+<li><a class="reference internal" href="#toolbar-preferences" id="id98">Toolbar preferences</a><ul>
+<li><a class="reference internal" href="#toolbar" id="id99">Toolbar</a></li>
+<li><a class="reference internal" href="#appearance" id="id100">Appearance</a></li>
</ul>
</li>
-<li><a class="reference" href="#editor-features-preferences" id="id101" name="id101">Editor Features preferences</a><ul>
-<li><a class="reference" href="#features" id="id102" name="id102">Features</a></li>
+<li><a class="reference internal" href="#editor-features-preferences" id="id101">Editor Features preferences</a><ul>
+<li><a class="reference internal" href="#features" id="id102">Features</a></li>
</ul>
</li>
-<li><a class="reference" href="#editor-indentation-preferences" id="id103" name="id103">Editor Indentation preferences</a><ul>
-<li><a class="reference" href="#indentation-group" id="id104" name="id104">Indentation group</a></li>
+<li><a class="reference internal" href="#editor-indentation-preferences" id="id103">Editor Indentation preferences</a><ul>
+<li><a class="reference internal" href="#indentation-group" id="id104">Indentation group</a></li>
</ul>
</li>
-<li><a class="reference" href="#editor-completions-preferences" id="id105" name="id105">Editor Completions preferences</a><ul>
-<li><a class="reference" href="#completions" id="id106" name="id106">Completions</a></li>
-<li><a class="reference" href="#auto-close-quotes-and-brackets" id="id107" name="id107">Auto-close quotes and brackets</a></li>
+<li><a class="reference internal" href="#editor-completions-preferences" id="id105">Editor Completions preferences</a><ul>
+<li><a class="reference internal" href="#completions" id="id106">Completions</a></li>
+<li><a class="reference internal" href="#auto-close-quotes-and-brackets" id="id107">Auto-close quotes and brackets</a></li>
</ul>
</li>
-<li><a class="reference" href="#editor-display-preferences" id="id108" name="id108">Editor Display preferences</a><ul>
-<li><a class="reference" href="#display" id="id109" name="id109">Display</a></li>
-<li><a class="reference" href="#long-line-marker" id="id110" name="id110">Long line marker</a></li>
+<li><a class="reference internal" href="#editor-display-preferences" id="id108">Editor Display preferences</a><ul>
+<li><a class="reference internal" href="#display" id="id109">Display</a></li>
+<li><a class="reference internal" href="#long-line-marker" id="id110">Long line marker</a></li>
+<li><a class="reference internal" href="#virtual-spaces" id="id111">Virtual spaces</a></li>
</ul>
</li>
-<li><a class="reference" href="#files-preferences" id="id111" name="id111">Files preferences</a><ul>
-<li><a class="reference" href="#new-files" id="id112" name="id112">New files</a></li>
-<li><a class="reference" href="#saving-files" id="id113" name="id113">Saving files</a></li>
-<li><a class="reference" href="#id3" id="id114" name="id114">Miscellaneous</a></li>
+<li><a class="reference internal" href="#files-preferences" id="id112">Files preferences</a><ul>
+<li><a class="reference internal" href="#new-files" id="id113">New files</a></li>
+<li><a class="reference internal" href="#saving-files" id="id114">Saving files</a></li>
+<li><a class="reference internal" href="#id3" id="id115">Miscellaneous</a></li>
</ul>
</li>
-<li><a class="reference" href="#tools-preferences" id="id115" name="id115">Tools preferences</a><ul>
-<li><a class="reference" href="#tool-paths" id="id116" name="id116">Tool paths</a></li>
-<li><a class="reference" href="#commands" id="id117" name="id117">Commands</a></li>
+<li><a class="reference internal" href="#tools-preferences" id="id116">Tools preferences</a><ul>
+<li><a class="reference internal" href="#tool-paths" id="id117">Tool paths</a></li>
+<li><a class="reference internal" href="#commands" id="id118">Commands</a></li>
</ul>
</li>
-<li><a class="reference" href="#template-preferences" id="id118" name="id118">Template preferences</a><ul>
-<li><a class="reference" href="#template-data" id="id119" name="id119">Template data</a></li>
+<li><a class="reference internal" href="#template-preferences" id="id119">Template preferences</a><ul>
+<li><a class="reference internal" href="#template-data" id="id120">Template data</a></li>
</ul>
</li>
-<li><a class="reference" href="#keybinding-preferences" id="id120" name="id120">Keybinding preferences</a></li>
-<li><a class="reference" href="#printing-preferences" id="id121" name="id121">Printing preferences</a></li>
-<li><a class="reference" href="#terminal-vte-preferences" id="id122" name="id122">Terminal (VTE) preferences</a><ul>
-<li><a class="reference" href="#terminal-widget" id="id123" name="id123">Terminal widget</a></li>
+<li><a class="reference internal" href="#keybinding-preferences" id="id121">Keybinding preferences</a></li>
+<li><a class="reference internal" href="#printing-preferences" id="id122">Printing preferences</a></li>
+<li><a class="reference internal" href="#terminal-vte-preferences" id="id123">Terminal (VTE) preferences</a><ul>
+<li><a class="reference internal" href="#terminal-widget" id="id124">Terminal widget</a></li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference" href="#project-management" id="id124" name="id124">Project Management</a><ul>
-<li><a class="reference" href="#new-project" id="id125" name="id125">New Project</a></li>
-<li><a class="reference" href="#project-properties" id="id126" name="id126">Project Properties</a><ul>
-<li><a class="reference" href="#set-base-path-button" id="id127" name="id127">Set Base Path Button</a></li>
+<li><a class="reference internal" href="#project-management" id="id125">Project Management</a><ul>
+<li><a class="reference internal" href="#new-project" id="id126">New Project</a></li>
+<li><a class="reference internal" href="#project-properties" id="id127">Project Properties</a><ul>
+<li><a class="reference internal" href="#set-base-path-button" id="id128">Set Base Path Button</a></li>
</ul>
</li>
-<li><a class="reference" href="#open-project" id="id128" name="id128">Open Project</a></li>
-<li><a class="reference" href="#close-project" id="id129" name="id129">Close Project</a></li>
+<li><a class="reference internal" href="#open-project" id="id129">Open Project</a></li>
+<li><a class="reference internal" href="#close-project" id="id130">Close Project</a></li>
</ul>
</li>
-<li><a class="reference" href="#build-menu" id="id130" name="id130">Build Menu</a><ul>
-<li><a class="reference" href="#indicators" id="id131" name="id131">Indicators</a></li>
-<li><a class="reference" href="#default-build-menu-items" id="id132" name="id132">Default Build Menu Items</a><ul>
-<li><a class="reference" href="#compile" id="id133" name="id133">Compile</a></li>
-<li><a class="reference" href="#build" id="id134" name="id134">Build</a></li>
-<li><a class="reference" href="#make" id="id135" name="id135">Make</a></li>
-<li><a class="reference" href="#make-custom-target" id="id136" name="id136">Make custom target</a></li>
-<li><a class="reference" href="#make-object" id="id137" name="id137">Make object</a></li>
-<li><a class="reference" href="#next-error" id="id138" name="id138">Next Error</a></li>
-<li><a class="reference" href="#previous-error" id="id139" name="id139">Previous Error</a></li>
-<li><a class="reference" href="#execute" id="id140" name="id140">Execute</a></li>
-<li><a class="reference" href="#stopping-running-processes" id="id141" name="id141">Stopping running processes</a><ul>
-<li><a class="reference" href="#terminal-emulators" id="id142" name="id142">Terminal emulators</a></li>
+<li><a class="reference internal" href="#build-menu" id="id131">Build Menu</a><ul>
+<li><a class="reference internal" href="#indicators" id="id132">Indicators</a></li>
+<li><a class="reference internal" href="#default-build-menu-items" id="id133">Default Build Menu Items</a><ul>
+<li><a class="reference internal" href="#compile" id="id134">Compile</a></li>
+<li><a class="reference internal" href="#build" id="id135">Build</a></li>
+<li><a class="reference internal" href="#make" id="id136">Make</a></li>
+<li><a class="reference internal" href="#make-custom-target" id="id137">Make custom target</a></li>
+<li><a class="reference internal" href="#make-object" id="id138">Make object</a></li>
+<li><a class="reference internal" href="#next-error" id="id139">Next Error</a></li>
+<li><a class="reference internal" href="#previous-error" id="id140">Previous Error</a></li>
+<li><a class="reference internal" href="#execute" id="id141">Execute</a></li>
+<li><a class="reference internal" href="#stopping-running-processes" id="id142">Stopping running processes</a><ul>
+<li><a class="reference internal" href="#terminal-emulators" id="id143">Terminal emulators</a></li>
</ul>
</li>
-<li><a class="reference" href="#set-build-commands" id="id143" name="id143">Set Build Commands</a></li>
+<li><a class="reference internal" href="#set-build-commands" id="id144">Set Build Commands</a></li>
</ul>
</li>
-<li><a class="reference" href="#build-menu-configuration" id="id144" name="id144">Build Menu Configuration</a></li>
-<li><a class="reference" href="#build-menu-commands-dialog" id="id145" name="id145">Build Menu Commands Dialog</a><ul>
-<li><a class="reference" href="#substitutions-in-commands-and-working-directories" id="id146" name="id146">Substitutions in Commands and Working Directories</a></li>
-<li><a class="reference" href="#build-menu-keyboard-shortcuts" id="id147" name="id147">Build Menu Keyboard Shortcuts</a></li>
-<li><a class="reference" href="#configuration-files" id="id148" name="id148">Configuration Files</a></li>
+<li><a class="reference internal" href="#build-menu-configuration" id="id145">Build Menu Configuration</a></li>
+<li><a class="reference internal" href="#build-menu-commands-dialog" id="id146">Build Menu Commands Dialog</a><ul>
+<li><a class="reference internal" href="#substitutions-in-commands-and-working-directories" id="id147">Substitutions in Commands and Working Directories</a></li>
+<li><a class="reference internal" href="#build-menu-keyboard-shortcuts" id="id148">Build Menu Keyboard Shortcuts</a></li>
+<li><a class="reference internal" href="#configuration-files" id="id149">Configuration Files</a></li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference" href="#printing-support" id="id149" name="id149">Printing support</a></li>
-<li><a class="reference" href="#plugins" id="id150" name="id150">Plugins</a></li>
-<li><a class="reference" href="#keybindings" id="id151" name="id151">Keybindings</a><ul>
-<li><a class="reference" href="#switching-documents" id="id152" name="id152">Switching documents</a></li>
-<li><a class="reference" href="#configurable-keybindings" id="id153" name="id153">Configurable keybindings</a><ul>
-<li><a class="reference" href="#file-keybindings" id="id154" name="id154">File keybindings</a></li>
-<li><a class="reference" href="#editor-keybindings" id="id155" name="id155">Editor keybindings</a></li>
-<li><a class="reference" href="#clipboard-keybindings" id="id156" name="id156">Clipboard keybindings</a></li>
-<li><a class="reference" href="#select-keybindings" id="id157" name="id157">Select keybindings</a></li>
-<li><a class="reference" href="#insert-keybindings" id="id158" name="id158">Insert keybindings</a></li>
-<li><a class="reference" href="#format-keybindings" id="id159" name="id159">Format keybindings</a></li>
-<li><a class="reference" href="#settings-keybindings" id="id160" name="id160">Settings keybindings</a></li>
-<li><a class="reference" href="#search-keybindings" id="id161" name="id161">Search keybindings</a></li>
-<li><a class="reference" href="#go-to-keybindings" id="id162" name="id162">Go to keybindings</a></li>
-<li><a class="reference" href="#view-keybindings" id="id163" name="id163">View keybindings</a></li>
-<li><a class="reference" href="#focus-keybindings" id="id164" name="id164">Focus keybindings</a></li>
-<li><a class="reference" href="#notebook-tab-keybindings" id="id165" name="id165">Notebook tab keybindings</a></li>
-<li><a class="reference" href="#document-keybindings" id="id166" name="id166">Document keybindings</a></li>
-<li><a class="reference" href="#build-keybindings" id="id167" name="id167">Build keybindings</a></li>
-<li><a class="reference" href="#tools-keybindings" id="id168" name="id168">Tools keybindings</a></li>
-<li><a class="reference" href="#help-keybindings" id="id169" name="id169">Help keybindings</a></li>
+<li><a class="reference internal" href="#printing-support" id="id150">Printing support</a></li>
+<li><a class="reference internal" href="#plugins" id="id151">Plugins</a></li>
+<li><a class="reference internal" href="#keybindings" id="id152">Keybindings</a><ul>
+<li><a class="reference internal" href="#switching-documents" id="id153">Switching documents</a></li>
+<li><a class="reference internal" href="#configurable-keybindings" id="id154">Configurable keybindings</a><ul>
+<li><a class="reference internal" href="#file-keybindings" id="id155">File keybindings</a></li>
+<li><a class="reference internal" href="#editor-keybindings" id="id156">Editor keybindings</a></li>
+<li><a class="reference internal" href="#clipboard-keybindings" id="id157">Clipboard keybindings</a></li>
+<li><a class="reference internal" href="#select-keybindings" id="id158">Select keybindings</a></li>
+<li><a class="reference internal" href="#insert-keybindings" id="id159">Insert keybindings</a></li>
+<li><a class="reference internal" href="#format-keybindings" id="id160">Format keybindings</a></li>
+<li><a class="reference internal" href="#settings-keybindings" id="id161">Settings keybindings</a></li>
+<li><a class="reference internal" href="#search-keybindings" id="id162">Search keybindings</a></li>
+<li><a class="reference internal" href="#go-to-keybindings" id="id163">Go to keybindings</a></li>
+<li><a class="reference internal" href="#view-keybindings" id="id164">View keybindings</a></li>
+<li><a class="reference internal" href="#focus-keybindings" id="id165">Focus keybindings</a></li>
+<li><a class="reference internal" href="#notebook-tab-keybindings" id="id166">Notebook tab keybindings</a></li>
+<li><a class="reference internal" href="#document-keybindings" id="id167">Document keybindings</a></li>
+<li><a class="reference internal" href="#build-keybindings" id="id168">Build keybindings</a></li>
+<li><a class="reference internal" href="#tools-keybindings" id="id169">Tools keybindings</a></li>
+<li><a class="reference internal" href="#help-keybindings" id="id170">Help keybindings</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference" href="#id4" id="id170" name="id170">Configuration files</a><ul>
-<li><a class="reference" href="#tools-menu-items" id="id171" name="id171">Tools menu items</a></li>
-<li><a class="reference" href="#global-configuration-file" id="id172" name="id172">Global configuration file</a></li>
-<li><a class="reference" href="#filetype-definition-files" id="id173" name="id173">Filetype definition files</a><ul>
-<li><a class="reference" href="#custom-filetypes" id="id174" name="id174">Custom filetypes</a></li>
-<li><a class="reference" href="#system-files" id="id175" name="id175">System files</a></li>
-<li><a class="reference" href="#user-files" id="id176" name="id176">User files</a></li>
-<li><a class="reference" href="#format" id="id177" name="id177">Format</a><ul>
-<li><a class="reference" href="#styling-section" id="id178" name="id178">[styling] Section</a><ul>
-<li><a class="reference" href="#using-a-named-style" id="id179" name="id179">Using a named style</a></li>
+<li><a class="reference internal" href="#id4" id="id171">Configuration files</a><ul>
+<li><a class="reference internal" href="#tools-menu-items" id="id172">Tools menu items</a></li>
+<li><a class="reference internal" href="#global-configuration-file" id="id173">Global configuration file</a></li>
+<li><a class="reference internal" href="#filetype-definition-files" id="id174">Filetype definition files</a><ul>
+<li><a class="reference internal" href="#custom-filetypes" id="id175">Custom filetypes</a></li>
+<li><a class="reference internal" href="#system-files" id="id176">System files</a></li>
+<li><a class="reference internal" href="#user-files" id="id177">User files</a></li>
+<li><a class="reference internal" href="#format" id="id178">Format</a><ul>
+<li><a class="reference internal" href="#styling-section" id="id179">[styling] Section</a><ul>
+<li><a class="reference internal" href="#using-a-named-style" id="id180">Using a named style</a></li>
</ul>
</li>
-<li><a class="reference" href="#keywords-section" id="id180" name="id180">[keywords] Section</a></li>
-<li><a class="reference" href="#lexer-properties-section" id="id181" name="id181">[lexer_properties] Section</a></li>
-<li><a class="reference" href="#settings-section" id="id182" name="id182">[settings] Section</a></li>
-<li><a class="reference" href="#build-settings-section" id="id183" name="id183">[build_settings] Section</a></li>
+<li><a class="reference internal" href="#keywords-section" id="id181">[keywords] Section</a></li>
+<li><a class="reference internal" href="#lexer-properties-section" id="id182">[lexer_properties] Section</a></li>
+<li><a class="reference internal" href="#settings-section" id="id183">[settings] Section</a></li>
+<li><a class="reference internal" href="#build-settings-section" id="id184">[build_settings] Section</a></li>
</ul>
</li>
-<li><a class="reference" href="#special-file-filetypes-common" id="id184" name="id184">Special file filetypes.common</a><ul>
-<li><a class="reference" href="#named-styles-section" id="id185" name="id185">[named_styles] Section</a></li>
-<li><a class="reference" href="#id5" id="id186" name="id186">[styling] Section</a></li>
-<li><a class="reference" href="#id6" id="id187" name="id187">[settings] Section</a></li>
+<li><a class="reference internal" href="#special-file-filetypes-common" id="id185">Special file filetypes.common</a><ul>
+<li><a class="reference internal" href="#named-styles-section" id="id186">[named_styles] Section</a></li>
+<li><a class="reference internal" href="#id5" id="id187">[styling] Section</a></li>
+<li><a class="reference internal" href="#id6" id="id188">[settings] Section</a></li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference" href="#filetype-extensions" id="id188" name="id188">Filetype extensions</a></li>
-<li><a class="reference" href="#preferences-file-format" id="id189" name="id189">Preferences File Format</a><ul>
-<li><a class="reference" href="#hidden-preferences" id="id190" name="id190">Hidden preferences</a></li>
-<li><a class="reference" href="#build-menu-section" id="id191" name="id191">[build-menu] Section</a></li>
+<li><a class="reference internal" href="#filetype-extensions" id="id189">Filetype extensions</a></li>
+<li><a class="reference internal" href="#preferences-file-format" id="id190">Preferences File Format</a><ul>
+<li><a class="reference internal" href="#hidden-preferences" id="id191">Hidden preferences</a></li>
+<li><a class="reference internal" href="#build-menu-section" id="id192">[build-menu] Section</a></li>
</ul>
</li>
-<li><a class="reference" href="#project-file-format" id="id192" name="id192">Project File Format</a><ul>
-<li><a class="reference" href="#build-menu-additions" id="id193" name="id193">[build-menu] Additions</a></li>
+<li><a class="reference internal" href="#project-file-format" id="id193">Project File Format</a><ul>
+<li><a class="reference internal" href="#build-menu-additions" id="id194">[build-menu] Additions</a></li>
</ul>
</li>
-<li><a class="reference" href="#templates" id="id194" name="id194">Templates</a><ul>
-<li><a class="reference" href="#template-meta-data" id="id195" name="id195">Template meta data</a></li>
-<li><a class="reference" href="#file-templates" id="id196" name="id196">File templates</a><ul>
-<li><a class="reference" href="#custom-file-templates" id="id197" name="id197">Custom file templates</a></li>
-<li><a class="reference" href="#filetype-templates" id="id198" name="id198">Filetype templates</a></li>
+<li><a class="reference internal" href="#templates" id="id195">Templates</a><ul>
+<li><a class="reference internal" href="#template-meta-data" id="id196">Template meta data</a></li>
+<li><a class="reference internal" href="#file-templates" id="id197">File templates</a><ul>
+<li><a class="reference internal" href="#custom-file-templates" id="id198">Custom file templates</a></li>
+<li><a class="reference internal" href="#filetype-templates" id="id199">Filetype templates</a></li>
</ul>
</li>
-<li><a class="reference" href="#customizing-templates" id="id199" name="id199">Customizing templates</a><ul>
-<li><a class="reference" href="#template-wildcards" id="id200" name="id200">Template wildcards</a><ul>
-<li><a class="reference" href="#special-command-wilcard" id="id201" name="id201">Special {command:} wilcard</a></li>
+<li><a class="reference internal" href="#customizing-templates" id="id200">Customizing templates</a><ul>
+<li><a class="reference internal" href="#template-wildcards" id="id201">Template wildcards</a><ul>
+<li><a class="reference internal" href="#special-command-wilcard" id="id202">Special {command:} wilcard</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference" href="#customizing-the-toolbar" id="id202" name="id202">Customizing the toolbar</a><ul>
-<li><a class="reference" href="#manually-editing-of-the-toolbar-layout" id="id203" name="id203">Manually editing of the toolbar layout</a></li>
-<li><a class="reference" href="#available-toolbar-elements" id="id204" name="id204">Available toolbar elements</a></li>
+<li><a class="reference internal" href="#customizing-the-toolbar" id="id203">Customizing the toolbar</a><ul>
+<li><a class="reference internal" href="#manually-editing-of-the-toolbar-layout" id="id204">Manually editing of the toolbar layout</a></li>
+<li><a class="reference internal" href="#available-toolbar-elements" id="id205">Available toolbar elements</a></li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference" href="#plugin-documentation" id="id205" name="id205">Plugin documentation</a><ul>
-<li><a class="reference" href="#save-actions" id="id206" name="id206">Save Actions</a><ul>
-<li><a class="reference" href="#instant-save" id="id207" name="id207">Instant Save</a></li>
-<li><a class="reference" href="#backup-copy" id="id208" name="id208">Backup Copy</a></li>
+<li><a class="reference internal" href="#plugin-documentation" id="id206">Plugin documentation</a><ul>
+<li><a class="reference internal" href="#save-actions" id="id207">Save Actions</a><ul>
+<li><a class="reference internal" href="#instant-save" id="id208">Instant Save</a></li>
+<li><a class="reference internal" href="#backup-copy" id="id209">Backup Copy</a></li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference" href="#contributing-to-this-document" id="id209" name="id209">Contributing to this document</a></li>
-<li><a class="reference" href="#scintilla-keyboard-commands" id="id210" name="id210">Scintilla keyboard commands</a><ul>
-<li><a class="reference" href="#keyboard-commands" id="id211" name="id211">Keyboard commands</a></li>
+<li><a class="reference internal" href="#contributing-to-this-document" id="id210">Contributing to this document</a></li>
+<li><a class="reference internal" href="#scintilla-keyboard-commands" id="id211">Scintilla keyboard commands</a><ul>
+<li><a class="reference internal" href="#keyboard-commands" id="id212">Keyboard commands</a></li>
</ul>
</li>
-<li><a class="reference" href="#tips-and-tricks" id="id212" name="id212">Tips and tricks</a><ul>
-<li><a class="reference" href="#document-notebook" id="id213" name="id213">Document notebook</a></li>
-<li><a class="reference" href="#editor" id="id214" name="id214">Editor</a></li>
-<li><a class="reference" href="#interface" id="id215" name="id215">Interface</a></li>
-<li><a class="reference" href="#gtk-related" id="id216" name="id216">GTK-related</a></li>
+<li><a class="reference internal" href="#tips-and-tricks" id="id213">Tips and tricks</a><ul>
+<li><a class="reference internal" href="#document-notebook" id="id214">Document notebook</a></li>
+<li><a class="reference internal" href="#editor" id="id215">Editor</a></li>
+<li><a class="reference internal" href="#interface" id="id216">Interface</a></li>
+<li><a class="reference internal" href="#gtk-related" id="id217">GTK-related</a></li>
</ul>
</li>
-<li><a class="reference" href="#compile-time-options" id="id217" name="id217">Compile-time options</a><ul>
-<li><a class="reference" href="#src-geany-h" id="id218" name="id218">src/geany.h</a></li>
-<li><a class="reference" href="#project-h" id="id219" name="id219">project.h</a></li>
-<li><a class="reference" href="#editor-h" id="id220" name="id220">editor.h</a></li>
-<li><a class="reference" href="#keyfile-c" id="id221" name="id221">keyfile.c</a></li>
-<li><a class="reference" href="#build-h" id="id222" name="id222">build.h</a></li>
-<li><a class="reference" href="#build-c" id="id223" name="id223">build.c</a></li>
+<li><a class="reference internal" href="#compile-time-options" id="id218">Compile-time options</a><ul>
+<li><a class="reference internal" href="#src-geany-h" id="id219">src/geany.h</a></li>
+<li><a class="reference internal" href="#project-h" id="id220">project.h</a></li>
+<li><a class="reference internal" href="#editor-h" id="id221">editor.h</a></li>
+<li><a class="reference internal" href="#keyfile-c" id="id222">keyfile.c</a></li>
+<li><a class="reference internal" href="#build-h" id="id223">build.h</a></li>
+<li><a class="reference internal" href="#build-c" id="id224">build.c</a></li>
</ul>
</li>
-<li><a class="reference" href="#gnu-general-public-license" id="id224" name="id224">GNU General Public License</a></li>
-<li><a class="reference" href="#license-for-scintilla-and-scite" id="id225" name="id225">License for Scintilla and SciTE</a></li>
+<li><a class="reference internal" href="#gnu-general-public-license" id="id225">GNU General Public License</a></li>
+<li><a class="reference internal" href="#license-for-scintilla-and-scite" id="id226">License for Scintilla and SciTE</a></li>
</ul>
</div>
-<div class="section">
-<h1><a class="toc-backref" href="#id12" id="introduction" name="introduction">Introduction</a></h1>
-<div class="section">
-<h2><a class="toc-backref" href="#id13" id="about-geany" name="about-geany">About Geany</a></h2>
+<div class="section" id="introduction">
+<h1><a class="toc-backref" href="#id12">Introduction</a></h1>
+<div class="section" id="about-geany">
+<h2><a class="toc-backref" href="#id13">About Geany</a></h2>
<p>Geany is a small and lightweight Integrated Development Environment. It
was developed to provide a small and fast IDE, which has only a few
dependencies on other packages. Another goal was to be as independent
@@ -507,56 +508,56 @@
<li>Plugin interface</li>
</ul>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id14" id="where-to-get-it" name="where-to-get-it">Where to get it</a></h2>
-<p>You can obtain Geany from <a class="reference" href="http://www.geany.org/">http://www.geany.org/</a> or perhaps also from
+<div class="section" id="where-to-get-it">
+<h2><a class="toc-backref" href="#id14">Where to get it</a></h2>
+<p>You can obtain Geany from <a class="reference external" href="http://www.geany.org/">http://www.geany.org/</a> or perhaps also from
your distribution. For a list of available packages, please see
-<a class="reference" href="http://www.geany.org/Download/ThirdPartyPackages">http://www.geany.org/Download/ThirdPartyPackages</a>.</p>
+<a class="reference external" href="http://www.geany.org/Download/ThirdPartyPackages">http://www.geany.org/Download/ThirdPartyPackages</a>.</p>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id15" id="license" name="license">License</a></h2>
+<div class="section" id="license">
+<h2><a class="toc-backref" href="#id15">License</a></h2>
<p>Geany is distributed 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. A copy of this
license can be found in the file COPYING included with the source
-code of this program and in the chapter, <a class="reference" href="#gnu-general-public-license">GNU General Public License</a>.</p>
+code of this program and in the chapter, <a class="reference internal" href="#gnu-general-public-license">GNU General Public License</a>.</p>
<p>The included Scintilla library (found in the subdirectory
-<tt class="docutils literal"><span class="pre">scintilla/</span></tt>) has its own license, which can be found in the chapter,
-<a class="reference" href="#license-for-scintilla-and-scite">License for Scintilla and SciTE</a>.</p>
+<tt class="docutils literal">scintilla/</tt>) has its own license, which can be found in the chapter,
+<a class="reference internal" href="#license-for-scintilla-and-scite">License for Scintilla and SciTE</a>.</p>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id16" id="about-this-document" name="about-this-document">About this document</a></h2>
+<div class="section" id="about-this-document">
+<h2><a class="toc-backref" href="#id16">About this document</a></h2>
<p>This documentation is available in HTML and text formats.
-The latest version can always be found at <a class="reference" href="http://www.geany.org/">http://www.geany.org/</a>.</p>
-<p>If you want to contribute to it, see <a class="reference" href="#contributing-to-this-document">Contributing to this document</a>.</p>
+The latest version can always be found at <a class="reference external" href="http://www.geany.org/">http://www.geany.org/</a>.</p>
+<p>If you want to contribute to it, see <a class="reference internal" href="#contributing-to-this-document">Contributing to this document</a>.</p>
</div>
</div>
-<div class="section">
-<h1><a class="toc-backref" href="#id17" id="installation" name="installation">Installation</a></h1>
-<div class="section">
-<h2><a class="toc-backref" href="#id18" id="requirements" name="requirements">Requirements</a></h2>
+<div class="section" id="installation">
+<h1><a class="toc-backref" href="#id17">Installation</a></h1>
+<div class="section" id="requirements">
+<h2><a class="toc-backref" href="#id18">Requirements</a></h2>
<p>You will need the GTK (>= 2.8.0) libraries and their dependencies
(Pango, GLib and ATK). Your distro should provide packages for these,
usually installed by default. For Windows, you can download an installer
from the website which bundles these libraries.</p>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id19" id="binary-packages" name="binary-packages">Binary packages</a></h2>
+<div class="section" id="binary-packages">
+<h2><a class="toc-backref" href="#id19">Binary packages</a></h2>
<p>There are many binary packages available. For an up-to-date but maybe
-incomplete list see <a class="reference" href="http://www.geany.org/Download/ThirdPartyPackages">http://www.geany.org/Download/ThirdPartyPackages</a>.</p>
+incomplete list see <a class="reference external" href="http://www.geany.org/Download/ThirdPartyPackages">http://www.geany.org/Download/ThirdPartyPackages</a>.</p>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id20" id="source-compilation" name="source-compilation">Source compilation</a></h2>
+<div class="section" id="source-compilation">
+<h2><a class="toc-backref" href="#id20">Source compilation</a></h2>
<p>Compiling Geany is quite easy.
To do so, you need the GTK (>= 2.8.0) libraries and header files.
You also need the Pango, GLib and ATK libraries and header files.
-All these files are available at <a class="reference" href="http://www.gtk.org">http://www.gtk.org</a>, but very often
+All these files are available at <a class="reference external" href="http://www.gtk.org">http://www.gtk.org</a>, but very often
your distro will provide development packages to save the trouble of
building these yourself.</p>
<p>Furthermore you need, of course, a C and C++ compiler. The GNU versions
of these tools are recommended.</p>
-<div class="section">
-<h3><a class="toc-backref" href="#id21" id="autotools-based-build-system" name="autotools-based-build-system">Autotools based build system</a></h3>
+<div class="section" id="autotools-based-build-system">
+<h3><a class="toc-backref" href="#id21">Autotools based build system</a></h3>
<p>The Autotools based build system is very mature and has been well tested.
To use it, you just need the Make tool, preferably GNU Make.</p>
<p>Then run the following commands:</p>
@@ -569,8 +570,8 @@
% make install
</pre>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id22" id="waf-based-build-system" name="waf-based-build-system">Waf based build system</a></h3>
+<div class="section" id="waf-based-build-system">
+<h3><a class="toc-backref" href="#id22">Waf based build system</a></h3>
<p>The Waf build system is still quite young and under heavy development but already in a
usable state. In contrast to the Autotools system, Waf needs Python. So before using Waf, you need
to install Python on your system.
@@ -578,7 +579,7 @@
build process might be a bit faster. Especially when you use the Waf
cache feature for repetitive builds (e.g. when changing only a few source files
to test something) will become much faster since Waf will cache and re-use the
-unchanged built files and only compile the changed code again. See <a class="reference" href="#waf-cache">Waf Cache</a> for details.
+unchanged built files and only compile the changed code again. See <a class="reference internal" href="#waf-cache">Waf Cache</a> for details.
To build Geany with Waf as run:</p>
<pre class="literal-block">
$ ./waf configure
@@ -588,13 +589,13 @@
<pre class="literal-block">
% ./waf install
</pre>
-<div class="section">
-<h4><a class="toc-backref" href="#id23" id="waf-cache" name="waf-cache">Waf Cache</a></h4>
+<div class="section" id="waf-cache">
+<h4><a class="toc-backref" href="#id23">Waf Cache</a></h4>
<p>The Waf build system has a nice and interesting feature which can help to avoid
a lot of unnecessary rebuilding of unchanged code. This often happens when developing new features
or trying to debug something in Geany.
Waf is able to store and retrieve the object files from a cache. This cache is declared
-using the environment variable <tt class="docutils literal"><span class="pre">WAFCACHE</span></tt>.
+using the environment variable <tt class="docutils literal">WAFCACHE</tt>.
A possible location of the cache directory could be <tt class="docutils literal"><span class="pre">~/.cache/waf</span></tt>. In order to make use of
this, you first need to create this directory:</p>
<pre class="literal-block">
@@ -605,11 +606,11 @@
<pre class="literal-block">
export WAFCACHE=/home/username/.cache/waf
</pre>
-<p>Remember to replace <tt class="docutils literal"><span class="pre">username</span></tt> with your actual username.</p>
+<p>Remember to replace <tt class="docutils literal">username</tt> with your actual username.</p>
<p>More information about the Waf cache feature are available at
-<a class="reference" href="http://code.google.com/p/waf/wiki/CacheObjectFiles">http://code.google.com/p/waf/wiki/CacheObjectFiles</a>.</p>
-<div class="section">
-<h5><a class="toc-backref" href="#id24" id="cleaning-the-cache" name="cleaning-the-cache">Cleaning the Cache</a></h5>
+<a class="reference external" href="http://code.google.com/p/waf/wiki/CacheObjectFiles">http://code.google.com/p/waf/wiki/CacheObjectFiles</a>.</p>
+<div class="section" id="cleaning-the-cache">
+<h5><a class="toc-backref" href="#id24">Cleaning the Cache</a></h5>
<p>You should be careful about the size of the cache directory as it may
grow rapidly over time.
Waf doesn't do any cleaning or other house-keeping of the cache yet, so you need to keep it
@@ -620,12 +621,12 @@
$ find /home/username/.cache/waf -mtime +14 -exec rm {} \;
</pre>
<p>This will delete all files in the cache directory which are older than 14 days.</p>
-<p>For details about the <tt class="docutils literal"><span class="pre">find</span></tt> command and its options, check its manual page.</p>
+<p>For details about the <tt class="docutils literal">find</tt> command and its options, check its manual page.</p>
</div>
</div>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id25" id="custom-installation" name="custom-installation">Custom installation</a></h3>
+<div class="section" id="custom-installation">
+<h3><a class="toc-backref" href="#id25">Custom installation</a></h3>
<p>The configure script supports several common options, for a detailed
list, type:</p>
<pre class="literal-block">
@@ -639,40 +640,40 @@
<p>You may also want to read the INSTALL file for advanced installation
options.</p>
<ul class="simple">
-<li>See also <a class="reference" href="#compile-time-options">Compile-time options</a>.</li>
+<li>See also <a class="reference internal" href="#compile-time-options">Compile-time options</a>.</li>
</ul>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id26" id="dynamic-linking-loader-support-and-vte" name="dynamic-linking-loader-support-and-vte">Dynamic linking loader support and VTE</a></h3>
+<div class="section" id="dynamic-linking-loader-support-and-vte">
+<h3><a class="toc-backref" href="#id26">Dynamic linking loader support and VTE</a></h3>
<p>In the case that your system lacks dynamic linking loader support, you
-probably want to pass the option <tt class="docutils literal"><span class="pre">--disable-vte</span></tt> to the <tt class="docutils literal"><span class="pre">configure</span></tt>
+probably want to pass the option <tt class="docutils literal"><span class="pre">--disable-vte</span></tt> to the <tt class="docutils literal">configure</tt>
script. This prevents compiling Geany with dynamic linking loader
-support for automatically loading <tt class="docutils literal"><span class="pre">libvte.so.4</span></tt> if available.</p>
+support for automatically loading <tt class="docutils literal">libvte.so.4</tt> if available.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id27" id="build-problems" name="build-problems">Build problems</a></h3>
+<div class="section" id="build-problems">
+<h3><a class="toc-backref" href="#id27">Build problems</a></h3>
<p>If there are any errors during compilation, check your build
environment and try to find the error, otherwise contact the mailing
list or one the authors. Sometimes you might need to ask for specific
help from your distribution.</p>
</div>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id28" id="installation-prefix" name="installation-prefix">Installation prefix</a></h2>
+<div class="section" id="installation-prefix">
+<h2><a class="toc-backref" href="#id28">Installation prefix</a></h2>
<p>If you want to edit any of Geany's system configuration files after
installation you will need to know the installation prefix. Usually this
is not necessary as you can just use per user configuration files and
you will not need root permissions.</p>
-<p>Use the <tt class="docutils literal"><span class="pre">--print-prefix</span></tt> option to Geany to check - see <a class="reference" href="#command-line-options">Command line
+<p>Use the <tt class="docutils literal"><span class="pre">--print-prefix</span></tt> option to Geany to check - see <a class="reference internal" href="#command-line-options">Command line
options</a>. The first path is the prefix.</p>
-<p>This is commonly <tt class="docutils literal"><span class="pre">/usr</span></tt> if you installed from a binary package, or
-<tt class="docutils literal"><span class="pre">/usr/local</span></tt> if you build from source.</p>
+<p>This is commonly <tt class="docutils literal">/usr</tt> if you installed from a binary package, or
+<tt class="docutils literal">/usr/local</tt> if you build from source.</p>
</div>
</div>
-<div class="section">
-<h1><a class="toc-backref" href="#id29" id="usage" name="usage">Usage</a></h1>
-<div class="section">
-<h2><a class="toc-backref" href="#id30" id="getting-started" name="getting-started">Getting started</a></h2>
+<div class="section" id="usage">
+<h1><a class="toc-backref" href="#id29">Usage</a></h1>
+<div class="section" id="getting-started">
+<h2><a class="toc-backref" href="#id30">Getting started</a></h2>
<p>You can start Geany in the following ways:</p>
<ul>
<li><p class="first">From the Desktop Environment menu:</p>
@@ -688,8 +689,8 @@
</li>
</ul>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id31" id="the-geany-workspace" name="the-geany-workspace">The Geany workspace</a></h2>
+<div class="section" id="the-geany-workspace">
+<h2><a class="toc-backref" href="#id31">The Geany workspace</a></h2>
<p>The Geany window is shown in the following figure:</p>
<img alt="./images/main_window.png" src="./images/main_window.png" />
<p>The workspace has the following parts:</p>
@@ -717,8 +718,8 @@
<p>The sizes of the sidebar and message window can be adjusted by
dragging the dividers.</p>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id32" id="command-line-options" name="command-line-options">Command line options</a></h2>
+<div class="section" id="command-line-options">
+<h2><a class="toc-backref" href="#id32">Command line options</a></h2>
<table border="1" class="docutils">
<colgroup>
<col width="9%" />
@@ -747,7 +748,7 @@
<td>--config=directory_name</td>
<td>Use an alternate configuration directory. The default
configuration directory is <tt class="docutils literal"><span class="pre">~/.config/geany/</span></tt> and that
-is where <tt class="docutils literal"><span class="pre">geany.conf</span></tt> and other configuration files
+is where <tt class="docutils literal">geany.conf</tt> and other configuration files
reside.</td>
</tr>
<tr><td><em>none</em></td>
@@ -758,7 +759,7 @@
<tr><td>-g</td>
<td>--generate-tags</td>
<td>Generate a global tags file (see
-<a class="reference" href="#generating-a-global-tags-file">Generating a global tags file</a>).</td>
+<a class="reference internal" href="#generating-a-global-tags-file">Generating a global tags file</a>).</td>
</tr>
<tr><td>-P</td>
<td>--no-preprocessing</td>
@@ -803,7 +804,7 @@
<td>--no-terminal</td>
<td>Do not load terminal support. Use this option if you do
not want to load the virtual terminal emulator widget
-at startup. If you do not have <tt class="docutils literal"><span class="pre">libvte.so.4</span></tt> installed,
+at startup. If you do not have <tt class="docutils literal">libvte.so.4</tt> installed,
then terminal-support is automatically disabled. Only
available if Geany was compiled with support for VTE.</td>
</tr>
@@ -821,7 +822,7 @@
<td>--vte-lib</td>
<td>Specify explicitly the path including filename or only
the filename to the VTE library, e.g.
-<tt class="docutils literal"><span class="pre">/usr/lib/libvte.so</span></tt> or <tt class="docutils literal"><span class="pre">libvte.so</span></tt>. This option is
+<tt class="docutils literal">/usr/lib/libvte.so</tt> or <tt class="docutils literal">libvte.so</tt>. This option is
only needed when the auto-detection does not work. Only
available if Geany was compiled with support for VTE.</td>
</tr>
@@ -860,13 +861,13 @@
<p>Geany supports all generic GTK options, a list is available on the
help screen.</p>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id33" id="general" name="general">General</a></h2>
-<div class="section">
-<h3><a class="toc-backref" href="#id34" id="startup" name="startup">Startup</a></h3>
+<div class="section" id="general">
+<h2><a class="toc-backref" href="#id33">General</a></h2>
+<div class="section" id="startup">
+<h3><a class="toc-backref" href="#id34">Startup</a></h3>
<p>At startup, Geany loads all files from the last time Geany was
launched. You can disable this feature in the preferences dialog
-(see <a class="reference" href="#general-startup-preferences">General Startup preferences</a>). If you specify some
+(see <a class="reference internal" href="#general-startup-preferences">General Startup preferences</a>). If you specify some
files on the command line, only these files will be opened, but you
can find the files from the last session in the file menu under the
"Recent files" item. By default this contains the last 10 recently
@@ -877,8 +878,8 @@
do not specify any filenames on the command-line, or disable opening
files in a running instance using the appropriate command line option.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id35" id="opening-files-from-the-command-line-in-a-running-instance" name="opening-files-from-the-command-line-in-a-running-instance">Opening files from the command-line in a running instance</a></h3>
+<div class="section" id="opening-files-from-the-command-line-in-a-running-instance">
+<h3><a class="toc-backref" href="#id35">Opening files from the command-line in a running instance</a></h3>
<p>Geany detects if there is an an instance of itself already running and opens files
from the command-line in that instance. So, Geany can
be used to view and edit files by opening them from other programs
@@ -887,22 +888,22 @@
<pre class="literal-block">
geany some_file.foo:55:4
</pre>
-<p>This would open the file <tt class="docutils literal"><span class="pre">some_file.foo</span></tt> with the cursor on line 55,
+<p>This would open the file <tt class="docutils literal">some_file.foo</tt> with the cursor on line 55,
column 4.</p>
<p>If you do not like this for some reason, you can disable using the first
instance by using the appropriate command line option -- see the section
-called <a class="reference" href="#command-line-options">Command line options</a>.</p>
+called <a class="reference internal" href="#command-line-options">Command line options</a>.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id36" id="virtual-terminal-emulator-widget-vte" name="virtual-terminal-emulator-widget-vte">Virtual terminal emulator widget (VTE)</a></h3>
-<p>If you have installed <tt class="docutils literal"><span class="pre">libvte.so</span></tt> on your system, it is loaded
+<div class="section" id="virtual-terminal-emulator-widget-vte">
+<h3><a class="toc-backref" href="#id36">Virtual terminal emulator widget (VTE)</a></h3>
+<p>If you have installed <tt class="docutils literal">libvte.so</tt> on your system, it is loaded
automatically by Geany, and you will have a terminal widget in the
notebook at the bottom.</p>
-<p>If Geany cannot find any <tt class="docutils literal"><span class="pre">libvte.so</span></tt> at startup, the terminal widget
+<p>If Geany cannot find any <tt class="docutils literal">libvte.so</tt> at startup, the terminal widget
will not be loaded. So there is no need to install the package containing
this file in order to run Geany. Additionally, you can disable the use
of the terminal widget by command line option, for more information
-see the section called <a class="reference" href="#command-line-options">Command line options</a>.</p>
+see the section called <a class="reference internal" href="#command-line-options">Command line options</a>.</p>
<p>You can use this terminal (from now on called VTE) much as you would
a terminal program like xterm. There is basic clipboard support. You
can paste the contents of the clipboard by pressing the right mouse
@@ -919,26 +920,26 @@
you can use the argument <tt class="docutils literal"><span class="pre">--login</span></tt>.</p>
<div class="note">
<p class="first admonition-title">Note</p>
-<p class="last">Geany tries to load <tt class="docutils literal"><span class="pre">libvte.so</span></tt>. If this fails, it tries to load
+<p class="last">Geany tries to load <tt class="docutils literal">libvte.so</tt>. If this fails, it tries to load
some other filenames. If this fails too, you should check whether you
installed libvte correctly. Again note, Geany will run without this
library.</p>
</div>
<p>It could be, that the library is called something else than
-<tt class="docutils literal"><span class="pre">libvte.so</span></tt> (e.g. on FreeBSD 6.0 it is called <tt class="docutils literal"><span class="pre">libvte.so.8</span></tt>). If so
+<tt class="docutils literal">libvte.so</tt> (e.g. on FreeBSD 6.0 it is called <tt class="docutils literal">libvte.so.8</tt>). If so
please set a link to the correct file (as root):</p>
<pre class="literal-block">
# ln -s /usr/lib/libvte.so.X /usr/lib/libvte.so
</pre>
<p>Obviously, you have to adjust the paths and set X to the number of your
-<tt class="docutils literal"><span class="pre">libvte.so</span></tt>.</p>
+<tt class="docutils literal">libvte.so</tt>.</p>
<p>You can also specify the filename of the VTE library to use on the command
-line (see the section called <a class="reference" href="#command-line-options">Command line options</a>) or at compile time
+line (see the section called <a class="reference internal" href="#command-line-options">Command line options</a>) or at compile time
by specifying the command line option <tt class="docutils literal"><span class="pre">--with-vte-module-path</span></tt> to
./configure.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id37" id="defining-own-widget-styles-using-gtkrc-2-0" name="defining-own-widget-styles-using-gtkrc-2-0">Defining own widget styles using .gtkrc-2.0</a></h3>
+<div class="section" id="defining-own-widget-styles-using-gtkrc-2-0">
+<h3><a class="toc-backref" href="#id37">Defining own widget styles using .gtkrc-2.0</a></h3>
<p>You can define your widget style for many of Geany's GUI parts. To
do this, just edit your <tt class="docutils literal"><span class="pre">.gtkrc-2.0</span></tt> (usually found in your home
directory on UNIX-like systems and in the etc subdirectory of your
@@ -978,10 +979,10 @@
</pre>
</div>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id38" id="documents" name="documents">Documents</a></h2>
-<div class="section">
-<h3><a class="toc-backref" href="#id39" id="switching-between-documents" name="switching-between-documents">Switching between documents</a></h3>
+<div class="section" id="documents">
+<h2><a class="toc-backref" href="#id38">Documents</a></h2>
+<div class="section" id="switching-between-documents">
+<h3><a class="toc-backref" href="#id39">Switching between documents</a></h3>
<p>The documents list and the editor tabs are two different ways
to switch between documents using the mouse. When you hit the key
combination to move between tabs, the order is determined by the tab
@@ -989,14 +990,14 @@
(regardless of whether or not editor tabs are visible).</p>
<p>The tabs can be positioned at the top, bottom, left, or right of the
main editing window, by a selection in the interface preferences.</p>
-<p>See the <a class="reference" href="#notebook-tab-keybindings">Notebook tab keybindings</a> section for useful
+<p>See the <a class="reference internal" href="#notebook-tab-keybindings">Notebook tab keybindings</a> section for useful
shortcuts including for Most-Recently-Used document switching.</p>
</div>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id40" id="character-sets-and-unicode-byte-order-mark-bom" name="character-sets-and-unicode-byte-order-mark-bom">Character sets and Unicode Byte-Order-Mark (BOM)</a></h2>
-<div class="section">
-<h3><a class="toc-backref" href="#id41" id="using-character-sets" name="using-character-sets">Using character sets</a></h3>
+<div class="section" id="character-sets-and-unicode-byte-order-mark-bom">
+<h2><a class="toc-backref" href="#id40">Character sets and Unicode Byte-Order-Mark (BOM)</a></h2>
+<div class="section" id="using-character-sets">
+<h3><a class="toc-backref" href="#id41">Using character sets</a></h3>
<p>Geany provides support for detecting and converting character sets. So
you can open and save files in different character sets, and even
convert a file from one character set to another. To do this,
@@ -1042,8 +1043,8 @@
</li>
</ul>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id42" id="in-file-encoding-specification" name="in-file-encoding-specification">In-file encoding specification</a></h3>
+<div class="section" id="in-file-encoding-specification">
+<h3><a class="toc-backref" href="#id42">In-file encoding specification</a></h3>
<p>Geany detects meta tags of HTML files which contain charset information
like:</p>
<pre class="literal-block">
@@ -1070,7 +1071,7 @@
correctly the next time.</p>
<p>Since Geany 0.15 you can also use lines which match the
regular expression used to find the encoding string:
-<tt class="docutils literal"><span class="pre">coding[\t</span> <span class="pre">]*[:=][\t</span> <span class="pre">]*([a-z0-9-]+)[\t</span> <span class="pre">]*</span></tt></p>
+<tt class="docutils literal"><span class="pre">coding[\t</span> <span class="pre">]*[:=][\t</span> <span class="pre">]*([a-z0-9-]+)[\t</span> ]*</tt></p>
<div class="note">
<p class="first admonition-title">Note</p>
<p class="last">These specifications must be in the first 512 bytes of the file.
@@ -1085,8 +1086,8 @@
# coding: ISO-8859-15
</pre>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id43" id="special-encoding-none" name="special-encoding-none">Special encoding "None"</a></h3>
+<div class="section" id="special-encoding-none">
+<h3><a class="toc-backref" href="#id43">Special encoding "None"</a></h3>
<p>There is a special encoding "None" which uses no
encoding. It is useful when you know that Geany cannot auto-detect
the encoding of a file and it is not displayed correctly. Especially
@@ -1095,10 +1096,10 @@
of the first NULL-byte. Using this encoding opens the file as it is
without any character conversion.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id44" id="unicode-byte-order-mark-bom" name="unicode-byte-order-mark-bom">Unicode Byte-Order-Mark (BOM)</a></h3>
+<div class="section" id="unicode-byte-order-mark-bom">
+<h3><a class="toc-backref" href="#id44">Unicode Byte-Order-Mark (BOM)</a></h3>
<p>Furthermore, Geany detects a Unicode Byte Order Mark (see
-<a class="reference" href="http://en.wikipedia.org/wiki/Byte_Order_Mark">http://en.wikipedia.org/wiki/Byte_Order_Mark</a> for details). Of course,
+<a class="reference external" href="http://en.wikipedia.org/wiki/Byte_Order_Mark">http://en.wikipedia.org/wiki/Byte_Order_Mark</a> for details). Of course,
this feature is only available if the opened file is in a Unicode
encoding. The Byte Order Mark helps to detect the encoding of a file,
e.g. whether it is UTF-16LE or UTF-16BE and so on. On Unix-like systems
@@ -1118,10 +1119,10 @@
</div>
</div>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id45" id="editing" name="editing">Editing</a></h2>
-<div class="section">
-<h3><a class="toc-backref" href="#id46" id="folding" name="folding">Folding</a></h3>
+<div class="section" id="editing">
+<h2><a class="toc-backref" href="#id45">Editing</a></h2>
+<div class="section" id="folding">
+<h3><a class="toc-backref" href="#id46">Folding</a></h3>
<p>Geany provides basic code folding support. Folding means the ability to
show and hide parts of the text in the current file. You can hide
unimportant code sections and concentrate on the parts you are working on
@@ -1145,8 +1146,8 @@
children of a fold point" option is enabled, pressing Shift will disable
it for this click and vice versa.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id47" id="column-mode-editing-rectangular-selections" name="column-mode-editing-rectangular-selections">Column mode editing (rectangular selections)</a></h3>
+<div class="section" id="column-mode-editing-rectangular-selections">
+<h3><a class="toc-backref" href="#id47">Column mode editing (rectangular selections)</a></h3>
<p>There is basic support for column mode editing. To use it, create a
rectangular selection by holding down the Control and Shift keys
(or Control and Alt if it doesn't work) while
@@ -1156,18 +1157,18 @@
this selection and the modifications will be done for every line in the
selection.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id48" id="drag-and-drop-of-text" name="drag-and-drop-of-text">Drag and drop of text</a></h3>
+<div class="section" id="drag-and-drop-of-text">
+<h3><a class="toc-backref" href="#id48">Drag and drop of text</a></h3>
<p>If you drag selected text in the editor widget of Geany the text is
moved to the position where the mouse pointer is when releasing the
mouse button. Holding Control when releasing the mouse button will
copy the text instead. This behaviour was changed in Geany 0.11 -
before the selected text was copied to the new position.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id49" id="indentation" name="indentation">Indentation</a></h3>
+<div class="section" id="indentation">
+<h3><a class="toc-backref" href="#id49">Indentation</a></h3>
<p>Geany allows each document to indent either with a tab character or
-multiple spaces. The default indent mode is set in the <a class="reference" href="#editor-features-preferences">Editor Features
+multiple spaces. The default indent mode is set in the <a class="reference internal" href="#editor-features-preferences">Editor Features
preferences</a> (see the link for more information). But
this can be overridden using either the <em>Document->Indent Type</em> menu,
or by using the <em>Detect from file</em> indentation preference. When enabled,
@@ -1185,8 +1186,8 @@
on a line.</dd>
</dl>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id50" id="auto-indentation" name="auto-indentation">Auto-indentation</a></h3>
+<div class="section" id="auto-indentation">
+<h3><a class="toc-backref" href="#id50">Auto-indentation</a></h3>
<p>When enabled, auto-indentation happens when pressing <em>Enter</em> in the
Editor. It adds a certain amount of indentation to the new line so the
user doesn't always have to indent each line manually.</p>
@@ -1206,8 +1207,8 @@
match the indentation of the line with the opening brace.</dd>
</dl>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id51" id="bookmarks" name="bookmarks">Bookmarks</a></h3>
+<div class="section" id="bookmarks">
+<h3><a class="toc-backref" href="#id51">Bookmarks</a></h3>
<p>Geany provides a handy bookmarking feature that lets you mark one
or more lines in a document, and return the cursor to them using a
key combination.</p>
@@ -1224,14 +1225,14 @@
(Ctrl-PgUp/PgDn and Ctrl-Tab) provides a particularly fast way to
navigate around multiple files.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id52" id="code-navigation-history" name="code-navigation-history">Code navigation history</a></h3>
+<div class="section" id="code-navigation-history">
+<h3><a class="toc-backref" href="#id52">Code navigation history</a></h3>
<p>To ease navigation in source files and especially between
different files, Geany lets you jump between different navigation
points. Currently, this works for the following:</p>
<ul class="simple">
-<li><a class="reference" href="#go-to-tag-declaration">Go to tag declaration</a></li>
-<li><a class="reference" href="#go-to-tag-definition">Go to tag definition</a></li>
+<li><a class="reference internal" href="#go-to-tag-declaration">Go to tag declaration</a></li>
+<li><a class="reference internal" href="#go-to-tag-definition">Go to tag definition</a></li>
<li>Symbol list items</li>
<li>Build errors</li>
<li>Message items</li>
@@ -1243,8 +1244,8 @@
location". This makes it easier to navigate in e.g. foreign code
and between different files.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id53" id="sending-text-through-custom-commands" name="sending-text-through-custom-commands">Sending text through custom commands</a></h3>
+<div class="section" id="sending-text-through-custom-commands">
+<h3><a class="toc-backref" href="#id53">Sending text through custom commands</a></h3>
<p>You can define several custom commands in Geany and send the current
selection to one of these commands using the "Edit->Format->Send
Selection to" menu or keybindings.
@@ -1262,17 +1263,17 @@
some command line options. To delete a command, just clear the text
entry and press OK. It will be deleted automatically.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id54" id="context-actions" name="context-actions">Context actions</a></h3>
+<div class="section" id="context-actions">
+<h3><a class="toc-backref" href="#id54">Context actions</a></h3>
<p>You can execute the context action command on the current word at the
cursor position or the available selection. This word or selection
can be used as an argument to the command.
The context action is invoked by a menu entry in the popup menu of the
editor and also a keyboard shortcut (see the section called
-<a class="reference" href="#keybindings">Keybindings</a>).</p>
+<a class="reference internal" href="#keybindings">Keybindings</a>).</p>
<p>The command can be specified in the preferences dialog and also for
each filetype (see "context_action_cmd" in the section called
-<a class="reference" href="#format">Format</a>). When the context action is invoked, the filetype
+<a class="reference internal" href="#format">Format</a>). When the context action is invoked, the filetype
specific command is used if available, otherwise the command
specified in the preferences dialog is executed.</p>
<p>The current word or selection can be referred with the wildcard "%s"
@@ -1287,19 +1288,19 @@
<p>when executing the command, the %s is substituted by the word near
the cursor position or by the current selection. If the cursor is at
the word "echo", a browser window will open(assumed your browser is
-called firefox) and it will open the address: <a class="reference" href="http://www.php.net/echo">http://www.php.net/echo</a>.</p>
+called firefox) and it will open the address: <a class="reference external" href="http://www.php.net/echo">http://www.php.net/echo</a>.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id55" id="autocompletion" name="autocompletion">Autocompletion</a></h3>
+<div class="section" id="autocompletion">
+<h3><a class="toc-backref" href="#id55">Autocompletion</a></h3>
<p>Geany can offer a list of possible completions for symbols defined in the
tags and for all words in a document.</p>
<p>The autocompletion list for symbols is presented when the first few
-characters of the symbol are typed (configurable, see <a class="reference" href="#editor-completions-preferences">Editor Completions
+characters of the symbol are typed (configurable, see <a class="reference internal" href="#editor-completions-preferences">Editor Completions
preferences</a>, default 4) or when the <em>Complete word</em>
-keybinding is pressed (configurable, see <a class="reference" href="#editor-keybindings">Editor keybindings</a>,
+keybinding is pressed (configurable, see <a class="reference internal" href="#editor-keybindings">Editor keybindings</a>,
default Ctrl-Space).</p>
<p>When the defined keybinding is typed and the <em>Autocomplete all words in
-document</em> preference (in <a class="reference" href="#editor-completions-preferences">Editor Completions preferences</a>)
+document</em> preference (in <a class="reference internal" href="#editor-completions-preferences">Editor Completions preferences</a>)
is selected then the autocompletion list will show all matching words
in the document, if there are no matching symbols.</p>
<p>If you don't want to use autocompletion it can be dismissed until
@@ -1311,13 +1312,13 @@
item on the autocompletion list can be chosen from the list by pressing
Enter/Return. You can also double-click to select an item. The sequence
will be completed to match the chosen item, and if the <em>Drop rest of
-word on completion</em> preference is set (in <a class="reference" href="#editor-completions-preferences">Editor Completions
+word on completion</em> preference is set (in <a class="reference internal" href="#editor-completions-preferences">Editor Completions
preferences</a>) then any characters after the cursor that match
a symbol or word are deleted.</p>
-<div class="section">
-<h4><a class="toc-backref" href="#id56" id="word-part-completion" name="word-part-completion">Word part completion</a></h4>
+<div class="section" id="word-part-completion">
+<h4><a class="toc-backref" href="#id56">Word part completion</a></h4>
<p>By default, pressing Tab will complete the selected item by word part;
-useful e.g. for adding the prefix <tt class="docutils literal"><span class="pre">gtk_combo_box_entry_</span></tt> without typing it
+useful e.g. for adding the prefix <tt class="docutils literal">gtk_combo_box_entry_</tt> without typing it
manually:</p>
<ul class="simple">
<li>gtk_com<TAB></li>
@@ -1326,12 +1327,12 @@
<li>gtk_combo_box_entry_<s><ENTER></li>
<li>gtk_combo_box_entry_set_text_column</li>
</ul>
-<p>The key combination can be changed from Tab - See <a class="reference" href="#editor-keybindings">Editor keybindings</a>.
+<p>The key combination can be changed from Tab - See <a class="reference internal" href="#editor-keybindings">Editor keybindings</a>.
If you clear/change the key combination for word part completion, Tab
will complete the whole word instead, like Enter.</p>
</div>
-<div class="section">
-<h4><a class="toc-backref" href="#id57" id="scope-autocompletion" name="scope-autocompletion">Scope autocompletion</a></h4>
+<div class="section" id="scope-autocompletion">
+<h4><a class="toc-backref" href="#id57">Scope autocompletion</a></h4>
<p>E.g.:</p>
<pre class="literal-block">
struct
@@ -1340,7 +1341,7 @@
char c;
} foo;
</pre>
-<p>When you type <tt class="docutils literal"><span class="pre">foo.</span></tt> it will show an autocompletion list with 'i' and
+<p>When you type <tt class="docutils literal">foo.</tt> it will show an autocompletion list with 'i' and
'c' symbols.</p>
<p>It only works for languages that set parent scope names for e.g. struct
members. Currently this means C-like languages. The C tag parser only
@@ -1348,27 +1349,27 @@
in local scope.</p>
</div>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id58" id="user-definable-snippets" name="user-definable-snippets">User-definable snippets</a></h3>
+<div class="section" id="user-definable-snippets">
+<h3><a class="toc-backref" href="#id58">User-definable snippets</a></h3>
<p>Snippets are small strings or code constructs which can be replaced or
completed to a more complex string. So you can save a lot of time when
typing common strings and letting Geany do the work for you.
To know what to complete or replace Geany reads a configuration file
-called <tt class="docutils literal"><span class="pre">snippets.conf</span></tt> at startup.</p>
+called <tt class="docutils literal">snippets.conf</tt> at startup.</p>
<p>Maybe you need to often type your name, so define a snippet like this:</p>
<pre class="literal-block">
[Default]
myname=Enrico Tröger
</pre>
-<p>Every time you write <tt class="docutils literal"><span class="pre">myname</span></tt> <TAB> in Geany, it will replace "myname"
+<p>Every time you write <tt class="docutils literal">myname</tt> <TAB> in Geany, it will replace "myname"
with "Enrico Tröger". The key to start autocompletion can be changed
in the preferences dialog, by default it is TAB. The corresponding keybinding
-is called <tt class="docutils literal"><span class="pre">Complete</span> <span class="pre">snippet</span></tt>.</p>
+is called <tt class="docutils literal">Complete snippet</tt>.</p>
<p>The system-wide configuration file can be found in
-<tt class="docutils literal"><span class="pre">$prefix/share/geany</span></tt>, where <tt class="docutils literal"><span class="pre">$prefix</span></tt> is the path where Geany is
-installed (see <a class="reference" href="#installation-prefix">Installation prefix</a>). It is not recommended to edit the
+<tt class="docutils literal">$prefix/share/geany</tt>, where <tt class="docutils literal">$prefix</tt> is the path where Geany is
+installed (see <a class="reference internal" href="#installation-prefix">Installation prefix</a>). It is not recommended to edit the
system-wide file, because it will be overridden when Geany is updated.</p>
-<p>To change the settings, copy the file from <tt class="docutils literal"><span class="pre">$prefix/share/geany</span></tt>
+<p>To change the settings, copy the file from <tt class="docutils literal">$prefix/share/geany</tt>
in your configuration directory (usually <tt class="docutils literal"><span class="pre">~/.config/geany/</span></tt>).</p>
<p>For example:</p>
<pre class="literal-block">
@@ -1379,15 +1380,15 @@
configuration directory. Alternatively, you can create a file
<tt class="docutils literal"><span class="pre">~/.config/geany/snippets.conf</span></tt> and add only these settings you want
to change. All missing settings will be read from the global snippets
-file in <tt class="docutils literal"><span class="pre">$prefix/share/geany</span></tt>.</p>
-<p>The file <tt class="docutils literal"><span class="pre">snippets.conf</span></tt> contains sections defining snippets that
+file in <tt class="docutils literal">$prefix/share/geany</tt>.</p>
+<p>The file <tt class="docutils literal">snippets.conf</tt> contains sections defining snippets that
are available for particular filetypes and in general.</p>
<p>The two sections "Default" and "Special" apply to all filetypes.
"Default" contains all snippets which are available for every
filetype and "Special" contains snippets which can only be used in
other snippets. So you can define often used parts of snippets and
just use the special snippet as a placeholder (see the
-<tt class="docutils literal"><span class="pre">snippets.conf</span></tt> for details).</p>
+<tt class="docutils literal">snippets.conf</tt> for details).</p>
<p>You can define sections with the name of a filetype eg "C++". The
snippets in that section are only available for use in files with that
filetype. Snippets in filetype sections will hide snippets with the
@@ -1417,7 +1418,7 @@
<tr><td>%cursor%</td>
<td>Place the cursor at this position after completion has
been done. You can define multiple %cursor% wildcards
-and use the keybinding <tt class="docutils literal"><span class="pre">Move</span> <span class="pre">cursor</span> <span class="pre">in</span> <span class="pre">snippet</span></tt> to jump
+and use the keybinding <tt class="docutils literal">Move cursor in snippet</tt> to jump
to the next defined cursor position in the completed
snippet.</td>
</tr>
@@ -1431,18 +1432,18 @@
<p>Snippet names must not contain spaces otherwise they won't
work correctly. But beside that you can define almost any
string as a snippet and use it later in Geany. It is not limited
-to existing contructs of certain programming languages(like <tt class="docutils literal"><span class="pre">if</span></tt>,
-<tt class="docutils literal"><span class="pre">for</span></tt>, <tt class="docutils literal"><span class="pre">switch</span></tt>). Define whatever you need.</p>
+to existing contructs of certain programming languages(like <tt class="docutils literal">if</tt>,
+<tt class="docutils literal">for</tt>, <tt class="docutils literal">switch</tt>). Define whatever you need.</p>
<p>Since Geany 0.15 you can also use most of the available templates wildcards
-listed in <a class="reference" href="#template-wildcards">Template wildcards</a>. All wildcards which are listed as
+listed in <a class="reference internal" href="#template-wildcards">Template wildcards</a>. All wildcards which are listed as
<cite>available in snippets</cite> can be used. For instance to improve the above example:</p>
<pre class="literal-block">
[Default]
myname=My name is {developer}
mysystem=My system: {command:uname -a}
</pre>
-<p>this will replace <tt class="docutils literal"><span class="pre">myname</span></tt> with "My name is " and the value of the template
-preference <tt class="docutils literal"><span class="pre">developer</span></tt>.</p>
+<p>this will replace <tt class="docutils literal">myname</tt> with "My name is " and the value of the template
+preference <tt class="docutils literal">developer</tt>.</p>
<p>You can change the way Geany recognizes the word to complete,
that is how the start and end of a word is recognised when the
snippet completion is requested. The section "Special" may
@@ -1451,8 +1452,8 @@
default characters or define it to add or remove characters to fit your
needs.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id59" id="inserting-unicode-characters" name="inserting-unicode-characters">Inserting Unicode characters</a></h3>
+<div class="section" id="inserting-unicode-characters">
+<h3><a class="toc-backref" href="#id59">Inserting Unicode characters</a></h3>
<p>With GTK 2.10 and above, you can insert Unicode code points by hitting
Ctrl-Shift-u, then still holding Ctrl-Shift, type some hex digits representing
the code point for the character you want and hit Enter or Return (still
@@ -1461,7 +1462,7 @@
character is also entered. In the case of Enter/Return, it is a newline, as
you might expect.</p>
<p>In some earlier versions of Geany, you might need to first unbind Ctrl-Shift-u
-in the <a class="reference" href="#keybinding-preferences">keybinding preferences</a>, then select <em>Tools->Reload Configuration</em>
+in the <a class="reference internal" href="#keybinding-preferences">keybinding preferences</a>, then select <em>Tools->Reload Configuration</em>
or restart Geany. Note that it works slightly differently from other GTK
applications, in that you'll need to continue to hold down the Ctrl and Shift
keys while typing the code point hex digits (and the Enter or Return to finish the code point).</p>
@@ -1470,8 +1471,8 @@
keys conflict with other Geany keybindings.</p>
</div>
</div>
-<div class="section">
-<h2><a class="toc-backref" href="#id60" id="search-replace-and-go-to" name="search-replace-and-go-to">Search, replace and go to</a></h2>
+<div class="section" id="search-replace-and-go-to">
+<h2><a class="toc-backref" href="#id60">Search, replace and go to</a></h2>
<p>This section describes search-related commands from the Search menu
and the editor window's popup menu:</p>
<ul class="simple">
@@ -1484,38 +1485,38 @@
<li>Go to line</li>
</ul>
<p>* These items are available from the editor window's popup menu, or by
-using a keyboard shortcut (see <a class="reference" href="#search-keybindings">Search keybindings</a>).</p>
-<div class="section">
-<h3><a class="toc-backref" href="#id61" id="toolbar-entries" name="toolbar-entries">Toolbar entries</a></h3>
+using a keyboard shortcut (see <a class="reference internal" href="#search-keybindings">Search keybindings</a>).</p>
+<div class="section" id="toolbar-entries">
+<h3><a class="toc-backref" href="#id61">Toolbar entries</a></h3>
<p>There are also two toolbar entries:</p>
<ul class="simple">
<li>Search bar</li>
<li>Go to line entry</li>
</ul>
-<p>There are keybindings to focus each of these - see <a class="reference" href="#focus-keybindings">Focus
+<p>There are keybindings to focus each of these - see <a class="reference internal" href="#focus-keybindings">Focus
keybindings</a>. Pressing Escape will then focus the editor.</p>
-<div class="section">
-<h4><a class="toc-backref" href="#id62" id="search-bar" name="search-bar">Search bar</a></h4>
+<div class="section" id="search-bar">
+<h4><a class="toc-backref" href="#id62">Search bar</a></h4>
<p>The quickest way to find some text is to use the search bar entry in
the toolbar. This performs a case-insensitive search in the current
document whilst you type. Pressing Enter will search again.</p>
</div>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id63" id="find" name="find">Find</a></h3>
+<div class="section" id="find">
+<h3><a class="toc-backref" href="#id63">Find</a></h3>
<p>The Find dialog is used for finding text in one or more open documents.</p>
<img alt="./images/find_dialog.png" src="./images/find_dialog.png" />
-<div class="section">
-<h4><a class="toc-backref" href="#id64" id="matching-options" name="matching-options">Matching options</a></h4>
+<div class="section" id="matching-options">
+<h4><a class="toc-backref" href="#id64">Matching options</a></h4>
<p>The syntax for the Use regular expressions option is shown in
-<a class="reference" href="#regular-expressions">Regular expressions</a>.</p>
+<a class="reference internal" href="#regular-expressions">Regular expressions</a>.</p>
<p>The Use escape sequences option will transform any escaped characters
into their UTF-8 equivalent. For example, \t will be transformed into
a tab character. Other recognized symbols are: \\, \n, \r, \uXXXX
(Unicode characters).</p>
</div>
-<div class="section">
-<h4><a class="toc-backref" href="#id65" id="find-all" name="find-all">Find all</a></h4>
+<div class="section" id="find-all">
+<h4><a class="toc-backref" href="#id65">Find all</a></h4>
<p>To find all matches, click on the Find All expander. This will reveal
several options:</p>
<ul class="simple">
@@ -1530,8 +1531,8 @@
colored box. These markers can be removed by selecting the
Remove Markers command from the Document menu.</p>
</div>
-<div class="section">
-<h4><a class="toc-backref" href="#id66" id="change-font-in-search-dialog-text-fields" name="change-font-in-search-dialog-text-fields">Change font in search dialog text fields</a></h4>
+<div class="section" id="change-font-in-search-dialog-text-fields">
+<h4><a class="toc-backref" href="#id66">Change font in search dialog text fields</a></h4>
<p>All search related dialogs use a Monospace for the text input fields to
increase the readability of input text. This is useful when you are
typing input such as regular expressions with spaces, periods and commas which
@@ -1552,8 +1553,8 @@
for the search dialogs.</p>
</div>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id67" id="find-usage" name="find-usage">Find usage</a></h3>
+<div class="section" id="find-usage">
+<h3><a class="toc-backref" href="#id67">Find usage</a></h3>
<p>Find usage searches all open files. It is similar to the Find All In
Session option in the Find dialog.</p>
<p>If there is a selection, then it is used as the search text; otherwise
@@ -1562,8 +1563,8 @@
click position when the popup menu is used. The search results are
shown in the Messages tab of the Message Window.</p>
</div>
-<div class="section">
-<h3><a class="toc-backref" href="#id68" id="find-in-files" name="find-in-files">Find in files</a></h3>
+<div class="section" id="find-in-files">
+<h3><a class="toc-backref" href="#id68">Find in files</a></h3>
<p>Find in files is a more powerful version of Find usage that searches
all files in a certain directory using the Grep tool. The Grep tool
must be correctly set in Preferences to the path of the system's Grep
@@ -1574,30 +1575,30 @@
and the search results are converted back to UTF-8.
The Extra options field is used to pass any additional arguments to
the grep tool.</p>
-<div class="section">
-<h4><a class="toc-backref" href="#id69" id="filtering-out-version-control-files" name="filtering-out-version-control-files">Filtering out version control files</a></h4>
+<div class="section" id="filtering-out-version-control-files">
+<h4><a class="toc-backref" href="#id69">Filtering out version control files</a></h4>
<p>When using the <em>Recurse in subfolders</em> option with a directory that's
under version control, you can set the <em>Extra options</em> field to use
grep's <tt class="docutils literal"><span class="pre">--exclude</span></tt> flag to filter out filenames.</p>
<p>SVN Example: <tt class="docutils literal"><span class="pre">--exclude=*.svn-base</span></tt></p>
<p>The --exclude argument only matches the file name part, not the path. If
you have GNU Grep >= 2.5.2 you can use the <tt class="docutils literal"><span class="pre">--exclude-dir</span></tt> argument to
-filter out CVS and hidden directories like <tt class="docutils literal"><span class="pre">.svn</span></tt>.</p>
+filter out CVS and hidden directories like <tt class="docutils literal">.svn</tt>.</p>
@@ 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: 4721
http://geany.svn.sourceforge.net/geany/?rev=4721&view=rev
Author: frlan
Date: 2010-03-05 14:52:10 +0000 (Fri, 05 Mar 2010)
Log Message:
-----------
Add Asturian translation. Thanks to Marcos Costales
Modified Paths:
--------------
trunk/ChangeLog
trunk/THANKS
trunk/po/ChangeLog
trunk/src/about.c
Added Paths:
-----------
trunk/po/ast.po
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-03-02 13:21:41 UTC (rev 4720)
+++ trunk/ChangeLog 2010-03-05 14:52:10 UTC (rev 4721)
@@ -1,3 +1,9 @@
+2010-03-05 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * src/about.c, THANKS, po/ast.po:
+ Added Asturian translation. Thanks to Marcos Costales for providing.
+
+
2010-02-28 Dominic Hopf <dmaphy(at)googlemail(dot)com>
* src/log.c:
Modified: trunk/THANKS
===================================================================
--- trunk/THANKS 2010-03-02 13:21:41 UTC (rev 4720)
+++ trunk/THANKS 2010-03-05 14:52:10 UTC (rev 4721)
@@ -79,6 +79,7 @@
Translators:
------------
These people have translated Geany to foreign languages.
+Marcos Costales <marcoscostales(at)gmail(dot)com - ast
Yura Semashko <yurand2(at)gmail(dot)com> - be_BY
Dilyan Rusev <dilyanrusev(at)gmail(dot)com> - bg
Toni Garcia-Navarro <topi(at)elpiset(dot)net> - ca_ES
Modified: trunk/po/ChangeLog
===================================================================
--- trunk/po/ChangeLog 2010-03-02 13:21:41 UTC (rev 4720)
+++ trunk/po/ChangeLog 2010-03-05 14:52:10 UTC (rev 4721)
@@ -1,3 +1,8 @@
+2010-03-05 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * ast.po: Added Asturian translation. Thanks to Marcos Costales for providing.
+
+
2010-02-21 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* es.po: Update of Spanish translation. Thanks to Antonio Jiménez
Added: trunk/po/ast.po
===================================================================
--- trunk/po/ast.po (rev 0)
+++ trunk/po/ast.po 2010-03-05 14:52:10 UTC (rev 4721)
@@ -0,0 +1,5416 @@
+# Asturian translation file for geany
+# Copyright (C) 2006
+# This file is distributed under the same license as the geany package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: geany 0.16\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-05 15:43+0100\n"
+"PO-Revision-Date: 2010-03-05 10:15+0000\n"
+"Last-Translator: Marcos <Unknown>\n"
+"Language-Team: Asturian <alministradores(a)softastur.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Launchpad-Export-Date: 2010-03-05 10:36+0000\n"
+"X-Generator: Launchpad (build Unknown)\n"
+
+#: ../geany.desktop.in.h:1
+msgid "A fast and lightweight IDE using GTK2"
+msgstr "Un IDE rápidu y llixeru basáu en GTK2"
+
+#: ../geany.desktop.in.h:2 ../src/interface.c:281 ../src/interface.c:1624
+msgid "Geany"
+msgstr "Geany"
+
+#: ../geany.desktop.in.h:3
+msgid "Integrated Development Environment"
+msgstr "Entornu Integráu de Desarrollu"
+
+#: ../src/about.c:144
+msgid "About Geany"
+msgstr "Tocante a Geany"
+
+#: ../src/about.c:194
+msgid "A fast and lightweight IDE"
+msgstr "Un IDE rápidu y llixeru"
+
+#: ../src/about.c:215
+#, c-format
+msgid "(built on or after %s)"
+msgstr "(construyíu en, o dempués del %s)"
+
+#. gtk_container_add(GTK_CONTAINER(info_box), cop_label);
+#: ../src/about.c:246
+msgid "Info"
+msgstr "Información"
+
+#: ../src/about.c:262
+msgid "Developers"
+msgstr "Desarrolladores"
+
+#: ../src/about.c:271
+msgid "maintainer"
+msgstr "caltenedor"
+
+#: ../src/about.c:279
+msgid "developer"
+msgstr "desendolcador"
+
+#: ../src/about.c:287
+msgid "translation maintainer"
+msgstr "caltenedor de torna"
+
+#: ../src/about.c:296
+msgid "Translators"
+msgstr "Tornadores"
+
+#: ../src/about.c:316
+msgid "Previous Translators"
+msgstr "Tornadores Anteriores"
+
+#: ../src/about.c:337
+msgid "Contributors"
+msgstr "Collaboradores"
+
+#: ../src/about.c:347
+#, c-format
+msgid ""
+"Some of the many contributors (for a more detailed list, see the file %s):"
+msgstr ""
+"Dalgunos de los munchos collaboradores (pa una llista detallada, mira'l "
+"ficheru %s):"
+
+#: ../src/about.c:373
+msgid "Credits"
+msgstr "Créitos"
+
+#: ../src/about.c:387
+msgid "License"
+msgstr "Llicencia"
+
+#: ../src/about.c:396
+msgid ""
+"License text could not be found, please visit http://www.gnu.org/licenses/"
+"gpl-2.0.txt to view it online."
+msgstr ""
+"El testu de la llicencia non pudo ser atopáu, por favor visita http://www."
+"gnu.org/licenses/gpl-2.0.txt pa velo en llínia"
+
+#. fall back to %d
+#: ../src/build.c:627
+#, c-format
+msgid "failed to substitute %%p, no project active"
+msgstr ""
+
+#: ../src/build.c:665
+#, fuzzy
+msgid "Process failed, no working directory"
+msgstr "Falló al camudar el direutoriu de trabayu a \"%s\""
+
+#: ../src/build.c:691
+#, c-format
+msgid "%s (in directory: %s)"
+msgstr "%s (en direutoriu: %s)"
+
+#: ../src/build.c:711 ../src/build.c:935 ../src/search.c:1456
+#, c-format
+msgid "Process failed (%s)"
+msgstr "Falló'l procesu (%s)"
+
+#: ../src/build.c:781
+#, c-format
+msgid "Failed to change the working directory to \"%s\""
+msgstr "Falló al camudar el direutoriu de trabayu a \"%s\""
+
+#: ../src/build.c:810
+#, c-format
+msgid "Failed to execute \"%s\" (start-script could not be created)"
+msgstr "Falló al executar \"%s\" (el guión d'entamu non pudo ser criáu)"
+
+#: ../src/build.c:864
+msgid ""
+"Could not execute the file in the VTE because it probably contains a command."
+msgstr ""
+"Non se pudó executar el ficheru na terminal virtual (VTE) probablemente "
+"porque caltien un comandu."
+
+#: ../src/build.c:902
+#, c-format
+msgid ""
+"Could not find terminal \"%s\" (check path for Terminal tool setting in "
+"Preferences)"
+msgstr ""
+"Non s'atopó la terminal \"%s\" (verifica les rutes pa la ferramienta de "
+"terminal nes Preferencies)"
+
+#: ../src/build.c:1072
+msgid "Compilation failed."
+msgstr "La compilación falló."
+
+#: ../src/build.c:1086
+msgid "Compilation finished successfully."
+msgstr "La compilación finó con éxitu."
+
+#: ../src/build.c:1242
+#, fuzzy
+msgid "Custom Text"
+msgstr "Make Oxetivu Personalizáu"
+
+#: ../src/build.c:1243
+#, fuzzy
+msgid "Enter custom text here, all entered text is appended to the command."
+msgstr ""
+"Ingresar opciones personalizaes equí, tol testu ingresáu ye pasáu a la "
+"ferramienta make"
+
+#: ../src/build.c:1321
+msgid "_Next Error"
+msgstr "Siguie_nte Fallu"
+
+#: ../src/build.c:1323
+msgid "_Previous Error"
+msgstr "Fallu _Previu"
+
+#: ../src/build.c:1333
+#, fuzzy
+msgid "_Set Build Commands"
+msgstr "Configurar Comandos Personalizaos"
+
+#: ../src/build.c:1611 ../src/toolbar.c:352
+msgid "Build the current file"
+msgstr "Construyir el ficheru actual"
+
+#: ../src/build.c:1625
+msgid "Build the current file with Make and the default target"
+msgstr "Fae'l ficheru actual con Make y l'oxetivu por defeutu"
+
+#: ../src/build.c:1627
+msgid "Build the current file with Make and the specified target"
+msgstr "Fae'l ficheru actual con Make y l'oxetivu especificáu"
+
+#: ../src/build.c:1629
+msgid "Compile the current file with Make"
+msgstr "Compilar el ficheru actual con Make"
+
+#: ../src/build.c:1656
+#, c-format
+msgid "Process could not be stopped (%s)."
+msgstr "El procesu nun pudo ser deteníu (%s)."
+
+#: ../src/build.c:1673 ../src/build.c:1685
+msgid "No more build errors."
+msgstr "Nun hai más fallos de construción."
+
+#: ../src/build.c:1757
+msgid "Item"
+msgstr ""
+
+#: ../src/build.c:1758 ../src/symbols.c:639
+msgid "Label"
+msgstr "Etiqueta"
+
+#: ../src/build.c:1759 ../src/symbols.c:634
+msgid "Command"
+msgstr "Comandu"
+
+#: ../src/build.c:1760
+#, fuzzy
+msgid "Working directory"
+msgstr "%s (en direutoriu: %s)"
+
+#: ../src/build.c:1761
+#, fuzzy
+msgid "Clear"
+msgstr "Compilador"
+
+#: ../src/build.c:1863 ../src/build.c:1865
+#, fuzzy, c-format
+msgid "%s Commands"
+msgstr "comandos de %s"
+
+#: ../src/build.c:1865
+#, fuzzy
+msgid "No Filetype"
+msgstr "Escoyer _Triba de Ficheru"
+
+#: ../src/build.c:1873 ../src/build.c:1908
+#, fuzzy
+msgid "Error Regular Expression:"
+msgstr "Espresiones regulares _Grep"
+
+#: ../src/build.c:1901
+msgid "Non-Filetype Commands"
+msgstr ""
+
+#: ../src/build.c:1931
+msgid "Note: Item 2 opens a dialog and appends the response to the command."
+msgstr ""
+
+#: ../src/build.c:1940
+#, fuzzy
+msgid "Execute Commands"
+msgstr "Configurar Comandos Personalizaos"
+
+#: ../src/build.c:1951
+#, c-format
+msgid ""
+"%d, %e, %f, %p are substituted in command and directory fields, see manual "
+"for details."
+msgstr ""
+
+#: ../src/build.c:2103
+#, fuzzy
+msgid "Set Build Commands"
+msgstr "Configurar Comandos Personalizaos"
+
+#: ../src/build.c:2369 ../src/build.c:2554
+#, fuzzy
+msgid "_Execute"
+msgstr "Execución:"
+
+#: ../src/build.c:2551
+#, fuzzy
+msgid "_Make"
+msgstr "Make:"
+
+#. build the code with make custom
+#: ../src/build.c:2552 ../src/build.c:2605
+msgid "Make Custom _Target"
+msgstr "Make Oxe_tivu Personalizáu"
+
+#. build the code with make object
+#: ../src/build.c:2553 ../src/build.c:2613
+msgid "Make _Object"
+msgstr "Make _Object"
+
+#. build the code
+#: ../src/build.c:2585 ../src/interface.c:1075
+msgid "_Build"
+msgstr "_Construyir"
+
+#. build the code with make all
+#: ../src/build.c:2597
+msgid "_Make All"
+msgstr "_Make All"
+
+#. arguments
+#: ../src/build.c:2625
+#, fuzzy
+msgid "_Set Build Menu Commands"
+msgstr "Configurar Comandos Personalizaos"
+
+#: ../src/callbacks.c:153
+msgid "Do you really want to quit?"
+msgstr "¿De xuro que quies colar?"
+
+#: ../src/callbacks.c:231
+#, fuzzy, c-format
+msgid "%d file saved."
+msgid_plural "%d files saved."
+msgstr[0] "Ficheru %s guardáu."
+msgstr[1] "Ficheru %s guardáu."
+
+#: ../src/callbacks.c:491 ../src/document.c:2933 ../src/interface.c:352
+#: ../src/sidebar.c:587
+msgid "_Reload"
+msgstr "_Recargar"
+
+#: ../src/callbacks.c:492
+msgid "Any unsaved changes will be lost."
+msgstr "Cualisquier cambio non grabáu será perdíu."
+
+#: ../src/callbacks.c:493
+#, c-format
+msgid "Are you sure you want to reload '%s'?"
+msgstr "¿De xuro que quies recargar '%s'?"
+
+#: ../src/callbacks.c:1282 ../src/keybindings.c:423
+msgid "Go to Line"
+msgstr "Dir a la Llínia"
+
+#: ../src/callbacks.c:1282
+msgid "Enter the line you want to go to:"
+msgstr "Introduz la llínia a la que quies dir:"
+
+#: ../src/callbacks.c:1366 ../src/callbacks.c:1391
+msgid ""
+"Please set the filetype for the current file before using this function."
+msgstr ""
+"Por favor seleiciona la triba de ficheru pal ficheru actual enantes d'usar "
+"esta función."
+
+#: ../src/callbacks.c:1506 ../src/ui_utils.c:544
+msgid "dd.mm.yyyy"
+msgstr "dd.mm.yyyy"
+
+#: ../src/callbacks.c:1508 ../src/ui_utils.c:545
+msgid "mm.dd.yyyy"
+msgstr "mm.dd.yyyy"
+
+#: ../src/callbacks.c:1510 ../src/ui_utils.c:546
+msgid "yyyy/mm/dd"
+msgstr "yyyy/mm/dd"
+
+#: ../src/callbacks.c:1512 ../src/ui_utils.c:555
+msgid "dd.mm.yyyy hh:mm:ss"
+msgstr "dd.mm.yyyy hh:mm:ss"
+
+#: ../src/callbacks.c:1514 ../src/ui_utils.c:556
+msgid "mm.dd.yyyy hh:mm:ss"
+msgstr "mm.dd.yyyy hh:mm:ss"
+
+#: ../src/callbacks.c:1516 ../src/ui_utils.c:557
+msgid "yyyy/mm/dd hh:mm:ss"
+msgstr "yyyy/mm/dd hh:mm:ss"
+
+#: ../src/callbacks.c:1518 ../src/ui_utils.c:566
+msgid "_Use Custom Date Format"
+msgstr "_Usar Formatu de Fecha Personalizáu"
+
+#: ../src/callbacks.c:1522
+msgid "Custom Date Format"
+msgstr "Formatu de Fecha Personalizáu"
+
+#: ../src/callbacks.c:1523
+msgid ""
+"Enter here a custom date and time format. You can use any conversion "
+"specifiers which can be used with the ANSI C strftime function."
+msgstr ""
+"Introduz equí un formatu de fecha y hora personalizáu. Puedes usar "
+"cualisquier especificador de conversión que pueda ser usáu cola función "
+"strftime d'ANSI C."
+
+#: ../src/callbacks.c:1541
+msgid "Date format string could not be converted (possibly too long)."
+msgstr ""
+"El formatu de fecha nun pudo ser convertíu (probablemente seya mui llargu)."
+
+#: ../src/callbacks.c:1755 ../src/callbacks.c:1765
+msgid "No more message items."
+msgstr "Nun hai más items de mensaxes."
+
+#: ../src/dialogs.c:140
+msgid "Open File"
+msgstr "Abrir ficheru"
+
+#: ../src/dialogs.c:144 ../src/interface.c:790
+msgid "_View"
+msgstr "_Ver"
+
+#: ../src/dialogs.c:147
+msgid ""
+"Opens the file in read-only mode. If you choose more than one file to open, "
+"all files will be opened read-only."
+msgstr ""
+"Abre'l ficheru en mou sólo lllectura. Si escueyes más d'un ficheru toos "
+"serán abiertos como sólo lllectura."
+
+#: ../src/dialogs.c:169
+msgid "Detect by file extension"
+msgstr "Deteuctar por estensión de ficheru"
+
+#: ../src/dialogs.c:196 ../src/interface.c:3678 ../src/interface.c:5206
+msgid "Detect from file"
+msgstr "Deteutar dende ficheru"
+
+#: ../src/dialogs.c:258
+msgid "_More Options"
+msgstr "_Más Opciones"
+
+#. line 1 with checkbox and encoding combo
+#: ../src/dialogs.c:265
+msgid "Show _hidden files"
+msgstr "Amosar ficheros _ocultos"
+
+#: ../src/dialogs.c:276
+msgid "Set encoding:"
+msgstr "Escoyer _codificación:"
+
+#: ../src/dialogs.c:286
+msgid ""
+"Explicitly defines an encoding for the file, if it would not be detected. "
+"This is useful when you know that the encoding of a file cannot be detected "
+"correctly by Geany.\n"
+"Note if you choose multiple files, they will all be opened with the chosen "
+"encoding."
+msgstr ""
+"Define esplicitamente una codificación pal ficheru, non usaráse la deteición "
+"automática. Esto ye útil cuando se sabe que la codificación d'un ficheru nun "
+"puede ser deteutada correutamente por Geany.\n"
+"Ten en cuenta que si se seleicionen multiples ficheros toos serán abiertos "
+"cola codificación seleicionada."
+
+#. line 2 with filetype combo
+#: ../src/dialogs.c:293
+msgid "Set filetype:"
+msgstr "Seleicionar triba de ficheru:"
+
+#: ../src/dialogs.c:303
+msgid ""
+"Explicitly defines a filetype for the file, if it would not be detected by "
+"filename extension.\n"
+"Note if you choose multiple files, they will all be opened with the chosen "
+"filetype."
+msgstr ""
+"Define esplicitamente la triba de ficheru, non se usará la deteición por "
+"estensión.\n"
+"Ten en cuenta que si se seleicionen multiples ficheros toos serán abiertos "
+"como la triba seleicionada"
+
+#: ../src/dialogs.c:389
+msgid "Overwrite?"
+msgstr "¿Sobrescribir?"
+
+#: ../src/dialogs.c:390
+msgid "Filename already exists!"
+msgstr "¡El nome de ficheru yá esiste!"
+
+#: ../src/dialogs.c:424
+msgid "Save File"
+msgstr "Grabar Ficheru"
+
+#: ../src/dialogs.c:432
+msgid "R_ename"
+msgstr "R_enomar"
+
+#: ../src/dialogs.c:434
+msgid "Save the file and rename it"
+msgstr "Guardar el ficheru y renomalu"
+
+#: ../src/dialogs.c:442
+msgid "_Open file in a new tab"
+msgstr "_Abrir el ficheru nuna nueva llingüeta"
+
+#: ../src/dialogs.c:444
+msgid ""
+"Keep the current unsaved document open and open the newly saved file in a "
+"new tab"
+msgstr ""
+"Caltien el documentu actual non salváu y abre un ficheru guardáu nuevu nuna "
+"llingüeta nueva"
+
+#: ../src/dialogs.c:566 ../src/win32.c:614
+msgid "Error"
+msgstr "Fallu"
+
+#: ../src/dialogs.c:569 ../src/dialogs.c:1390 ../src/win32.c:620
+#: ../src/win32.c:679
+msgid "Question"
+msgstr "Entruga"
+
+#: ../src/dialogs.c:572 ../src/win32.c:626
+msgid "Warning"
+msgstr "Alvertencia"
+
+#: ../src/dialogs.c:575 ../src/win32.c:632
+msgid "Information"
+msgstr "Información"
+
+#: ../src/dialogs.c:655
+msgid "_Don't save"
+msgstr "_Non grabar"
+
+#: ../src/dialogs.c:686
+#, c-format
+msgid "The file '%s' is not saved."
+msgstr "El ficheru '%s' non foi guardáu."
+
+#: ../src/dialogs.c:688
+msgid "Do you want to save it before closing?"
+msgstr "¿Quies guardalu enantes de zarrar?"
+
+#: ../src/dialogs.c:763
+msgid "Choose font"
+msgstr "Escoyer fonte"
+
+#: ../src/dialogs.c:1004
+msgid ""
+"An error occurred or file information could not be retrieved (e.g. from a "
+"new file)."
+msgstr ""
+"Ocurrió un fallu o non se pudo obtener información d'un ficheru (ex. d'un "
+"ficheru nuevu)."
+
+#: ../src/dialogs.c:1023 ../src/dialogs.c:1024 ../src/dialogs.c:1025
+#: ../src/dialogs.c:1031 ../src/dialogs.c:1032 ../src/dialogs.c:1033
+#: ../src/symbols.c:1725 ../src/symbols.c:1746 ../src/symbols.c:1798
+#: ../src/ui_utils.c:218
+msgid "unknown"
+msgstr "desconocíu"
+
+#: ../src/dialogs.c:1038 ../src/symbols.c:801
+msgid "Properties"
+msgstr "Propiedaes"
+
+#: ../src/dialogs.c:1067
+msgid "<b>Type:</b>"
+msgstr "<b>Triba:</b>"
+
+#: ../src/dialogs.c:1081
+msgid "<b>Size:</b>"
+msgstr "<b>Tamañu:</b>"
+
+#: ../src/dialogs.c:1097
+msgid "<b>Location:</b>"
+msgstr "<b>Ubicación:</b>"
+
+#: ../src/dialogs.c:1111
+msgid "<b>Read-only:</b>"
+msgstr "<b>Sólo Llectura:</b>"
+
+#: ../src/dialogs.c:1118
+msgid "(only inside Geany)"
+msgstr "(sólo dientro de Geany)"
+
+#: ../src/dialogs.c:1127
+msgid "<b>Encoding:</b>"
+msgstr "<b>Codificación</b>"
+
+#. BOM = byte order mark
+#: ../src/dialogs.c:1137 ../src/ui_utils.c:221
+msgid "(with BOM)"
+msgstr "(con BOM)"
+
+#: ../src/dialogs.c:1137
+msgid "(without BOM)"
+msgstr "(ensin BOM)"
+
+#: ../src/dialogs.c:1148
+msgid "<b>Modified:</b>"
+msgstr "<b>Modificáu:</b>"
+
+#: ../src/dialogs.c:1162
+msgid "<b>Changed:</b>"
+msgstr "<b>Camudáu:</b>"
+
+#: ../src/dialogs.c:1176
+msgid "<b>Accessed:</b>"
+msgstr "<b>Accedíu:</b>"
+
+#: ../src/dialogs.c:1198
+msgid "<b>Permissions:</b>"
+msgstr "<b>Permisos</b>"
+
+#. Header
+#: ../src/dialogs.c:1206
+msgid "Read:"
+msgstr "Llectura:"
+
+#: ../src/dialogs.c:1213
+msgid "Write:"
+msgstr "Escritura:"
+
+#: ../src/dialogs.c:1220
+msgid "Execute:"
+msgstr "Execución:"
+
+#. Owner
+#: ../src/dialogs.c:1228
+msgid "Owner:"
+msgstr "Dueñu:"
+
+#. Group
+#: ../src/dialogs.c:1264
+msgid "Group:"
+msgstr "Grupu:"
+
+#. Other
+#: ../src/dialogs.c:1300
+msgid "Other:"
+msgstr "Otros:"
+
+#: ../src/document.c:646
+#, c-format
+msgid "File %s closed."
+msgstr "El ficheru %s foi zarráu."
+
+#: ../src/document.c:771
+#, c-format
+msgid "New file \"%s\" opened."
+msgstr "Nuevu ficheru \"%s\" abiertu."
+
+#: ../src/document.c:944 ../src/document.c:1459
+#, c-format
+msgid "Could not open file %s (%s)"
+msgstr "Non se pudo abrir el ficheru %s (%s)"
+
+#: ../src/document.c:974
+#, c-format
+msgid ""
+"The file \"%s\" could not be opened properly and has been truncated. This "
+"can occur if the file contains a NULL byte. Be aware that saving it can "
+"cause data loss.\n"
+"The file was set to read-only."
+msgstr ""
+"El ficheru \"%s\" non pudó ser abiertu adecuadamente y probablemente foi "
+"recortáu. Esto puede ocurrir si'l ficheru caltien un byte NULL. Tate "
+"consciente de que grabalu puede provocar perdida de datos.\n"
+"El ficheru foi abiertu como sólo llectura."
+
+#. For translators: the second wildcard is an encoding name, e.g.
+#. * The file \"test.txt\" is not valid UTF-8.
+#: ../src/document.c:1000
+#, c-format
+msgid "The file \"%s\" is not valid %s."
+msgstr "El ficheru \"%s\" non ye %s válidu."
+
+#: ../src/document.c:1010
+#, c-format
+msgid ""
+"The file \"%s\" does not look like a text file or the file encoding is not "
+"supported."
+msgstr ""
+"El ficheru \"%s\" non parez ser de testu o la codificación non ye sofitada."
+
+#: ../src/document.c:1158
+msgid "Spaces"
+msgstr "Espacios"
+
+#: ../src/document.c:1161
+msgid "Tabs"
+msgstr "Tabulaciones"
+
+#: ../src/document.c:1164
+msgid "Tabs and Spaces"
+msgstr "Tabulación y espacios"
+
+#. For translators: first wildcard is the indentation mode (Spaces, Tabs, Tabs
+#. * and Spaces), the second one is the filename
+#: ../src/document.c:1169
+#, c-format
+msgid "Setting %s indentation mode for %s."
+msgstr "Configura'l mou d'indentación de %s pa %s."
+
+#: ../src/document.c:1222
+msgid "Invalid filename"
+msgstr "Nome de ficheru invalidu"
+
+#: ../src/document.c:1337
+#, c-format
+msgid "File %s reloaded."
+msgstr "Ficheru %s recargáu."
+
+#. For translators: this is the status window message for opening a file. %d is the number
+#. * of the newly opened file, %s indicates whether the file is opened read-only
+#. * (it is replaced with the string ", read-only").
+#: ../src/document.c:1342
+#, c-format
+msgid "File %s opened(%d%s)."
+msgstr "Ficheru %s abiertu(%d%s)"
+
+#: ../src/document.c:1344
+msgid ", read-only"
+msgstr ", sólo llectura"
+
+#: ../src/document.c:1554
+msgid "Error renaming file."
+msgstr "Fallu renomando'l ficheru."
+
+#: ../src/document.c:1639
+#, c-format
+msgid ""
+"An error occurred while converting the file from UTF-8 in \"%s\". The file "
+"remains unsaved."
+msgstr ""
+"Ocurrió un fallu mientres se convertía'l ficheru dende UTF-8 en \"%s\". El "
+"ficheru non foi guardáu.n"
+
+#: ../src/document.c:1661
+#, c-format
+msgid ""
+"Error message: %s\n"
+"The error occurred at \"%s\" (line: %d, column: %d)."
+msgstr ""
+"Mensax de fallu: %s\n"
+"El fallu ocurrió en \"%s\" (llinia: %d, columna: %d)."
+
+#: ../src/document.c:1666
+#, c-format
+msgid "Error message: %s."
+msgstr "Mensax de fallu: %s."
+
+#: ../src/document.c:1766 ../src/document.c:1829
+msgid "Error saving file."
+msgstr "Fallu guardando ficheru."
+
+#: ../src/document.c:1828
+#, c-format
+msgid "Error saving file (%s)."
+msgstr "Fallu guardando ficheru (%s)."
+
+#: ../src/document.c:1853
+#, c-format
+msgid "File %s saved."
+msgstr "Ficheru %s guardáu."
+
+#: ../src/document.c:1921 ../src/document.c:1978 ../src/document.c:1986
+#, c-format
+msgid "\"%s\" was not found."
+msgstr "non s'atopó \"%s\"."
+
+#: ../src/document.c:1986
+msgid "Wrap search and find again?"
+msgstr "¿Volver al entamu y guetar de nueves?"
+
+#: ../src/document.c:2065 ../src/search.c:1113 ../src/search.c:1157
+#: ../src/search.c:1703 ../src/search.c:1704
+#, c-format
+msgid "No matches found for \"%s\"."
+msgstr "Non s'atoparon coincidencies pa \"%s\"."
+
+#: ../src/document.c:2076 ../src/document.c:2085
+#, c-format
+msgid "%s: replaced %d occurrence of \"%s\" with \"%s\"."
+msgid_plural "%s: replaced %d occurrences of \"%s\" with \"%s\"."
+msgstr[0] "%s: reemplazada %d ocurrencia de \"%s\" con \"%s\"."
+msgstr[1] "%s: reemplazado %d ocurrencies de \"%s\" con \"%s\"."
+
+#: ../src/document.c:2934
+msgid "Do you want to reload it?"
+msgstr "¿Quies recargalu?"
+
+#: ../src/document.c:2935
+#, c-format
+msgid ""
+"The file '%s' on the disk is more recent than\n"
+"the current buffer."
+msgstr ""
+"El ficheru '%s' del discu ye más reciente\n"
+"que la vista actual."
+
+#: ../src/document.c:2955
+msgid "Try to resave the file?"
+msgstr "¿Intentar volver a guardar el ficheru?"
+
+#: ../src/document.c:2956
+#, c-format
+msgid "File \"%s\" was not found on disk!"
+msgstr "Ficheru \"%s\" non foi atopáu nel discu!"
+
+#: ../src/editor.c:4318
+msgid "Enter Tab Width"
+msgstr "Introduz l'anchu de la llingüeta"
+
+#: ../src/editor.c:4319
+msgid "Enter the amount of spaces which should be replaced by a tab character."
+msgstr ""
+"Introduz la cantidá d'espacios que deben ser reemplazaos por un carauter de "
+"tabulación."
+
+#: ../src/encodings.c:76
+msgid "Celtic"
+msgstr "Celta"
+
+#: ../src/encodings.c:77 ../src/encodings.c:78
+msgid "Greek"
+msgstr "Griegu"
+
+#: ../src/encodings.c:79
+msgid "Nordic"
+msgstr "Nórdicu"
+
+#: ../src/encodings.c:80
+msgid "South European"
+msgstr "Europeu del sur"
+
+#: ../src/encodings.c:81 ../src/encodings.c:82 ../src/encodings.c:83
+#: ../src/encodings.c:84
+msgid "Western"
+msgstr "Occidental"
+
+#: ../src/encodings.c:86 ../src/encodings.c:87 ../src/encodings.c:88
+msgid "Baltic"
+msgstr "Bálticu"
+
+#: ../src/encodings.c:89 ../src/encodings.c:90 ../src/encodings.c:91
+msgid "Central European"
+msgstr "Europeu central"
+
+#. ISO-IR-111 not available on Windows
+#: ../src/encodings.c:92 ../src/encodings.c:93 ../src/encodings.c:95
+#: ../src/encodings.c:96 ../src/encodings.c:97
+msgid "Cyrillic"
+msgstr "Cirílicu"
+
+#: ../src/encodings.c:98
+msgid "Cyrillic/Russian"
+msgstr "Cirílicu/Rusu"
+
+#: ../src/encodings.c:99
+msgid "Cyrillic/Ukrainian"
+msgstr "Cirílicu/Ucranianu"
+
+#: ../src/encodings.c:100
+msgid "Romanian"
+msgstr "Rumanu"
+
+#: ../src/encodings.c:102 ../src/encodings.c:103 ../src/encodings.c:104
+msgid "Arabic"
+msgstr "Árabe"
+
+#. not available at all, ?
+#: ../src/encodings.c:105 ../src/encodings.c:107 ../src/encodings.c:108
+msgid "Hebrew"
+msgstr "Hebreu"
+
+#: ../src/encodings.c:109
+msgid "Hebrew Visual"
+msgstr "Hebreu Visual"
+
+#: ../src/encodings.c:111
+msgid "Armenian"
+msgstr "Armeniu"
+
+#: ../src/encodings.c:112
+msgid "Georgian"
+msgstr "Xeorxianu"
+
+#: ../src/encodings.c:113
+msgid "Thai"
+msgstr "Tailandés"
+
+#: ../src/encodings.c:114 ../src/encodings.c:115 ../src/encodings.c:116
+msgid "Turkish"
+msgstr "Turcu"
+
+#: ../src/encodings.c:117 ../src/encodings.c:118 ../src/encodings.c:119
+msgid "Vietnamese"
+msgstr "Vietnamita"
+
+#: ../src/encodings.c:121 ../src/encodings.c:122 ../src/encodings.c:123
+#: ../src/encodings.c:124 ../src/encodings.c:125 ../src/encodings.c:126
+#: ../src/encodings.c:127 ../src/encodings.c:128
+msgid "Unicode"
+msgstr "Unicode"
+
+#. maybe not available on Linux
+#: ../src/encodings.c:130 ../src/encodings.c:131 ../src/encodings.c:132
+#: ../src/encodings.c:134
+msgid "Chinese Simplified"
+msgstr "Chinu simplificáu"
+
+#: ../src/encodings.c:135 ../src/encodings.c:136 ../src/encodings.c:137
+msgid "Chinese Traditional"
+msgstr "Chinu tradicional"
+
+#: ../src/encodings.c:138 ../src/encodings.c:139 ../src/encodings.c:140
+#: ../src/encodings.c:141
+msgid "Japanese"
+msgstr "Xaponés"
+
+#: ../src/encodings.c:142 ../src/encodings.c:143 ../src/encodings.c:144
+#: ../src/encodings.c:145
+msgid "Korean"
+msgstr "Coreanu"
+
+#: ../src/encodings.c:147
+msgid "Without encoding"
+msgstr "Ensin _codificación"
+
+#: ../src/encodings.c:375
+msgid "_West European"
+msgstr "Europeu del _Oeste"
+
+#: ../src/encodings.c:381
+msgid "_East European"
+msgstr "Europeu del _Este"
+
+#: ../src/encodings.c:387
+msgid "East _Asian"
+msgstr "Este _Asiáticu"
+
+#: ../src/encodings.c:393
+msgid "_SE & SW Asian"
+msgstr "_SE & SO Asiáticu"
+
+#: ../src/encodings.c:399
+msgid "_Middle Eastern"
+msgstr "_Cercanu Oriente"
+
+#: ../src/encodings.c:405
+msgid "_Unicode"
+msgstr "_Unicode"
+
+#: ../src/filetypes.c:101 ../src/filetypes.c:209 ../src/filetypes.c:231
+#: ../src/filetypes.c:242 ../src/filetypes.c:264
+#, c-format
+msgid "%s source file"
+msgstr "Ficheru fonte %s"
+
+#: ../src/filetypes.c:102
+#, c-format
+msgid "%s file"
+msgstr "Ficheru %s"
+
+#: ../src/filetypes.c:118 ../src/filetypes.c:119 ../src/interface.c:3597
+#: ../src/interface.c:5149
+msgid "None"
+msgstr "Nengún"
+
+#: ../src/filetypes.c:409
+msgid "Shell script file"
+msgstr "Ficheru de guiones shell"
+
+#: ../src/filetypes.c:421
+msgid "Makefile"
+msgstr "Makefile"
+
+#: ../src/filetypes.c:433
+msgid "XML document"
+msgstr "Documentu XML"
+
+#: ../src/filetypes.c:468
+msgid "Cascading StyleSheet"
+msgstr "Fueyes d'estilu en cascada (CSS)"
+
+#: ../src/filetypes.c:479
+msgid "SQL Dump file"
+msgstr "Ficheru de volcáu SQL"
+
+#: ../src/filetypes.c:534
+msgid "Config file"
+msgstr "Ficheru de configuración"
+
+#: ../src/filetypes.c:546
+msgid "Gettext translation file"
+msgstr "Ficheru de torna Gettext"
+
+#: ../src/filetypes.c:579
+#, c-format
+msgid "%s script file"
+msgstr "Ficheru guión %s"
+
+#: ../src/filetypes.c:826
+msgid "_Programming Languages"
+msgstr "Llingüaxes de _Programación"
+
+#: ../src/filetypes.c:827
+msgid "_Scripting Languages"
+msgstr "Llingüaxes de _Scripts"
+
+#: ../src/filetypes.c:828
+msgid "_Markup Languages"
+msgstr "Llingüaxes d'_Etiquetes"
+
+#: ../src/filetypes.c:829
+msgid "M_iscellaneous Languages"
+msgstr "Llingüaxes M_isceláneos"
+
+#: ../src/filetypes.c:830
+#, fuzzy
+msgid "_Custom Filetypes"
+msgstr "Escoyer _Triba de Ficheru"
+
+#: ../src/filetypes.c:1403 ../src/win32.c:107
+msgid "All Source"
+msgstr "Too codigu fonte"
+
+#: ../src/filetypes.c:1428 ../src/project.c:292
+msgid "All files"
+msgstr "Tolos ficheros"
+
+#: ../src/filetypes.c:1487
+#, c-format
+msgid "Bad regex for filetype %s: %s"
+msgstr "Espresión regular incorreuta pa la triba de ficheru %s: %s"
+
+#: ../src/geany.h:53
+msgid "untitled"
+msgstr "ensin títulu"
+
+#: ../src/highlighting.c:3325 ../src/main.c:792 ../src/socket.c:164
+#: ../src/templates.c:346
+#, c-format
+msgid "Could not find file '%s'."
+msgstr "Non se pudo atopar el ficheru '%s'."
+
+#: ../src/highlighting.c:3374
+#, fuzzy
+msgid "_Color Schemes"
+msgstr "Seleutor de _Collor"
+
+#: ../src/highlighting.c:3381
+msgid "_Default"
+msgstr ""
+
+#: ../src/interface.c:295
+msgid "_File"
+msgstr "_Ficheru"
+
+#: ../src/interface.c:306
+msgid "New (with _Template)"
+msgstr "Nuevu (dende _Plantilla)"
+
+#: ../src/interface.c:323 ../src/interface.c:2093
+msgid "Open Selected F_ile"
+msgstr "Abrir Ficheru Seleic_ionáu"
+
+#: ../src/interface.c:327
+msgid "Recent _Files"
+msgstr "_Ficheros Recientes"
+
+#: ../src/interface.c:344
+msgid "Save A_ll"
+msgstr "Guardar _Too"
+
+#: ../src/interface.c:360
+msgid "R_eload As"
+msgstr "R_ecargar Como"
+
+#: ../src/interface.c:371 ../src/interface.c:553 ../src/interface.c:682
+#: ../src/interface.c:696 ../src/interface.c:950 ../src/interface.c:960
+#: ../src/interface.c:2161 ../src/interface.c:2175
+msgid "invisible"
+msgstr "invisible"
+
+#: ../src/interface.c:388
+msgid "Page Set_up"
+msgstr "_Configuración de Páxina"
+
+#: ../src/interface.c:405 ../src/notebook.c:213
+msgid "Close Ot_her Documents"
+msgstr "Zarrar otr_os documentos"
+
+#: ../src/interface.c:413 ../src/notebook.c:218
+msgid "C_lose All"
+msgstr "Za_rrar Too"
+
+#: ../src/interface.c:430
+msgid "_Edit"
+msgstr "_Editar"
+
+#: ../src/interface.c:480 ../src/interface.c:2102
+msgid "_Format"
+msgstr "_Formatu"
+
+#: ../src/interface.c:487 ../src/keybindings.c:367
+#, fuzzy
+msgid "_Reflow Lines/Block"
+msgstr "Celar llinies/bloque"
+
+#: ../src/interface.c:491
+msgid "T_oggle Case of Selection"
+msgstr "C_onvertir mayúscules/minúscules de la Seleición"
+
+#: ../src/interface.c:495 ../src/keybindings.c:272
+#, fuzzy
+msgid "_Transpose Current Line"
+msgstr "Tresponer la llinia actual"
+
+#: ../src/interface.c:504
+msgid "_Comment Line(s)"
+msgstr "_Comentar Llínia(es)"
+
+#: ../src/interface.c:508
+msgid "U_ncomment Line(s)"
+msgstr "_Descomentar Llínia(es)"
+
+#: ../src/interface.c:512
+msgid "_Toggle Line Commentation"
+msgstr "Comen_tar/Descomentar"
+
+#: ../src/interface.c:521
+msgid "_Increase Indent"
+msgstr "_Incrementar sangría"
+
+#: ../src/interface.c:529
+msgid "_Decrease Indent"
+msgstr "_Decrementar sangría"
+
+#: ../src/interface.c:537 ../src/keybindings.c:356
+#, fuzzy
+msgid "_Smart Line Indent"
+msgstr "Sangráu de llínia intelixente"
+
+#: ../src/interface.c:546
+msgid "_Send Selection to"
+msgstr "Mandar _Seleición a"
+
+#: ../src/interface.c:556 ../src/interface.c:2106
+#, fuzzy
+msgid "_Commands"
+msgstr "Comandu"
+
+#: ../src/interface.c:563 ../src/keybindings.c:313
+#, fuzzy
+msgid "_Cut Current Line(s)"
+msgstr "Cortar la(es) llínia(es) actual(es)"
+
+#: ../src/interface.c:571 ../src/keybindings.c:310
+#, fuzzy
+msgid "_Copy Current Line(s)"
+msgstr "Copiar la(es) llínia(es) actual(es)"
+
+#: ../src/interface.c:579 ../src/keybindings.c:265
+#, fuzzy
+msgid "_Delete Current Line(s)"
+msgstr "Esborrar la(es) llínia(es) actual(es)"
+
+#: ../src/interface.c:583 ../src/keybindings.c:262
+#, fuzzy
+msgid "_Duplicate Line or Selection"
+msgstr "Du_plicar Llínia o Seleición"
+
+#: ../src/interface.c:592 ../src/keybindings.c:323
+#, fuzzy
+msgid "_Select Current Line(s)"
+msgstr "Seleicionar llínia(es) actual(es)"
+
+#: ../src/interface.c:596 ../src/keybindings.c:326
+#, fuzzy
+msgid "_Select Current Paragraph"
+msgstr "Seleicionar parrafu actual"
+
+#: ../src/interface.c:605 ../src/keybindings.c:376
+#, fuzzy
+msgid "_Insert Alternative White Space"
+msgstr "Inxertar espaciu alternativu"
+
+#: ../src/interface.c:614 ../src/keybindings.c:432
+#, fuzzy
+msgid "_Go to Next Marker"
+msgstr "Dir a la siguiente marca"
+
+#: ../src/interface.c:618 ../src/keybindings.c:435
+#, fuzzy
+msgid "_Go to Previous Marker"
+msgstr "Dir a la marca anterior"
+
+#: ../src/interface.c:627 ../src/keybindings.c:365
+msgid "_Send Selection to Terminal"
+msgstr "_Unviar la Seleición a la Terminal"
+
+#: ../src/interface.c:636 ../src/interface.c:2115
+msgid "I_nsert Comments"
+msgstr "I_nxertar Comentarios"
+
+#: ../src/interface.c:647 ../src/interface.c:2126
+msgid "Insert _ChangeLog Entry"
+msgstr "Inxertar Entrada de _ChangeLog"
+
+#: ../src/interface.c:651 ../src/interface.c:2130
+msgid "Insert File _Header"
+msgstr "Inxertar _Encabezáu de Ficheru"
+
+#: ../src/interface.c:655 ../src/interface.c:2134
+msgid "Insert _Function Description"
+msgstr "Inxertar Descripción de _Función"
+
+#: ../src/interface.c:659 ../src/interface.c:2138
+msgid "Insert _Multiline Comment"
+msgstr "Inxertar Comentariu _Multillinia"
+
+#: ../src/interface.c:663 ../src/interface.c:2142
+msgid "Insert _GPL Notice"
+msgstr "Inxertar avisu de llicencia _GPL"
+
+#: ../src/interface.c:667 ../src/interface.c:2146
+msgid "Insert _BSD License Notice"
+msgstr "Inxertar avisu de llicencia _BSD"
+
+#: ../src/interface.c:671 ../src/interface.c:2150
+msgid "Insert Dat_e"
+msgstr "Inxertar F_echa"
+
+#: ../src/interface.c:685 ../src/interface.c:2164
+msgid "_Insert \"include <...>\""
+msgstr "_Inxertar \"include <...>\""
+
+#: ../src/interface.c:704
+msgid "Preference_s"
+msgstr "Preferencie_s"
+
+#: ../src/interface.c:712 ../src/keybindings.c:385
+#, fuzzy
+msgid "P_lugin Preferences"
+msgstr "Preferencies"
+
+#: ../src/interface.c:720
+msgid "_Search"
+msgstr "_Guetar"
+
+#: ../src/interface.c:731
+msgid "Find _Next"
+msgstr "Guetar _Sigiuente"
+
+#: ../src/interface.c:735
+msgid "Find _Previous"
+msgstr "Guetar _Anterior"
+
+#: ../src/interface.c:739
+msgid "Find in F_iles"
+msgstr "Guetar n'Arch_ivos"
+
+#: ../src/interface.c:743 ../src/search.c:544
+msgid "_Replace"
+msgstr "_Reemplazar"
+
+#: ../src/interface.c:756
+msgid "Find _Selected"
+msgstr "Guetar _Seleición"
+
+#: ../src/interface.c:760
+msgid "Find Pre_vious Selected"
+msgstr "Guetar Seleición Pre_via"
+
+#: ../src/interface.c:769
+msgid "Next _Message"
+msgstr "Prósimo _Mensax"
+
+#: ../src/interface.c:773
+msgid "Pr_evious Message"
+msgstr "Mensax Ant_erior"
+
+#: ../src/interface.c:782 ../src/interface.c:2216
+msgid "_Go to Line"
+msgstr "D_ir a la Llínia"
+
+#: ../src/interface.c:797
+msgid "Change _Font"
+msgstr "Camudar _Fonte"
+
+#: ../src/interface.c:810
+msgid "To_ggle All Additional Widgets"
+msgstr "Am_osar/Anubrir tolos paneles adicionales"
+
+#: ../src/interface.c:814
+msgid "Full_screen"
+msgstr "Pantalla _completa"
+
+#: ../src/interface.c:818
+msgid "Show Message _Window"
+msgstr "Amosar _Ventanu de Mensaxes"
+
+#: ../src/interface.c:823
+msgid "Show _Toolbar"
+msgstr "Amosar Barra de _Ferramientes"
+
+#: ../src/interface.c:828
+msgid "Show Side_bar"
+msgstr "Amosar _Barra llateral"
+
+#: ../src/interface.c:833 ../src/interface.c:4013 ../src/keybindings.c:255
+#: ../src/prefs.c:1495
+msgid "Editor"
+msgstr "Editor"
+
+#: ../src/interface.c:840
+msgid "Show _Markers Margin"
+msgstr "Amosar les _Marques de Marxenes"
+
+#: ../src/interface.c:845
+msgid "Show _Line Numbers"
+msgstr "Amosar Númberos de _Llínia"
+
+#: ../src/interface.c:850
+msgid "Show _White Space"
+msgstr "Amosar Espacios en Blancu"
+
+#: ../src/interface.c:854
+msgid "Show Line _Endings"
+msgstr "Amosar Final de Llín_ia"
+
+#: ../src/interface.c:858
+msgid "Show _Indentation Guides"
+msgstr "Amosar Guíes d'_Identación"
+
+#: ../src/interface.c:879
+msgid "_Document"
+msgstr "_Documentu"
+
+#: ../src/interface.c:886
+msgid "_Line Wrapping"
+msgstr "_Cortáu de Llínies"
+
+#: ../src/interface.c:891
+msgid "Line _Breaking"
+msgstr "_Dixebráu de llínia"
+
+#: ../src/interface.c:895
+msgid "_Auto-indentation"
+msgstr "Formateu de Códigu _Automáticu"
+
+#: ../src/interface.c:900
+msgid "In_dent Type"
+msgstr "Triba _de formateu"
+
+#: ../src/interface.c:907 ../src/interface.c:3636 ../src/interface.c:5188
+msgid "_Tabs"
+msgstr "_Tabulaciones"
+
+#: ../src/interface.c:913 ../src/interface.c:3627 ../src/interface.c:5179
+msgid "_Spaces"
+msgstr "E_spacios"
+
+#: ../src/interface.c:919 ../src/interface.c:3645 ../src/interface.c:5197
+msgid "T_abs and Spaces"
+msgstr "S_angríes y Espacios"
+
+#: ../src/interface.c:930
+msgid "Read _Only"
+msgstr "S_ólo Llectura"
+
+#: ../src/interface.c:934
+msgid "_Write Unicode BOM"
+msgstr "_Escribir el BOM Unicode"
+
+#: ../src/interface.c:943
+msgid "Set File_type"
+msgstr "Escoyer _Triba de Ficheru"
+
+#: ../src/interface.c:953
+msgid "Set _Encoding"
+msgstr "Escoyer _Codificación"
+
+#: ../src/interface.c:963
+msgid "Set Line E_ndings"
+msgstr "Escoyer Termi_naciones de Llínia"
+
+#: ../src/interface.c:970
+msgid "Convert and Set to _CR/LF (Win)"
+msgstr "Convertir a, y Escoyer _CR/LF (Win)"
+
+#: ../src/interface.c:976
+msgid "Convert and Set to _LF (Unix)"
+msgstr "Convertir a, y Escoyer _LF (Unix)"
+
+#: ../src/interface.c:982
+msgid "Convert and Set to CR (_Mac)"
+msgstr "Convertir a, y Escoyer CR (_Mac)"
+
+#: ../src/interface.c:993
+msgid "_Strip Trailing Spaces"
+msgstr "_Esborrar espacios al final"
+
+#: ../src/interface.c:997
+msgid "_Replace Tabs by Spaces"
+msgstr "_Reemplazar Tabulaciones por Espacios"
+
+#: ../src/interface.c:1001
+msgid "Replace Spaces b_y Tabs"
+msgstr "Reemplazar Espacios por San_gríes"
+
+#: ../src/interface.c:1010
+msgid "_Fold All"
+msgstr "_Replegar Too"
+
+#: ../src/interface.c:1014
+msgid "_Unfold All"
+msgstr "_Estenderexar Too"
+
+#: ../src/interface.c:1023
+msgid "Remove _Markers"
+msgstr "Esborrar _Marques"
+
+#: ../src/interface.c:1027
+msgid "Remove Error _Indicators"
+msgstr "Esborrar los _Indicadores de Fallos"
+
+#: ../src/interface.c:1031
+msgid "_Project"
+msgstr "_Proyeutu"
+
+#: ../src/interface.c:1038
+msgid "_New"
+msgstr "_Nuevu"
+
+#: ../src/interface.c:1046
+msgid "_Open"
+msgstr "_Abrir"
+
+#: ../src/interface.c:1054
+msgid "_Recent Projects"
+msgstr "Proyeutos _Recientes"
+
+#: ../src/interface.c:1058
+msgid "_Close"
+msgstr "_Zarrar"
+
+#: ../src/interface.c:1079
+msgid "_Tools"
+msgstr "_Ferramientes"
+
+#: ../src/interface.c:1086
+msgid "_Reload Configuration"
+msgstr "_Recargar Configuración"
+
+#: ../src/interface.c:1094
+msgid "C_onfiguration Files"
+msgstr "Ficheros de C_onfiguración"
+
+#: ../src/interface.c:1107
+msgid "_Color Chooser"
+msgstr "Seleutor de _Collor"
+
+#: ../src/interface.c:1115
+msgid "_Word Count"
+msgstr "C_untar Pallabres"
+
+#: ../src/interface.c:1119
+msgid "Load Ta_gs"
+msgstr "Cargar Ta_gs"
+
+#: ../src/interface.c:1123 ../src/interface.c:1130
+msgid "_Help"
+msgstr "A_ida"
+
+#: ../src/interface.c:1138
+msgid "_Website"
+msgstr "Sitiu _Web"
+
+#: ../src/interface.c:1142
+msgid "_Keyboard Shortcuts"
+msgstr "_Ataxos de Tecláu"
+
+#: ../src/interface.c:1146
+msgid "_Debug Messages"
+msgstr "Mensaxes de _Depuración"
+
+#: ../src/interface.c:1185 ../src/sidebar.c:128
+msgid "Symbols"
+msgstr "Símbolos"
+
+#: ../src/interface.c:1199
+msgid "Documents"
+msgstr "Documentos"
+
+#: ../src/interface.c:1235
+msgid "Status"
+msgstr "Estáu"
+
+#: ../src/interface.c:1249
+msgid "Compiler"
+msgstr "Compilador"
+
+#: ../src/interface.c:1264
+msgid "Messages"
+msgstr "Mensaxes"
+
+#: ../src/interface.c:1277
+msgid "Scribble"
+msgstr "Borrador"
+
+#: ../src/interface.c:1896 ../src/interface.c:3382
+msgid "Images _and Text"
+msgstr "Imáxenes _y testu"
+
+#: ../src/interface.c:1901 ../src/interface.c:3414
+msgid "_Images Only"
+msgstr "Sólo _imáxenes"
+
+#: ../src/interface.c:1906 ../src/interface.c:3406
+msgid "_Text Only"
+msgstr "Sólo _testu"
+
+#: ../src/interface.c:1917 ../src/interface.c:3398
+msgid "_Large Icons"
+msgstr "Iconos _grandes"
+
+#: ../src/interface.c:1922 ../src/interface.c:3390
+msgid "_Small Icons"
+msgstr "Iconos _pequeños"
+
+#: ../src/interface.c:1927 ../src/interface.c:3422
+msgid "_Very Small Icons"
+msgstr "_Iconos mui pequeños"
+
+#: ../src/interface.c:1938
+msgid "_Customize Toolbar"
+msgstr "_Personalizar la Barra de Ferramientes"
+
+#: ../src/interface.c:1946
+msgid "_Hide Toolbar"
+msgstr "_Anubrir la Barra de Ferramientes"
+
+#: ../src/interface.c:2183
+msgid "Find _Usage"
+msgstr "Atopar _Usu"
+
+#: ../src/interface.c:2191
+msgid "Find _Document Usage"
+msgstr "Atopar Usu del _Documentu"
+
+#: ../src/interface.c:2199
+msgid "Go to _Tag Definition"
+msgstr "Dir a la Definición del _Tag"
+
+#: ../src/interface.c:2203
+msgid "Go to T_ag Declaration"
+msgstr "Dir a la Declaración del T_ag"
+
+#: ../src/interface.c:2207
+msgid "Conte_xt Action"
+msgstr "Aición Conte_stual"
+
+#: ../src/interface.c:2724 ../src/keybindings.c:382
+msgid "Preferences"
+msgstr "Preferencies"
+
+#: ../src/interface.c:2760
+msgid "Load files from the last session"
+msgstr "Cargar ficheros de la cabera sesión"
+
+#: ../src/interface.c:2763
+msgid "Opens at startup the files from the last session"
+msgstr "Abre nel entamu los ficheros de la cabera sesion"
+
+#: ../src/interface.c:2765
+msgid "Load virtual terminal support"
+msgstr "Cargar emulación de terminal virtual"
+
+#: ../src/interface.c:2767
+msgid ""
+"Whether the virtual terminal emulation (VTE) should be loaded at startup, "
+"disable it if you do not need it"
+msgstr ""
+"Cuando la emulación de la terminal virtual (VTE) debiera cargase al entamu, "
+"desactivalu si nun lo necesites"
+
+#: ../src/interface.c:2769
+msgid "Enable plugin support"
+msgstr "Activar sofitu de complementos"
+
+#: ../src/interface.c:2773
+msgid "<b>Startup</b>"
+msgstr "<b>Entamu</b>"
+
+#: ../src/interface.c:2792
+msgid "Save window position and geometry"
+msgstr "Guardar la posición de la ventana y la so xeometría"
+
+#: ../src/interface.c:2795
+msgid "Saves the window position and geometry and restores it at the start"
+msgstr ""
+"Guardar la posición de la ventana y la so xeometría y restableceles al entamu"
+
+#: ../src/interface.c:2797
+msgid "Confirm exit"
+msgstr "Confirmar salida"
+
+#: ../src/interface.c:2800
+msgid "Shows a confirmation dialog on exit"
+msgstr "Pidir confirmación al salir"
+
+#: ../src/interface.c:2802
+msgid "<b>Shutdown</b>"
+msgstr "<b>Zarráu</b>"
+
+#: ../src/interface.c:2823
+msgid "Startup path:"
+msgstr "Camín d'aniciu:"
+
+#: ../src/interface.c:2835
+msgid ""
+"Path to start in when opening or saving files. Must be an absolute path. "
+"Leave blank to use the current working directory."
+msgstr ""
+"Camín a aniciar cuando s'abren o guarden ficheros. Debe ser un camín "
+"absolutu. Dexar en blancu pa usar el direutoriu de trabayu actual."
+
+#: ../src/interface.c:2848
+msgid "Project files:"
+msgstr "Ficheros del proyeutu:"
+
+#: ../src/interface.c:2860
+msgid "Path to start in when opening project files"
+msgstr "Camín a aniciar cuando s'abran ficheros de proyeutos"
+
+#: ../src/interface.c:2873
+msgid "Extra plugin path:"
+msgstr "Camín adicional pa plugins:"
+
+#: ../src/interface.c:2885
+msgid ""
+"Geany looks by default in the global installation path and in the "
+"configuration directory. The path entered here will be searched additionally "
+"for plugins. Leave blank to disable."
+msgstr ""
+"De mou predetermináu, Geany restola nel camín global d'instalación y nel "
+"direutoriu de configuración. Nel camín qu'introduzas equí van guetase "
+"adicionalmente plugins. Déxalu en blancu pa desactivalu."
+
+#: ../src/interface.c:2898
+msgid "<b>Paths</b>"
+msgstr "<b>Caminos</b>"
+
+#: ../src/interface.c:2903
+msgid "Startup"
+msgstr "Anicíu"
+
+#: ../src/interface.c:2925
+msgid "Beep on errors or when compilation has finished"
+msgstr "Alerta sonora pa fallos o la finalización de la compilación"
+
+#: ../src/interface.c:2928
+msgid ""
+"Whether to beep if an error occurred or when the compilation process has "
+"finished"
+msgstr "cuando pitar si pasó un fallu o cuando'l procesu de compilación finé"
+
+#: ../src/interface.c:2930
+msgid "Switch to status message list at new message"
+msgstr "Camudar a la llista de mensaxes d'estáu cuando heba un nuevu mensaxe"
+
+#: ../src/interface.c:2933
+msgid ""
+"Switch to the status message tab (in the notebook window at the bottom) if a "
+"new status message arrives"
+msgstr ""
+"Camudar a la llingüeta de mensaxes d'estáu (no cimero de la ventana de "
+"llingüetes) si ye un mensaxe d'estáu nuevu"
+
+#: ../src/interface.c:2935
+msgid "Suppress status messages in the status bar"
+msgstr "Desaniciar mensaxes de estáu na barra d'estáu"
+
+#: ../src/interface.c:2938
+msgid ""
+"Removes all messages from the status bar. The messages are still displayed "
+"in the status messages window."
+msgstr ""
+"Desaniciar tolos mensaxes de la barra d'estáu. Los mensaxes son amosaos de "
+"toes formes nel ventanu de mensaxes d'estáu."
+
+#: ../src/interface.c:2940
+msgid "Auto-focus widgets (focus follows mouse)"
+msgstr "Enfocar automáticamente los widgets (el focu sigue al mur)"
+
+#: ../src/interface.c:2943
+msgid ""
+"Gives the focus automatically to widgets below the mouse cursor. Works for "
+"the main editor widget, the scribble, the toolbar search and goto line "
+"fields and the VTE."
+msgstr ""
+"Dar focu automáticamente a los paneles embaxo del cursor del mur. Furrula "
+"pal panel d'edición principal, el borrador, la barra de guetes, el campu dir "
+"a y la VTE."
+
+#: ../src/interface.c:2945 ../src/interface.c:3310 ../src/interface.c:4218
+msgid "<b>Miscellaneous</b>"
+msgstr "<b>Miscelaneos</b>"
+
+#: ../src/interface.c:2965
+msgid "Always wrap search and hide the Find dialog"
+msgstr "Siempre dar la vuelta cola gueta y anubrir el dialogu de Guetar"
+
+#: ../src/interface.c:2968
+msgid ""
+"Always wrap search around the document and hide the Find dialog after "
+"clicking Find Next/Previous"
+msgstr ""
+"Axustar siempre la gueta alrodiu del documentu y anubrir el diálogu d'Atopar "
+"dempués de calcar Atopar Siguiente/Previu"
+
+#: ../src/interface.c:2970
+msgid "Use the current word under the cursor for Find dialogs"
+msgstr ""
+"Usar la pallabra actualmente embaxu del cursor pa los diálogos de Guetar"
+
+#: ../src/interface.c:2973
+msgid ""
+"Use current word under the cursor when opening the Find, Find in Files or "
+"Replace dialog and there is no selection"
+msgstr ""
+"Usar pallabra actual embaxu'l cursor cuando abriendo Atopar, Atopar en "
+"Ficheros o Reemplazar diálogu y nun hai seleición"
+
+#: ../src/interface.c:2975
+msgid "Use the current file's directory for Find in Files"
+msgstr "Usar el direutoriu del ficheru actual pa Guetar en Ficheros"
+
+#: ../src/interface.c:2979
+msgid "<b>Search</b>"
+msgstr "<b>Guetar</b>"
+
+#: ../src/interface.c:2998
+msgid "Use project-based session files"
+msgstr "Usar ficheros de sesión por proyeutos"
+
+#: ../src/interface.c:3001
+msgid ""
+"Whether to store a project's session files and open them when re-opening the "
+"project"
+msgstr ""
+"Cuando almacenar los ficheros d'una sesión de proyeutu y abrilos al reabrir "
+"el proyeutu"
+
+#: ../src/interface.c:3003
+msgid "Store project file inside the project base directory"
+msgstr ""
+"Guardar el ficheru de proyeutu dientro del direutoriu base del proyeutu"
+
+#: ../src/interface.c:3006
+msgid ""
+"When enabled, a project file is stored by default inside the project base "
+"directory when creating new projects instead of one directory above the base "
+"directory. You can still change the path of the project file in the New "
+"Project dialog."
+msgstr ""
+"Cuando ta activáu, y en creando nuevos proyeutos, atróxase de mou "
+"predetermináu un ficheru de proyeutu dientro'l direutoriu base del proyeutu "
+"en cuenta de facelo nun direutoriu perriba del base. Entá podrás camudar el "
+"camín del ficheru de proyeutu nel diálogu Nuevu Proyeutu."
+
+#: ../src/interface.c:3008
+msgid "<b>Projects</b>"
+msgstr "<b>Proyeutos</b>"
+
+#: ../src/interface.c:3013
+msgid "Miscellaneous"
+msgstr "Varios"
+
+#. TODO Find a better way to map the current notebook page to the
+#. * corresponding chapter in the documentation, comparing translatable
+#. * strings is easy to break. Maybe attach an identifying string to the
+#. * tab label object.
+#: ../src/interface.c:3017 ../src/prefs.c:1489
+msgid "General"
+msgstr "Xeneral"
+
+#: ../src/interface.c:3054
+msgid "Show symbol list"
+msgstr "Amosar la llista de símbolos"
+
+#: ../src/interface.c:3057
+msgid "Toggle the symbol list on and off"
+msgstr "Amosar/anubrir la llista de símbolos"
+
+#: ../src/interface.c:3059
+msgid "Show documents list"
+msgstr "Amosar la llista de documentos"
+
+#: ../src/interface.c:3062
+msgid "Toggle the documents list on and off"
+msgstr "Amosar/anubrir la llista de documentos"
+
+#: ../src/interface.c:3064
+#, fuzzy
+msgid "Show sidebar"
+msgstr "Amosar _Barra llateral"
+
+#: ../src/interface.c:3072
+#, fuzzy
+msgid "Position:"
+msgstr "Descripción:"
+
+#: ../src/interface.c:3076 ../src/interface.c:3191 ../src/interface.c:3245
+#: ../src/interface.c:3263 ../src/interface.c:3281
+msgid "Left"
+msgstr "Manzorga"
+
+#: ../src/interface.c:3083 ../src/interface.c:3199 ../src/interface.c:3246
+#: ../src/interface.c:3264 ../src/interface.c:3282
+msgid "Right"
+msgstr "Mandrecha"
+
+#: ../src/interface.c:3089
+msgid "<b>Sidebar</b>"
+msgstr "<b>Barra llateral</b>"
+
+#: ../src/interface.c:3110
+msgid "Symbol list:"
+msgstr "Llista de símbolos:"
+
+#: ../src/interface.c:3117 ../src/interface.c:3232
+msgid "Message window:"
+msgstr "Ventanu de mensaxes:"
+
+#: ../src/interface.c:3124 ../src/interface.c:3268
+msgid "Editor:"
+msgstr "Editor:"
+
+#: ../src/interface.c:3136
+msgid "Sets the font for the message window"
+msgstr "Seleiciona la fonte pal ventanu de mensaxes"
+
+#: ../src/interface.c:3144
+msgid "Sets the font for the symbol list"
+msgstr "Seleiciona la fonte pa la llista de símbolos"
+
+#: ../src/interface.c:3152
+msgid "Sets the editor font"
+msgstr "Seleiciona la fonte del editor"
+
+#: ../src/interface.c:3154
+msgid "<b>Fonts</b>"
+msgstr "<b>Fontes</b>"
+
+#: ../src/interface.c:3173
+msgid "Show editor tabs"
+msgstr "Amosar llingüetes del editor"
+
+#: ../src/interface.c:3177
+msgid "Show close buttons"
+msgstr "Amosar botónes pa zarrar"
+
+#: ../src/interface.c:3180
+msgid ""
+"Shows a small cross button in the file tabs to easily close files when "
+"clicking on it (requires restart of Geany)"
+msgstr ""
+"Amosa una pequeña cruz nes llingüetes de ficheru pa poder zarrales "
+"fácilmente (requier reaniciar Geany)"
+
+#: ../src/interface.c:3186
+msgid "Placement of new file tabs:"
+msgstr "Ubicación de les llingüetes de ficheros nuevos:"
+
+#: ../src/interface.c:3194
+msgid "File tabs will be placed on the left of the notebook"
+msgstr ""
+"Les llingüetes de ficheros serán ubicaes a la manzorga de la llista de "
+"pestañes"
+
+#: ../src/interface.c:3202
+msgid "File tabs will be placed on the right of the notebook"
+msgstr ""
+"Les llingüetes de ficheros serán ubicaes a la mandrecha de la llista de "
+"llingüetes"
+
+#: ../src/interface.c:3206
+msgid "Double-clicking hides all additional widgets"
+msgstr "Calcar dos vegaes anubre tolos widgets adicionales"
+
+#: ../src/interface.c:3209
+msgid "Calls the View->Toggle All Additional Widgets command"
+msgstr "Llamar a la Vista->Camuda'l comandu de Tolos los Widgets Adicionales"
+
+#: ../src/interface.c:3211
+msgid "<b>Editor tabs</b>"
+msgstr "<b>Llingüetes d'edición</b>"
+
+#: ../src/interface.c:3247 ../src/interface.c:3265 ../src/interface.c:3283
+msgid "Top"
+msgstr "Enrriba"
+
+#: ../src/interface.c:3248 ../src/interface.c:3266 ../src/interface.c:3284
+msgid "Bottom"
+msgstr "Embaxu"
+
+#: ../src/interface.c:3250
+msgid "Sidebar:"
+msgstr "Barra llateral:"
+
+#: ../src/interface.c:3286
+msgid "<b>Tab positions</b>"
+msgstr "<b>Posición de llingüetes:</b>"
+
+#: ../src/interface.c:3305
+msgid "Show status bar"
+msgstr "Amosar barra d'estáu"
+
+#: ../src/interface.c:3308
+msgid "Whether to show the status bar at the bottom of the main window"
+msgstr "Cuando amosar la barra d'estáu no cimero de la ventana principal"
+
+#: ../src/interface.c:3315 ../src/prefs.c:1491
+msgid "Interface"
+msgstr "Interface"
+
+#: ../src/interface.c:3338
+msgid "Show T_oolbar"
+msgstr "Amosar la _Barra de Ferramientes"
+
+#: ../src/interface.c:3342
+msgid "_Append Toolbar to the Menu"
+msgstr "A_mestar la Barra de Ferramientes al Menú"
+
+#: ../src/interface.c:3345
+msgid "Pack the toolbar to the main menu to save vertical space"
+msgstr ""
+"Empaquetar la barra de ferramientes nel menú p'aforrar espaciu vertical"
+
+#: ../src/interface.c:3347
+msgid "<b>Toolbar</b>"
+msgstr "<b>Barra de Ferramientes</b>"
+
+#: ../src/interface.c:3368
+msgid "Icon style:"
+msgstr "Estilu d'iconu:"
+
+#: ../src/interface.c:3375
+msgid "Icon size:"
+msgstr "Tamañu d'iconu:"
+
+#: ../src/interface.c:3430
+msgid "<b>Appearance</b>"
+msgstr "<b>Apariencia</b>"
+
+#: ../src/interface.c:3455 ../src/toolbar.c:896
+msgid "Customize Toolbar"
+msgstr "Personalizar la Barra de Ferramientes"
+
+#: ../src/interface.c:3459 ../src/prefs.c:1493
+msgid "Toolbar"
+msgstr "Barra de Ferramientes"
+
+#: ../src/interface.c:3486
+msgid "Line wrapping"
+msgstr "Cortáu de llínias"
+
+#: ../src/interface.c:3489
+msgid ""
+"Wrap the line at the window border and continue it on the next line. Note: "
+"line wrapping has a high performance cost for large documents so should be "
+"disabled on slow machines."
+msgstr ""
+"Cortar la llínia nel borde de la ventana y continuala na llínia siguiente. "
+"Nota: esta opción tien un gran costu en velocidá pa documentos grandes asina "
+"que debería ser desactivada en maquines llentes."
+
+#: ../src/interface.c:3491
+msgid "Enable \"smart\" home key"
+msgstr "Activar la tecla anicio \"intelixente\""
+
+#: ../src/interface.c:3494
+msgid ""
+"When \"smart\" home is enabled, the HOME key will move the caret to the "
+"first non-blank character of the line, unless it is already there, it moves "
+"to the very beginning of the line. When this feature is disabled, the HOME "
+"key always moves the caret to the start of the current line, regardless of "
+"its current position."
+msgstr ""
+"Cuando la tecla d'anicio \"intelixente\" te activa, la tecla ANICIU moverá'l "
+"cursor al primer caráuter non blancu de la llinia, a menos que ya té elli, "
+"en cuyo casu muevelu al principiu absolutu de la llinia. Cuando esta "
+"funcionalidá ta desactivada, la tecla ANICIU siempre mueve'l cursor al "
+"principiu de la llinia actual, independientemente de la so posición actual."
+
+#: ../src/interface.c:3496
+msgid "Disable Drag and Drop"
+msgstr "Desactivar Arrastrar y Soltar (Drag and Drop)"
+
+#: ../src/interface.c:3499
+msgid ""
+"Disable drag and drop completely in the editor window so you can't drag and "
+"drop any selections within or outside of the editor window"
+msgstr ""
+"Desactiva completamente arrastrar y soltar na ventana del editor, asina que "
+"nun puedes soltar y arrastrar nenguna seleición dientro o fuera de la "
+"ventana del editor"
+
+#: ../src/interface.c:3501
+msgid "Enable folding"
+msgstr "Activar plegáu"
+
+#: ../src/interface.c:3504
+msgid "Whether to enable folding the code"
+msgstr "Si activar el plegáu de códigu"
+
+#: ../src/interface.c:3506
+msgid "Fold/unfold all children of a fold point"
+msgstr "Replegar/Desplegar tolos fíos d'un puntu de plegáu"
+
+#: ../src/interface.c:3509
+msgid ""
+"Fold or unfold all children of a fold point. By pressing the Shift key while "
+"clicking on a fold symbol the contrary behavior is used."
+msgstr ""
+"Plegar o desplegar tolos fíos d'un puntu de pliegu. N'apertando la tecla "
+"Mayúscules demientres se calca nun símbolu de pliegu, algamaráse'l "
+"comportamientu contrariu."
+
+#: ../src/interface.c:3511
+msgid "Use indicators to show compile errors"
+msgstr "Usar indicadores p'amosar los fallos de compilación"
+
+#: ../src/interface.c:3514
+msgid ""
+"Whether to use indicators (a squiggly underline) to highlight the lines "
+"where the compiler found a warning or an error"
+msgstr ""
+"Cuando usar indicadores (una llínia ondulada) pa marcar les llínies cuando'l "
+"compilador atopa un avisu o un fallu"
+
+#: ../src/interface.c:3516
+msgid "Newline strips trailing spaces"
+msgstr "Una nueva llinia esborra espacios estra al final"
+
+#: ../src/interface.c:3519
+msgid "Enable newline to strip the trailing spaces on the previous line"
+msgstr ""
+"Activa nueva llínia curtiando los espacios sobrantes na llínia siguiente"
+
+#: ../src/interface.c:3525
+msgid "Line breaking column:"
+msgstr "Columna de división de llínia:"
+
+#: ../src/interface.c:3539
+msgid "Comment toggle marker:"
+msgstr "Activar/Desactivar marcador de comentarios:"
+
+#: ../src/interface.c:3546
+msgid ""
+"A string which is added when toggling a line comment in a source file, it is "
+"used to mark the comment as toggled."
+msgstr ""
+"Una cadena la cual ye amestada cuando s'alterna una llínia de comentariu nel "
+"ficheru fonte, ello ye usáu pa marcar los comentarios como camudaos."
+
+#: ../src/interface.c:3548
+msgid "<b>Features</b>"
+msgstr "<b>Característiques</b>"
+
+#: ../src/interface.c:3553
+msgid "Features"
+msgstr "Característiques"
+
+#: ../src/interface.c:3585 ../src/interface.c:5137
+msgid "Auto-indent mode:"
+msgstr "Mou de formatéu de códigu:"
+
+#: ../src/interface.c:3598 ../src/interface.c:5150
+msgid "Basic"
+msgstr "Básicu"
+
+#: ../src/interface.c:3599 ../src/interface.c:5151
+msgid "Current chars"
+msgstr "Caráuter actual"
+
+#: ../src/interface.c:3600 ../src/interface.c:5152
+msgid "Match braces"
+msgstr "Concasando coles llaves correspondientes"
+
+#: ../src/interface.c:3602 ../src/interface.c:3953 ../src/interface.c:5154
+msgid "Type:"
+msgstr "Triba:"
+
+#: ../src/interface.c:3609 ../src/interface.c:5161
+msgid "Width:"
+msgstr "Anchu:"
+
+#: ../src/interface.c:3622 ../src/interface.c:5174
+msgid "The width in chars of a single indent"
+msgstr "L'anchu en carauteres d'una indentación simple"
+
+#: ../src/interface.c:3632 ../src/interface.c:5184
+msgid "Use spaces when inserting indentation"
+msgstr "Usar espacios cuando s'inxerte la identación"
+
+#: ../src/interface.c:3641 ../src/interface.c:5193
+msgid "Use one tab per indent"
+msgstr "Usar una tabulación por identación"
+
+#: ../src/interface.c:3650 ../src/interface.c:5202
+msgid ""
+"Use spaces if the total indent is less than the tab width, otherwise use both"
+msgstr ""
+"Usar espacios si la identación ye menor que l'anchu d'una sangría, sinon "
+"usar dambos"
+
+#: ../src/interface.c:3665 ../src/interface.c:5224
+msgid "Hard tab width:"
+msgstr "Anchu del tabulador puru:"
+
+#: ../src/interface.c:3673 ../src/interface.c:5232
+msgid "The width of a tab when Tabs & Spaces is set for a document"
+msgstr ""
+"L'anchu d'un tabulador cuando Tabulación y Espacios ye afitáu pa un documentu"
+
+#: ../src/interface.c:3683 ../src/interface.c:5211
+msgid ""
+"Whether to detect the indentation type from file contents when a file is "
+"opened"
+msgstr ""
+"Cuando deteutar la triba d'indentación dende'l conteníu d'un ficheru cuando "
+"ye abiertu"
+
+#: ../src/interface.c:3685
+msgid "Tab key indents"
+msgstr "Indentación de la tecla Tabulación"
+
+#: ../src/interface.c:3688
+msgid ""
+"Pressing tab/shift-tab indents/unindents instead of inserting a tab character"
+msgstr ""
+"Calcar tab/shift-tab indenta/desidenta en llugar d'insertar un carauter de "
+"tabulación"
+
+#: ../src/interface.c:3690
+msgid "<b>Indentation</b>"
+msgstr "<b>Sangría</b>"
+
+#: ../src/interface.c:3695 ../src/interface.c:5237
+msgid "Indentation"
+msgstr "Indentáu"
+
+#: ../src/interface.c:3718
+msgid "Snippet completion"
+msgstr "Completáu de construcciones"
+
+#: ../src/interface.c:3721
+msgid ""
+"Type a defined short character sequence and complete it to a more complex "
+"string using a single keypress"
+msgstr ""
+"Escribir la secuencia d'un carauter curtíu definíu y completalu a una cadena "
+"más complexa usando pulsación de telcles simple"
+
+#: ../src/interface.c:3723
+msgid "XML tag autocompletion"
+msgstr "Completar etiquetes XML automáticamente"
+
+#: ../src/interface.c:3726
+msgid "Automatic completion and closing of XML tags (includes HTML tags)"
+msgstr ""
+"Completáu y zarráu automáticu d'etiquetes XML abiertes (incluí etiquetes "
+"HTML)"
+
+#: ../src/interface.c:3728
+msgid "Automatic continuation of multi-line comments"
+msgstr "Continuación automática de comentarios multi-llínia"
+
+#: ../src/interface.c:3731
+msgid ""
+"Continue automatically multi-line comments in languages like C, C++ and Java "
+"when a new line is entered inside such a comment"
+msgstr ""
+"Siguir automáticamente los comentarios multillínia en llingüaxes como C, C++ "
+"y Java cuando una nueva llínia seya inxertada en dicho comentariu"
+
+#: ../src/interface.c:3733
+msgid "Autocomplete symbols"
+msgstr "Completar símbolos automáticamente"
+
+#: ../src/interface.c:3736
+msgid ""
+"Automatic completion of known symbols in open files (function names, global "
+"variables, ...)"
+msgstr ""
+"Completáu automáticu de símbolos conocíos en ficheros abiertos (nomes de "
+"funciones, variables globales, ...)"
+
+#: ../src/interface.c:3738
+msgid "Autocomplete all words in document"
+msgstr "Completar toles pallabres del documentu automáticamente"
+
+#: ../src/interface.c:3742
+msgid "Drop rest of word on completion"
+msgstr "Omitir el restu de la pallabra tres completar"
+
+#: ../src/interface.c:3752
+msgid "Max. symbol name suggestions:"
+msgstr "Númberu de suxerencies másimu pa un símbolu:"
+
+#: ../src/interface.c:3759
+msgid "Completion list height:"
+msgstr "Largu de la llista de completáu:"
+
+#: ../src/interface.c:3766
+msgid "Characters to type for autocompletion:"
+msgstr "Carauteres a tecliar pa completar automáticamente:"
+
+#: ../src/interface.c:3779
+msgid ""
+"The amount of characters which are necessary to show the symbol "
+"autocompletion list"
+msgstr ""
+"La cantidá de carauteres necesarios p'amosar la llista de símbolos pa "
+"completar automáticamente"
+
+#: ../src/interface.c:3788
+msgid "Display height in rows for the autocompletion list"
+msgstr "Altor, en files, del visor pa la llista de completáu automáticu"
+
+#: ../src/interface.c:3797
+msgid "Maximum number of entries to display in the autocompletion list"
+msgstr "Númberu máximu d'entraes p'amosar na llista de completáu automáticu"
+
+#: ../src/interface.c:3800
+msgid "<b>Completions</b>"
+msgstr "<b>Completaos</b>"
+
+#: ../src/interface.c:3820
+msgid "Parenthesis ( )"
+msgstr "Paréntesis ( )"
+
+#: ../src/interface.c:3825
+msgid "Auto-close parenthesis when typing an opening one"
+msgstr "Zarrar automáticamente los paréntesis cuando s'abra un"
+
+#: ../src/interface.c:3827
+msgid "Single quotes ' '"
+msgstr "Comilles simples ' '"
+
+#: ../src/interface.c:3832
+msgid "Auto-close simple quote when typing an opening one"
+msgstr "Zarrar automáticamente los apóstrofes cuando s'abra un"
+
+#: ../src/interface.c:3834
+msgid "Curly brackets { }"
+msgstr "Llaves { }"
+
+#: ../src/interface.c:3839
+msgid "Auto-close curly bracket when typing an opening one"
+msgstr "Zarrar automáticamente les llaves cuando s'abra una"
+
+#: ../src/interface.c:3841
+msgid "Square brackets [ ]"
+msgstr "Corchetes [ ]"
+
+#: ../src/interface.c:3846
+msgid "Auto-close square-bracket when typing an opening one"
+msgstr "Zarrar automáticamente los corchetes en tecliando ún d'apertura"
+
+#: ../src/interface.c:3848
+msgid "Double quotes \" \""
+msgstr "Comilles \" \""
+
+#: ../src/interface.c:3853
+msgid "Auto-close double quote when typing an opening one"
+msgstr "Zarrar automáticamente les comilles cuando s'abra una"
+
+#: ../src/interface.c:3855
+msgid "<b>Auto-close quotes and brackets</b>"
+msgstr "<b>Zarrar automáticamente los corchetes y comilles</b>"
+
+#: ../src/interface.c:3860
+msgid "Completions"
+msgstr "Completaos"
+
+#: ../src/interface.c:3883
+msgid "Invert syntax highlighting colors"
+msgstr "Invierte los collores de resaltáu de sintasis"
+
+#: ../src/interface.c:3886
+msgid "Invert all colors, by default using white text on a black background"
+msgstr ""
+
+#: ../src/interface.c:3888
+msgid "Show indentation guides"
+msgstr "Amosar guíes de formatéu automáticu de códigu"
+
+#: ../src/interface.c:3891
+msgid "Shows small dotted lines to help you to use the right indentation"
+msgstr ""
+"Amosar pequeñes llínies de puntos p'aidar nel usu de la indentación correuta"
+
+#: ../src/interface.c:3893
+msgid "Show white space"
+msgstr "Amosar espacios en blancu"
+
+#: ../src/interface.c:3896
+msgid "Marks spaces with dots and tabs with arrows"
+msgstr "Marcar espacios con puntos y tabuladores con fleches"
+
+#: ../src/interface.c:3898
+msgid "Show line endings"
+msgstr "Amosar terminaciones de llínia"
+
+#: ../src/interface.c:3901
+msgid "Shows the line ending character"
+msgstr "Amuesa'l caráuter de fin de llinia"
+
+#: ../src/interface.c:3903
+msgid "Show line numbers"
+msgstr "Amosar númberu de llínia"
+
+#: ../src/interface.c:3906
+msgid "Shows or hides the Line Number margin"
+msgstr "Amosar o anubrir la Numberación de Llínia nel marxe"
+
+#: ../src/interface.c:3908
+msgid "Show markers margin"
+msgstr "Amosar marcadores nel marxe"
+
+#: ../src/interface.c:3911
+msgid ""
+"Shows or hides the small margin right of the line numbers, which is used to "
+"mark lines"
+msgstr ""
+"Amosar o anubrir nel pequeñu marxe de la mandrecha los númberos de llínia, "
+"los cuales son usaos pa marcar llínies"
+
+#: ../src/interface.c:3913
+msgid "Stop scrolling at last line"
+msgstr "Parar desplazamientu na cabera llínia"
+
+#: ../src/interface.c:3916
+msgid "Whether to stop scrolling one page past the last line of a document"
+msgstr ""
+"Cuando detener el desplazamiento d'una páxina pasada de la cabera llínia "
+"d'un documentu"
+
+#: ../src/interface.c:3918
+msgid "<b>Display</b>"
+msgstr "<b>Amosar</b>"
+
+#: ../src/interface.c:3939
+msgid "Long line marker:"
+msgstr "Marcador de llínies llargues:"
+
+#: ../src/interface.c:3946
+msgid "Long line marker color:"
+msgstr "Collor del marcador de llínies llargues:"
+
+#: ../src/interface.c:3965
+msgid "Sets the color of the long line marker"
+msgstr "Seleiciona'l collor del marcador de llínies llargues"
+
+#: ../src/interface.c:3966 ../src/toolbar.c:70 ../src/tools.c:717
+#: ../src/vte.c:764 ../src/vte.c:771
+msgid "Color Chooser"
+msgstr "Selector de collor"
+
+#: ../src/interface.c:3974
+msgid ""
+"The long line marker is a thin vertical line in the editor, it helps to mark "
+"long lines, or as a hint to break the line. Set this value to a value "
+"greater than 0 to specify the column where it should appear."
+msgstr ""
+"El marcador de llínia llarga ye una fina llínia vertical nel editor, qu'aida "
+"a marcar llínies llarges, o un avisu a dixebrar la llínia. Afitar esti valor "
+"a un valor más grande que 0 especifica la columna onde debiere aparecer."
+
+#: ../src/interface.c:3984
+msgid "Line"
+msgstr "Llínia"
+
+#: ../src/interface.c:3987
+msgid ""
+"Prints a vertical line in the editor window at the given cursor position "
+"(see below)"
+msgstr ""
+"Amosar una llínia vertical nel editor na posición indicada (ver más abaxo)"
+
+#: ../src/interface.c:3991
+msgid "Background"
+msgstr "Fondu"
+
+#: ../src/interface.c:3994
+msgid ""
+"The background color of characters after the given cursor position (see "
+"below) changed to the color set below, (this is recommended if you use "
+"proportional fonts)"
+msgstr ""
+"Camudó'l collor de carauteres del fondu dempués de la posición dada (ver "
+"embaxu) al collor afitáu enrriba, (esto ye recomendáu si uses fontes "
+"proporcionales)"
+
+#: ../src/interface.c:3998
+msgid "Disabled"
+msgstr "Desactiváu"
+
+#: ../src/interface.c:4004
+msgid "<b>Long line marker</b>"
+msgstr "<b>Marcador de llínies llargues</b>"
+
+#: ../src/interface.c:4009
+msgid "Display"
+msgstr "Amosar"
+
+#: ../src/interface.c:4040
+msgid "Open new documents from the command-line"
+msgstr "Abre nuevos documentos dende la llínia de comandos"
+
+#: ../src/interface.c:4043
+msgid "Start a new file for each command-line filename that doesn't exist"
+msgstr ""
+"Anicia un nuevu ficheru pa cada nome de ficheru na llínia de comandu que nun "
+"existe"
+
+#: ../src/interface.c:4057
+msgid "Default end of line characters:"
+msgstr "Carauteres de final de llínia predeterminaos:"
+
+#: ../src/interface.c:4064
+msgid "<b>New files</b>"
+msgstr "<b>Ficheros nuevos</b>"
+
+#: ../src/interface.c:4087
+msgid "Default encoding (new files):"
+msgstr "Codificación por omisión (pa ficheros nuevos):"
+
+#: ../src/interface.c:4095
+msgid "Sets the default encoding for newly created files"
+msgstr "Afita la codificación por defeutu na criación de nuevos ficheros"
+
+#: ../src/interface.c:4101
+#, fuzzy
+msgid "Use fixed encoding when opening non-Unicode files"
+msgstr "Usar una codificación fixa al abrir ficheros"
+
+#: ../src/interface.c:4104
+#, fuzzy
+msgid ""
+"This option disables the automatic detection of the file encoding when "
+"opening non-Unicode files and opens the file with the specified encoding "
+"(usually not needed)"
+msgstr ""
+"Esta opción desactiva la deteción automática de la codificación de ficheros "
+"cuando son abiertos y abre'l ficheru cola codificación especificada "
+"(usualmente non necesaria)"
+
+#: ../src/interface.c:4110
+#, fuzzy
+msgid "Default encoding (existing non-Unicode files):"
+msgstr "Codificación por omisión (pa ficheros existentes):"
+
+#: ../src/interface.c:4118
+#, fuzzy
+msgid "Sets the default encoding for opening existing non-Unicode files"
+msgstr "Afita la codificaci´no por defeutu al abrir ficheros existentes"
+
+#: ../src/interface.c:4124
+msgid "<b>Encodings</b>"
+msgstr "<b>Codificaciones</b>"
+
+#: ../src/interface.c:4143
+msgid "Ensure new line at file end"
+msgstr "Asegurar terminación de llínia al final del ficheru"
+
+#: ../src/interface.c:4146
+msgid "Ensures that at the end of the file is a new line"
+msgstr "Asegura que haya una terminación de llíniaal final del ficheru"
+
+#: ../src/interface.c:4148
+msgid "Strip trailing spaces and tabs"
+msgstr "Eliminar espacios y tabuladores al final de llínia"
+
+#: ../src/interface.c:4151
+msgid "Removes trailing spaces and tabs and the end of lines"
+msgstr "Esborra los espacios y tabulaciones al final de les llínies"
+
+#: ../src/interface.c:4153 ../src/keybindings.c:515
+msgid "Replace tabs by space"
+msgstr "Reemplazar tabulaciones por espacios"
+
+#: ../src/interface.c:4156
+msgid "Replaces all tabs in document by spaces"
+msgstr "Reemplaza tolos tabuladores nel documentu por espacios"
+
+#: ../src/interface.c:4158
+msgid "<b>Saving files</b>"
+msgstr "<b>Grabando ficheros</b>"
+
+#: ../src/interface.c:4183
+msgid "Recent files list length:"
+msgstr "Llonxitú de la llista de ficheros recientes:"
+
+#: ../src/interface.c:4197
+msgid "Specifies the number of files which are stored in the Recent files list"
+msgstr ""
+"Indica'l númberu de ficheros que serán almacenaos na llista de Ficheros "
+"Recientes"
+
+#: ../src/interface.c:4201
+msgid "Disk check timeout:"
+msgstr "Venció'l tiempu de comprobación de discu:"
+
+#: ../src/interface.c:4214
+msgid ""
+"How often to check for changes to document files on disk, in seconds. Zero "
+"disables checking."
+msgstr ""
+"Cuando seguío verificar cambios a los ficheros de documentos nel discu, en "
+"segundos. Cero desactiva la verificación."
+
+#: ../src/interface.c:4223 ../src/prefs.c:1497 ../src/symbols.c:593
+#: ../plugins/filebrowser.c:1050
+msgid "Files"
+msgstr "_Ficheros"
+
+#: ../src/interface.c:4256
+msgid "Terminal:"
+msgstr "Terminal:"
+
+#: ../src/interface.c:4263
+msgid "Browser:"
+msgstr "Restolador:"
+
+#: ../src/interface.c:4275
+msgid ""
+"A terminal emulator like xterm, gnome-terminal or konsole (should accept the "
+"-e argument)"
+msgstr ""
+"Un emulador de terminal como xterm, gnome-terminal o konsole (tien "
+"qu'aceptar l'argumentu -e)"
+
+#: ../src/interface.c:4282
+msgid "Path (and possibly additional arguments) to your favorite browser"
+msgstr ""
+"Camín (y posiblemente argumentos adicionales) al to restolador preferíu"
+
+#: ../src/interface.c:4304
+msgid "Grep:"
+msgstr "Grep:"
+
+#: ../src/interface.c:4327
+msgid "<b>Tool paths</b>"
+msgstr "<b>Caminos a les ferramientes</b>"
+
+#: ../src/interface.c:4348
+msgid "Context action:"
+msgstr "Aición contestual:"
+
+#: ../src/interface.c:4359
+#, c-format
+msgid ""
+"Context action command. The currently selected word can be used with %s. It "
+"can appear anywhere in the given command and will be replaced before "
+"execution."
+msgstr ""
+"Comandu d'aición contestual. La pallabra actualmente seleicionada puede ser "
+"usada con %s. Puedes tar en cualisquier llugar del comandu dau y será "
+"remplazada enantes de la execución."
+
+#: ../src/interface.c:4372
+msgid "<b>Commands</b>"
+msgstr "<b>Comandos</b>"
+
+#: ../src/interface.c:4377 ../src/keybindings.c:549 ../src/prefs.c:1499
+msgid "Tools"
+msgstr "Ferramientes"
+
+#: ../src/interface.c:4411
+msgid "email address of the developer"
+msgstr "direición de correu electrónicu del desarrollador"
+
+#: ../src/interface.c:4418
+msgid "Initials of the developer name"
+msgstr "Iniciales del nome del desarrollador"
+
+#: ../src/interface.c:4420
+msgid "Initial version:"
+msgstr "Version inicial:"
+
+#: ../src/interface.c:4432
+msgid "Version number, which a new file initially has"
+msgstr "Númberu de version que tien un ficheru nuevu"
+
+#: ../src/interface.c:4439
+msgid "Company name"
+msgstr "Nome de la compañia"
+
+#: ../src/interface.c:4441
+msgid "Developer:"
+msgstr "Desarrollador:"
+
+#: ../src/interface.c:4448
+msgid "Company:"
+msgstr "Compañia:"
+
+#: ../src/interface.c:4455
+msgid "Mail address:"
+msgstr "Direición de correu electrónicu:"
+
+#: ../src/interface.c:4462
+msgid "Initials:"
+msgstr "Iniciales:"
+
+#: ../src/interface.c:4474
+msgid "The name of the developer"
+msgstr "El nome del desarrollador"
+
+#: ../src/interface.c:4476
+msgid "Year:"
+msgstr "Añu:"
+
+#: ../src/interface.c:4483
+msgid "Date:"
+msgstr "Fecha:"
+
+#: ../src/interface.c:4490
+msgid "Date & Time:"
+msgstr "Fecha y hora:"
+
+#: ../src/interface.c:4502
+msgid ""
+"Specify a format for the the {datetime} wildcard. You can use any conversion "
+"specifiers which can be used with the ANSI C strftime function."
+msgstr ""
+"Indica'l formatu del comodín {datetime}. Puedes usar cualisquier conversión "
+"especificada la cual puede ser usada cola función strftime d'ANSI C."
+
+#: ../src/interface.c:4509
+msgid ""
+"Specify a format for the the {year} wildcard. You can use any conversion "
+"specifiers which can be used with the ANSI C strftime function."
+msgstr ""
+"Indica'l formatu de comodín {year}. Podemos usar cualisquier conversión "
+"especificada la cual puede ser usada cola función strftime n'ANSI C."
+
+#: ../src/interface.c:4516
+msgid ""
+"Specify a format for the the {date} wildcard. You can use any conversion "
+"specifiers which can be used with the ANSI C strftime function."
+msgstr ""
+"Especificar un formatu pal comodín {fecha}. Tu puedes usar cualisquier "
+"conversión especifica la cual puede usase cola función strftime n'ANSI C."
+
+#: ../src/interface.c:4518
+msgid "<b>Template data</b>"
+msgstr "<b>Datos de plantilles</b>"
+
+#: ../src/interface.c:4523 ../src/prefs.c:1501
+msgid "Templates"
+msgstr "Plantilles"
+
+#: ../src/interface.c:4561
+msgid "C_hange"
+msgstr "_Camudar"
+
+#: ../src/interface.c:4565
+msgid "<b>Keyboard shortcuts</b>"
+msgstr "<b>Ataxos de tecláu</b>"
+
+#: ../src/interface.c:4570 ../src/prefs.c:1503
+msgid "Keybindings"
+msgstr "Ataxos"
+
+#: ../src/interface.c:4593
+msgid "Command:"
+msgstr "Comandu:"
+
+#: ../src/interface.c:4600
+#, c-format
+msgid "Path to the command for printing files (use %f for the filename)"
+msgstr "Camín pal comandu d'imprentar ficheros (usar %f pal nome del ficheru)"
+
+#: ../src/interface.c:4610
+msgid "Use an external command for printing"
+msgstr "Usar un comandu esterno pa la impresión"
+
+#: ../src/interface.c:4630 ../src/printing.c:381
+msgid "Print line numbers"
+msgstr "Imprentar númberos de llínia"
+
+#: ../src/interface.c:4633 ../src/printing.c:383
+msgid "Add line numbers to the printed page"
+msgstr "Añader númberos de llínia a la páxina imprentadas"
+
+#: ../src/interface.c:4635 ../src/printing.c:386
+msgid "Print page numbers"
+msgstr "Imprentar númberos de páxina"
+
+#: ../src/interface.c:4638 ../src/printing.c:388
+msgid ""
+"Add page numbers at the bottom of each page. It takes 2 lines of the page."
+msgstr ""
+"Amestar númberos de páxina nel pie de cada páxina. Garra 2 llinies de la "
+"páxina."
+
+#: ../src/interface.c:4640 ../src/printing.c:391
+msgid "Print page header"
+msgstr "Imprentar encabezáu de páxina"
+
+#: ../src/interface.c:4643 ../src/printing.c:393
+msgid ""
+"Add a little header to every page containing the page number, the filename "
+"and the current date (see below). It takes 3 lines of the page."
+msgstr ""
+"Amestar una pequeña cabecera a cada páxina, conteniendo'l númberu de páxina, "
+"el nome del ficheru y la data actual (ver abaxo). Garra 3 llinies de la "
+"páxina."
+
+#: ../src/interface.c:4660 ../src/printing.c:409
+msgid "Use the basename of the printed file"
+msgstr "Usa'l nome del ficheru imprentáu"
+
+#: ../src/interface.c:4663
+msgid "Print only the basename (without the path) of the printed file"
+msgstr "Imprentar namái'l nome (ensin el camín) del ficheru imprentáu"
+
+#: ../src/interface.c:4669 ../src/printing.c:417
+msgid "Date format:"
+msgstr "Formatu de Fecha:"
+
+#: ../src/interface.c:4676 ../src/printing.c:423
+msgid ""
+"Specify a format for the date and time stamp which is added to the page "
+"header on each page. You can use any conversion specifiers which can be used "
+"with the ANSI C strftime function."
+msgstr ""
+"Introduz equí un formatu de fecha y hora que será agregáu al encabezáu de "
+"cada páxina. Puedes usar cualisquier especificador de conversión que pueda "
+"ser usáu cola función strftime d'ANSI C."
+
+#: ../src/interface.c:4679
+msgid "Use native GTK printing"
+msgstr "Usar la impresión nativa de GTK"
+
+#: ../src/interface.c:4685 ../src/prefs.c:1505
+msgid "Printing"
+msgstr "Imprentando"
+
+#: ../src/interface.c:5120
+msgid "Project Properties"
+msgstr "Propiedaes del Proyeutu"
+
+#: ../src/keybindings.c:222 ../src/plugins.c:1137
+msgid "File"
+msgstr "Ficheru"
+
+#: ../src/keybindings.c:225
+msgid "New"
+msgstr "Nuevu"
+
+#: ../src/keybindings.c:227
+msgid "Open"
+msgstr "Abrir"
+
+#: ../src/keybindings.c:230
+msgid "Open selected file"
+msgstr "Abrir ficheros seleicionados"
+
+#: ../src/keybindings.c:232
+msgid "Save"
+msgstr "Guardar"
+
+#: ../src/keybindings.c:234
+msgid "Save as"
+msgstr "Guardar como"
+
+#: ../src/keybindings.c:236
+msgid "Save all"
+msgstr "Guardar too"
+
+#: ../src/keybindings.c:239
+msgid "Print"
+msgstr "Imprentar"
+
+#: ../src/keybindings.c:241
+msgid "Close"
+msgstr "Zarrar"
+
+#: ../src/keybindings.c:243
+msgid "Close all"
+msgstr "Zarrar too"
+
+#: ../src/keybindings.c:246
+msgid "Reload file"
+msgstr "Recargar ficheru"
+
+#: ../src/keybindings.c:248
+msgid "Re-open last closed tab"
+msgstr ""
+
+#: ../src/keybindings.c:250 ../src/project.c:522
+msgid "Project"
+msgstr "Proyeutu"
+
+#: ../src/keybindings.c:253
+msgid "Project properties"
+msgstr "Propiedaes del proyeutu"
+
+#: ../src/keybindings.c:258
+msgid "Undo"
+msgstr "Desfacer"
+
+#: ../src/keybindings.c:260
+msgid "Redo"
+msgstr "Refacer"
+
+#: ../src/keybindings.c:269
+msgid "Delete to line end"
+msgstr "Esborrar fasta la fin de llinia"
+
+#: ../src/keybindings.c:275
+msgid "Scroll to current line"
+msgstr "Desplazar a la llínia actual"
+
+#: ../src/keybindings.c:277
+msgid "Scroll up the view by one line"
+msgstr "Desplazar la vista p'arriba una llínia"
+
+#: ../src/keybindings.c:279
+msgid "Scroll down the view by one line"
+msgstr "Desplazar la vista p'abaxo una llínia"
+
+#: ../src/keybindings.c:281
+msgid "Complete snippet"
+msgstr "Completar construcción"
+
+#: ../src/keybindings.c:283
+msgid "Move cursor in snippet"
+msgstr "Desplazar el cursor na contrucción"
+
+#: ../src/keybindings.c:285
+msgid "Suppress snippet completion"
+msgstr "Evitar completáu de contrucciones"
+
+#: ../src/keybindings.c:287
+msgid "Context Action"
+msgstr "Aición contestual"
+
+#: ../src/keybindings.c:289
+msgid "Complete word"
+msgstr "Completar pallabra"
+
+#: ../src/keybindings.c:291
+msgid "Show calltip"
+msgstr "Amosar pistes de prototipos"
+
+#: ../src/keybindings.c:293
+msgid "Show macro list"
+msgstr "Amosar la llista de macros"
+
+#: ../src/keybindings.c:295
+#, fuzzy
+msgid "Word part completion"
+msgstr "Completáu de construcciones"
+
+#: ../src/keybindings.c:297
+#, fuzzy
+msgid "Move line(s) up"
+msgstr "Comentar llínia(es)"
+
+#: ../src/keybindings.c:299
+#, fuzzy
+msgid "Move line(s) down"
+msgstr "Comentar llínia(es)"
+
+#: ../src/keybindings.c:301
+msgid "Clipboard"
+msgstr "Portapapeles"
+
+#: ../src/keybindings.c:304
+msgid "Cut"
+msgstr "Cortar"
+
+#: ../src/keybindings.c:306
+msgid "Copy"
+msgstr "Copiar"
+
+#: ../src/keybindings.c:308
+msgid "Paste"
+msgstr "Apegar"
+
+#: ../src/keybindings.c:316
+msgid "Select"
+msgstr "Seleicionar"
+
+#: ../src/keybindings.c:319
+msgid "Select All"
+msgstr "Seleicionar Too"
+
+#: ../src/keybindings.c:321
+msgid "Select current word"
+msgstr "Seleicionar pallabra actual"
+
+#: ../src/keybindings.c:329
+#, fuzzy
+msgid "Select to previous word part"
+msgstr "Dir a la Parte de Pallabra Anterior"
+
+#: ../src/keybindings.c:331
+#, fuzzy
+msgid "Select to next word part"
+msgstr "Dir a la Siguietne Parte de la Pallabra"
+
+#: ../src/keybindings.c:333
+msgid "Format"
+msgstr "Formatu"
+
+#: ../src/keybindings.c:337
+msgid "Toggle Case of Selection"
+msgstr "Camudar ente Mayúscules y minúscules"
+
+#: ../src/keybindings.c:339
+msgid "Toggle line commentation"
+msgstr "Comentar/Descomentar"
+
+#: ../src/keybindings.c:342
+msgid "Comment line(s)"
+msgstr "Comentar llínia(es)"
+
+#: ../src/keybindings.c:344
+msgid "Uncomment line(s)"
+msgstr "Descomentar llínia(es)"
+
+#: ../src/keybindings.c:346
+msgid "Increase indent"
+msgstr "Incrementar sangría"
+
+#: ../src/keybindings.c:349
+msgid "Decrease indent"
+msgstr "Decrementar sangría"
+
+#: ../src/keybindings.c:352
+msgid "Increase indent by one space"
+msgstr "Incrementar sangría nun espaciu"
+
+#: ../src/keybindings.c:354
+msgid "Decrease indent by one space"
+msgstr "Decrementar sangría nun espaciu"
+
+#: ../src/keybindings.c:358
+msgid "Send to Custom Command 1"
+msgstr "Unviar al Comandu Personalizáu 1"
+
+#: ../src/keybindings.c:360
+msgid "Send to Custom Command 2"
+msgstr "Unviar al Comandu Personalizáu 2"
+
+#: ../src/keybindings.c:362
+msgid "Send to Custom Command 3"
+msgstr "Unviar al Comandu Personalizáu 3"
+
+#: ../src/keybindings.c:370
+msgid "Insert"
+msgstr "Inxertar"
+
+#: ../src/keybindings.c:373
+msgid "Insert date"
+msgstr "Inxertar fecha"
+
+#: ../src/keybindings.c:379
+msgid "Settings"
+msgstr "Opciones"
+
+#: ../src/keybindings.c:387 ../src/toolbar.c:360
+msgid "Search"
+msgstr "Guetar"
+
+#: ../src/keybindings.c:390 ../src/search.c:389
+msgid "Find"
+msgstr "Atopar"
+
+#: ../src/keybindings.c:392
+msgid "Find Next"
+msgstr "Guetar Siguente"
+
+#: ../src/keybindings.c:394
+msgid "Find Previous"
+msgstr "Guetar Anterior"
+
+#: ../src/keybindings.c:397
+msgid "Find Next Selection"
+msgstr "Guetar Siguiente Seleición"
+
+#: ../src/keybindings.c:399
+msgid "Find Previous Selection"
+msgstr "Guetar Anterior Seleición"
+
+#: ../src/keybindings.c:401 ../src/search.c:534
+msgid "Replace"
+msgstr "Reemplazar"
+
+#: ../src/keybindings.c:403 ../src/search.c:708
+msgid "Find in Files"
+msgstr "Guetar en Ficheros"
+
+#: ../src/keybindings.c:406
+msgid "Next Message"
+msgstr "Mensax Siguiente"
+
+#: ../src/keybindings.c:408
+msgid "Previous Message"
+msgstr "Mensax anterior"
+
+#: ../src/keybindings.c:410
+msgid "Find Usage"
+msgstr "Atopar usu"
+
+#: ../src/keybindings.c:412
+msgid "Find Document Usage"
+msgstr "Atopar Utilización de Documentu"
+
+#: ../src/keybindings.c:414
+msgid "Mark All"
+msgstr "Marcar Too"
+
+#: ../src/keybindings.c:416
+msgid "Go to"
+msgstr "Dir a"
+
+#: ../src/keybindings.c:419 ../src/toolbar.c:66
+msgid "Navigate back a location"
+msgstr "Restolar una ubicación p'atrás"
+
+#: ../src/keybindings.c:421 ../src/toolbar.c:67
+msgid "Navigate forward a location"
+msgstr "Restolar una ubicación p'alantre"
+
+#: ../src/keybindings.c:426
+msgid "Go to matching brace"
+msgstr "Dir a la llave correspondiente"
+
+#: ../src/keybindings.c:429
+msgid "Toggle marker"
+msgstr "Activar/Desactivar marca"
+
+#: ../src/keybindings.c:437
+msgid "Go to Tag Definition"
+msgstr "Dir a la Definición del Tag"
+
+#: ../src/keybindings.c:439
+msgid "Go to Tag Declaration"
+msgstr "Dir a la Declaración del Tag"
+
+#: ../src/keybindings.c:441
+msgid "Go to Start of Line"
+msgstr "Dir al entamu de llínia"
+
+#: ../src/keybindings.c:443
+msgid "Go to End of Line"
+msgstr "Dir a lo cabero de llínia"
+
+#: ../src/keybindings.c:445
+msgid "Go to End of Display Line"
+msgstr "Dir a la Fin de la Llinia Amosada"
+
+#: ../src/keybindings.c:447
+msgid "Go to Previous Word Part"
+msgstr "Dir a la Parte de Pallabra Anterior"
+
+#: ../src/keybindings.c:449
+msgid "Go to Next Word Part"
+msgstr "Dir a la Siguietne Parte de la Pallabra"
+
+#: ../src/keybindings.c:451
+msgid "View"
+msgstr "Ver"
+
+#: ../src/keybindings.c:454
+msgid "Toggle All Additional Widgets"
+msgstr "Amosar/Anubrir tolos paneles adicionales"
+
+#: ../src/keybindings.c:457
+msgid "Fullscreen"
+msgstr "Pantalla completa"
+
+#: ../src/keybindings.c:459
+msgid "Toggle Messages Window"
+msgstr "Amosar ventanu de mensaxes"
+
+#: ../src/keybindings.c:462
+msgid "Toggle Sidebar"
+msgstr "Amosar/Anubrir barra llateral"
+
+#: ../src/keybindings.c:464
+msgid "Zoom In"
+msgstr "Acercar el testu"
+
+#: ../src/keybindings.c:466
+msgid "Zoom Out"
+msgstr "Alloñar el testu"
+
+#: ../src/keybindings.c:468
+msgid "Focus"
+msgstr "Focu"
+
+#: ../src/keybindings.c:471
+msgid "Switch to Editor"
+msgstr "Dir al Editor"
+
+#: ../src/keybindings.c:473
+msgid "Switch to Scribble"
+msgstr "Dir al Borrador"
+
+#: ../src/keybindings.c:475
+msgid "Switch to VTE"
+msgstr "Dir a la VTE"
+
+#: ../src/keybindings.c:477
+msgid "Switch to Search Bar"
+msgstr "Dir a la Barra de Gueta"
+
+#: ../src/keybindings.c:479
+msgid "Switch to Sidebar"
+msgstr "Dir a la Barra Llateral"
+
+#: ../src/keybindings.c:481
+msgid "Switch to Compiler"
+msgstr "Camudar a Compilador"
+
+#: ../src/keybindings.c:483
+#, fuzzy
+msgid "Switch to Messages"
+msgstr "Dir a la Barra Llateral"
+
+#: ../src/keybindings.c:485
+#, fuzzy
+msgid "Switch to Message Window"
+msgstr "Amosar _Ventanu de Mensaxes"
+
+#: ../src/keybindings.c:487
+#, fuzzy
+msgid "Switch to Sidebar Document List"
+msgstr "Camudar a Documentu"
+
+#: ../src/keybindings.c:489
+#, fuzzy
+msgid "Switch to Sidebar Symbol List"
+msgstr "Dir a la Barra Llateral"
+
+#: ../src/keybindings.c:491
+msgid "Notebook tab"
+msgstr "Llingüeta d'anotador"
+
+#: ../src/keybindings.c:494
+msgid "Switch to left document"
+msgstr "Dir al documentu de manzorga"
+
+#: ../src/keybindings.c:496
+msgid "Switch to right document"
+msgstr "Dir al documentu de mandrecha."
+
+#: ../src/keybindings.c:498
+msgid "Switch to last used document"
+msgstr "Dir al caberu documentu usáu"
+
+#: ../src/keybindings.c:500
+msgid "Move document left"
+msgstr "Mover el documentu a manzorga"
+
+#: ../src/keybindings.c:502
+msgid "Move document right"
+msgstr "Mover el documentu a mandrecha"
+
+#: ../src/keybindings.c:504
+msgid "Move document first"
+msgstr "Mover el documentu al entamu"
+
+#: ../src/keybindings.c:506
+msgid "Move document last"
+msgstr "Mover el documentu a lo cabero"
+
+#: ../src/keybindings.c:508
+msgid "Document"
+msgstr "Documentu"
+
+#: ../src/keybindings.c:511
+msgid "Toggle Line wrapping"
+msgstr "Activar/Desactivar axuste de testu"
+
+#: ../src/keybindings.c:513
+msgid "Toggle Line breaking"
+msgstr "Activar/Desactivar ddixebráu de llínies"
+
+#: ../src/keybindings.c:517
+msgid "Replace spaces by tabs"
+msgstr "Reemplazar espacios con tabulaciones"
+
+#: ../src/keybindings.c:519
+msgid "Toggle current fold"
+msgstr "Entenderexar/replegar el puntu actual"
+
+#: ../src/keybindings.c:521
+msgid "Fold all"
+msgstr "Replegar too"
+
+#: ../src/keybindings.c:523
+msgid "Unfold all"
+msgstr "Estenderexar too"
+
+#: ../src/keybindings.c:525
+msgid "Reload symbol list"
+msgstr "Recargar llista de símbolos"
+
+#: ../src/keybindings.c:527 ../src/keybindings.c:532 ../src/project.c:483
+#: ../src/ui_utils.c:1815
+msgid "Build"
+msgstr "Construyir"
+
+#: ../src/keybindings.c:530 ../src/toolbar.c:68
+msgid "Compile"
+msgstr "Compilar"
+
+#: ../src/keybindings.c:534
+msgid "Make all"
+msgstr "Make all"
+
+#: ../src/keybindings.c:537
+msgid "Make custom target"
+msgstr "Construí con make (oxetivu personalizáu)"
+
+#: ../src/keybindings.c:539
+msgid "Make object"
+msgstr "Make object"
+
+#: ../src/keybindings.c:541
+msgid "Next error"
+msgstr "Siguiente fallu"
+
+#: ../src/keybindings.c:543
+msgid "Previous error"
+msgstr "Fallu anterior"
+
+#: ../src/keybindings.c:545
+msgid "Run"
+msgstr "Executar"
+
+#: ../src/keybindings.c:547
+msgid "Build options"
+msgstr "Opciones de construcción"
+
+#: ../src/keybindings.c:552
+msgid "Show Color Chooser"
+msgstr "Amosar Seleutor de Collores"
+
+#: ../src/keybindings.c:554 ../src/keybindings.c:557
+msgid "Help"
+msgstr "Aida"
+
+#: ../src/keybindings.c:846
+msgid "Keyboard Shortcuts"
+msgstr "Ataxos de Tecláu"
+
+#: ../src/keybindings.c:859
+msgid "The following keyboard shortcuts are configurable:"
+msgstr "Los siguientes ataxos de tecláu son configurables:"
+
+#: ../src/keybindings.c:1779
+msgid "Switch to Document"
+msgstr "Camudar a Documentu"
+
+#: ../src/keyfile.c:836
+msgid "Type here what you want, use it as a notice/scratch board"
+msgstr "Escribe equí lo que quies, úsalo como nota o borrador"
+
+#: ../src/keyfile.c:1040
+msgid "Failed to load one or more session files."
+msgstr "Fallu al cargar un o más ficheros de la sesión."
+
+#: ../src/log.c:181
+msgid "Debug Messages"
+msgstr "Mensaxes de Depuración"
+
+#: ../src/log.c:183
+#, fuzzy
+msgid "Cl_ear"
+msgstr "_Guetar"
+
+#: ../src/main.c:122
+msgid ""
+"Set initial column number for the first opened file (useful in conjunction "
+"with --line)"
+msgstr ""
+"Seleiciona'l númberu inicial de columna pal primer ficheru abiertu (útil en "
+"conxuntu con --line)"
+
+#: ../src/main.c:123
+msgid "Use an alternate configuration directory"
+msgstr "Usar un direutoriu de configuración alternativu"
+
+#: ../src/main.c:124
+msgid "Print internal filetype names"
+msgstr "Imprentar nomes internos de tribes de ficheros"
+
+#: ../src/main.c:125
+msgid "Generate global tags file (see documentation)"
+msgstr "Xenerar ficheru global de tags (ver la documentación)"
+
+#: ../src/main.c:126
+msgid "Don't preprocess C/C++ files when generating tags"
+msgstr "Ensin ficheros prepocesaos C/C++ al xenerar etiquetes"
+
+#: ../src/main.c:128
+msgid "Don't open files in a running instance, force opening a new instance"
+msgstr ""
+"Non abrir ficheros n'instancies corriendo, forzar l'apertura d'una nueva "
+"instancia"
+
+#: ../src/main.c:129
+msgid ""
+"Use this socket filename for communication with a running Geany instance"
+msgstr ""
+
+#: ../src/main.c:131
+msgid "Set initial line number for the first opened file"
+msgstr "Seleiciona'l númberu inicial pal primer ficheru abiertu"
+
+#: ../src/main.c:132
+msgid "Don't show message window at startup"
+msgstr "Non amosar ventanu de mensaxes al entamu"
+
+#: ../src/main.c:133
+msgid "Don't load auto completion data (see documentation)"
+msgstr "Non cargar los datos de completáu automáticu (ver la documentación)"
+
+#: ../src/main.c:135
+msgid "Don't load plugins"
+msgstr "Non cargar módulos complementarios"
+
+#: ../src/main.c:137
+msgid "Print Geany's installation prefix"
+msgstr "Imprentar el prefixu d'instalación de Geany"
+
+#: ../src/main.c:138
+msgid "Don't load the previous session's files"
+msgstr "Nun cargar los ficheros de la cabera sesión"
+
+#: ../src/main.c:140
+msgid "Don't load terminal support"
+msgstr "Non cargar el sofitu de terminal"
+
+#: ../src/main.c:141
+msgid "Filename of libvte.so"
+msgstr "Nome de ficheru de libvte.so"
+
+#: ../src/main.c:143
+msgid "Be verbose"
+msgstr "Más esplicativu"
+
+#: ../src/main.c:144
+msgid "Show version and exit"
+msgstr "Amosar versión y colar"
+
+#: ../src/main.c:491
+msgid "[FILES...]"
+msgstr "[FICHEROS...]"
+
+#: ../src/main.c:508
+#, c-format
+msgid "(built on %s with GTK %d.%d.%d, GLib %d.%d.%d)"
+msgstr "(compiláu en %s con GTK %d.%d.%d, GLib %d.%d.%d)"
+
+#: ../src/main.c:604
+msgid "Move it now?"
+msgstr "¿Movelo agora?"
+
+#: ../src/main.c:606
+msgid "Geany needs to move your old configuration directory before starting."
+msgstr ""
+"Geany necesita mover el to direutoriu vieyu de configuración anantes "
+"d'entamar."
+
+#: ../src/main.c:615
+#, c-format
+msgid ""
+"Your configuration directory has been successfully moved from \"%s\" to \"%s"
+"\"."
+msgstr ""
+"El to direutoriu de configuración foi movíu dafechu dende \"%s\" a \"%s\"."
+
+#. for translators: the third %s in brackets is the error message which
+#. * describes why moving the dir didn't work
+#: ../src/main.c:625
+#, c-format
+msgid ""
+"Your old configuration directory \"%s\" could not be moved to \"%s\" (%s). "
+"Please move manually the directory to the new location."
+msgstr ""
+"El direutoriu vieyu de configuración \"%s\" nun pudó movese a \"%s\" (%s). "
+"Por favor, mueve a man el direutoriu a la nueva llocalización."
+
+#: ../src/main.c:706
+#, c-format
+msgid ""
+"Configuration directory could not be created (%s).\n"
+"There could be some problems using Geany without a configuration directory.\n"
+"Start Geany anyway?"
+msgstr ""
+"El direutoriu de configuración non puede ser criáu (%s).\n"
+"Puede haber problemes usando Geany ensin un direutoriu de configuración.\n"
+"¿Entamar Geany de toes formes?"
+
+#: ../src/main.c:1021
+#, c-format
+msgid "This is Geany %s."
+msgstr "Esti ye Geany %s."
+
+#: ../src/main.c:1023
+#, c-format
+msgid "Configuration directory could not be created (%s)."
+msgstr "El direutoriu de configuración non pudo ser criáu (%s)."
+
+#: ../src/main.c:1247
+msgid "Configuration files reloaded."
+msgstr "Ficheros de configuración recargaos."
+
+#: ../src/msgwindow.c:153
+msgid "Status messages"
+msgstr "Mensaxes d'estáu"
+
+#: ../src/msgwindow.c:533
+msgid "Copy _All"
+msgstr "Copi_ar Too"
+
+#: ../src/msgwindow.c:563
+msgid "_Hide Message Window"
+msgstr "_Anubrir Ventanu de Mensaxes"
+
+#: ../src/msgwindow.c:619
+#, c-format
+msgid "Could not find file '%s' - trying the current document path."
+msgstr ""
+
+#: ../src/plugins.c:430
+#, c-format
+msgid ""
+"The plugin \"%s\" is not binary compatible with this release of Geany - "
+"please recompile it."
+msgstr ""
+"El complementu \"%s\" non ye compatible binariamente con esta distribución "
+"de Geany - por favor recompilalu."
+
+#: ../src/plugins.c:872
+msgid "_Plugin Manager"
+msgstr "_Alministrador de Complementos"
+
+#: ../src/plugins.c:1049
+#, c-format
+msgid ""
+"Plugin: %s %s\n"
+"Description: %s\n"
+"Author(s): %s"
+msgstr ""
+"Complementu: %s %s\n"
+"Descripción: %s\n"
+"Autor(es): %s"
+
+#: ../src/plugins.c:1125
+msgid "Active"
+msgstr "Activu"
+
+#: ../src/plugins.c:1131
+msgid "Plugin"
+msgstr "Complementu"
+
+#: ../src/plugins.c:1155
+msgid "No plugins available."
+msgstr "Non hai complementos disponibles."
+
+#: ../src/plugins.c:1235
+msgid "Plugins"
+msgstr "Complementos"
+
+#: ../src/plugins.c:1255
+msgid "Choose which plugins should be loaded at startup:"
+msgstr ""
+
+#: ../src/plugins.c:1267
+msgid "<b>Plugin details:</b>"
+msgstr "<b>Detalles del complementu:</b>"
+
+#: ../src/pluginutils.c:207
+msgid "Configure Plugins"
+msgstr ""
+
+#: ../src/prefs.c:162
+msgid "Grab Key"
+msgstr "Capturar Tecla"
+
+#: ../src/prefs.c:168
+#, c-format
+msgid "Press the combination of the keys you want to use for \"%s\"."
+msgstr "Calca la combinación de tecles que quies usar pa \"%s\"."
+
+#: ../src/prefs.c:211 ../src/symbols.c:1867
+msgid "_Expand All"
+msgstr "_Estenderexar Too"
+
+#: ../src/prefs.c:216 ../src/symbols.c:1872
+msgid "_Collapse All"
+msgstr "_Replegar Too"
+
+#: ../src/prefs.c:275
+msgid "Action"
+msgstr "Aición"
+
+#: ../src/prefs.c:280
+msgid "Shortcut"
+msgstr "Ataxu"
+
+#: ../src/prefs.c:1377
+msgid "_Allow"
+msgstr ""
+
+#: ../src/prefs.c:1379
+msgid "_Override"
+msgstr "S_obroescribir"
+
+#: ../src/prefs.c:1380
+msgid "Override that keybinding?"
+msgstr "Sobroescribir esi ataxu?"
+
+#: ../src/prefs.c:1381
+#, c-format
+msgid "The combination '%s' is already used for \"%s\"."
+msgstr "La combinación '%s' ta usada por \"%s\"."
+
+#: ../src/prefs.c:1507 ../src/vte.c:268 ../src/vte.c:727
+msgid "Terminal"
+msgstr "Terminal"
+
+#. add manually GeanyWrapLabels because they can't be added with Glade
+#. page Tools
+#: ../src/prefs.c:1583
+msgid "Enter tool paths below. Tools you do not need can be left blank."
+msgstr ""
+"Introduz embaxu les rutes a les ferramientes. Les ferramientes que non "
+"necesites pueden quedar en blancu."
+
+#. page Templates
+#: ../src/prefs.c:1588
+msgid ""
+"Set the information to be used in templates. See the documentation for "
+"details."
+msgstr ""
+"Especificar la información que quies usar nes plantilles. Pa más detalles "
+"ver la documentación."
+
+#: ../src/prefs.c:1592
+msgid ""
+"<i>Notice: For all changes you make here to take effect, you need to restart "
+"Geany or force the reload of the settings using Tools->Reload Configuration."
+"</i>"
+msgstr ""
+"<i>Avisu: Pa que tolos cambios fechos equí faigan efeutu, necesites "
+"reaniciar Geany o forzar la recarga de les opciones usando Ferramientes-"
+">Recargar Configuración.</i>"
+
+#. page Keybindings
+#: ../src/prefs.c:1598
+msgid ""
+"Here you can change keyboard shortcuts for various actions. Select one and "
+"press the Change button to enter a new shortcut, or double click on an "
+"action to edit the string representation of the shortcut directly."
+msgstr ""
+"Equí puedes camudar los ataxos de tecláu pa varies aiciones. Seleiciona una "
+"y calca'l botón de Camudar pa introducir un nuevu ataxu, o calca dos vegaes "
+"nuna aición pa editar direutamente'l testu que representa l'ataxu."
+
+#. page Printing
+#: ../src/prefs.c:1603
+msgid ""
+"<i>Notice: Native GTK printing is only available if Geany was built against "
+"GTK 2.10 (or above) <b>and</b> Geany is running with GTK 2.10 (or above).</i>"
+msgstr ""
+"<i>Noticia: La impresión nativa de GTK sólo ta disponible si Geany foi "
+"compiláu escontra GTK 2.10 (o mayor) <b>and</b> Geany ta corriendo con GTK "
+"2.10 (o mayor).</i>"
+
+#. page Editor->Indentation
+#: ../src/prefs.c:1609
+msgid ""
+"<i>Warning: these settings are overridden by the current project. See "
+"<b>Project->Properties</b>.</i>"
+msgstr ""
+"<i>Alvertencia: les preferencies serán sobroescrites pal proyeutu actual. "
+"Mira <b>Proyeutu->Propiedaes</b>.</i>"
+
+#: ../src/printing.c:188
+msgid "The editor font is not a monospaced font!"
+msgstr "¡La fonte del editor nun ye monoespaciada!"
+
+#: ../src/printing.c:189
+msgid "Text will be wrongly spaced."
+msgstr "El testu quedará mal espaciáu."
+
+#: ../src/printing.c:306
+#, c-format
+msgid "<b>Page %d of %d</b>"
+msgstr "<b>Páxina %d de %d</b>"
+
+#: ../src/printing.c:376
+msgid "Document Setup"
+msgstr "Configuración del Documentu"
+
+#: ../src/printing.c:411
+msgid "Print only the basename(without the path) of the printed file"
+msgstr "Imprentar sólo el nome base (ensín el camín) del ficheru imprentáu"
+
+#: ../src/printing.c:527
+#, c-format
+msgid "Page %d of %d"
+msgstr "Páxina %d de %d"
+
+#: ../src/printing.c:781
+#, c-format
+msgid "Did not send document %s to the printing subsystem."
+msgstr ""
+
+#: ../src/printing.c:783
+#, c-format
+msgid "Document %s was sent to the printing subsystem."
+msgstr ""
+
+#: ../src/printing.c:835
+#, c-format
+msgid "Printing of %s failed (%s)."
+msgstr "La impresión de %s falló (%s)."
+
+#: ../src/printing.c:875
+msgid "Please set a print command in the preferences dialog first."
+msgstr ""
+"Por favor, a lo primero configura un comandu d'imprentación nel diálogu de "
+"preferencies."
+
+#: ../src/printing.c:883
+#, c-format
+msgid ""
+"The file \"%s\" will be printed with the following command:\n"
+"\n"
+"%s"
+msgstr ""
+"El ficheru \"%s\" será imprentáu col siguiente comandu:\n"
+"\n"
+"%s"
+
+#: ../src/printing.c:899
+#, c-format
+msgid "Printing of \"%s\" failed (return code: %s)."
+msgstr "La impresión de \"%s\" falló (códigu de retornu: %s)."
+
+#: ../src/printing.c:905
+#, c-format
+msgid "File %s printed."
+msgstr "Ficheru %s imprentáu."
+
+#. "projects" is part of the default project base path so be careful when translating
+#. * please avoid special characters and spaces, look at the source for details or ask Frank
+#: ../src/project.c:98
+msgid "projects"
+msgstr "proyeutos"
+
+#: ../src/project.c:118
+msgid "New Project"
+msgstr "Nuevu Proyeutu"
+
+#: ../src/project.c:126
+msgid "C_reate"
+msgstr "C_riar"
+
+#: ../src/project.c:140 ../src/project.c:419
+msgid "Name:"
+msgstr "Nome:"
+
+#: ../src/project.c:149 ../src/project.c:432
+msgid "Filename:"
+msgstr "Nome de Ficheru:"
+
+#: ../src/project.c:165 ../src/project.c:462
+msgid "Base path:"
+msgstr "Camín base:"
+
+#: ../src/project.c:171 ../src/project.c:471
+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 ""
+"Direutoriu base de tolos ficheros que componen esti proyeutu. Esti puede ser "
+"un camín nuevu o un árbol de direutorios ya existente. Puedes usar caminos "
+"rellativos al ficheru de proyeutu."
+
+#: ../src/project.c:174 ../src/project.c:474
+msgid "Choose Project Base Path"
+msgstr "Escueye'l Camín Base del Proyeutu"
+
+#: ../src/project.c:239 ../src/project.c:270 ../src/project.c:937
+#, c-format
+msgid "Project file \"%s\" could not be loaded."
+msgstr "El ficheru de proyeutu \"%s\" non pudo ser cargáu."
+
+#: ../src/project.c:264 ../src/project.c:276
+msgid "Open Project"
+msgstr "Abrir Proyeutu"
+
+#: ../src/project.c:296
+msgid "Project files"
+msgstr "Ficheros del proyeutu"
+
+#: ../src/project.c:343
+#, c-format
+msgid "Project \"%s\" closed."
+msgstr "Proyeutu \"%s\" zarráu."
+
+#: ../src/project.c:445
+msgid "Description:"
+msgstr "Descripción:"
+
+#: ../src/project.c:487
+msgid "Set the Build non-filetype working directories to use base path:"
+msgstr ""
+
+#: ../src/project.c:490
+#, fuzzy
+msgid "Set"
+msgstr "Sec1"
+
+#: ../src/project.c:492
+msgid ""
+"Set the working directories (on the Build tab) for the non-filetype build "
+"commands to use the base path"
+msgstr ""
+
+#: ../src/project.c:504
+msgid "File patterns:"
+msgstr "Patrones de ficheros:"
+
+#: ../src/project.c:601
+msgid "Do you want to close it before proceeding?"
+msgstr "¿Quies zarralu enantes de proceder?"
+
+#: ../src/project.c:602
+#, c-format
+msgid "The '%s' project is already open."
+msgstr "El proyeutu '%s' ya ta abiertu."
+
+#: ../src/project.c:646
+msgid "The specified project name is too short."
+msgstr "El nome del proyeutu especificáu ye mui curtiu."
+
+#: ../src/project.c:652
+#, c-format
+msgid "The specified project name is too long (max. %d characters)."
+msgstr "El nome del proyeutu especificáu ye mui llargu (máx. %d caráuteres)."
+
+#: ../src/project.c:660
+msgid "You have specified an invalid project filename."
+msgstr "Especificáu un nome de ficheru de proyeutu inválidu."
+
+#: ../src/project.c:683
+msgid "Create the project's base path directory?"
+msgstr "¿Criar el direutoriu del camín base del proyeutu?"
+
+#: ../src/project.c:684
+#, c-format
+msgid "The path \"%s\" does not exist."
+msgstr "El camín \"%s\" non esiste."
+
+#: ../src/project.c:693
+#, c-format
@@ 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: 4719
http://geany.svn.sourceforge.net/geany/?rev=4719&view=rev
Author: elextr
Date: 2010-03-02 04:22:22 +0000 (Tue, 02 Mar 2010)
Log Message:
-----------
Periodic merge trunk
Modified Paths:
--------------
branches/bs2/ChangeLog
branches/bs2/README.I18N
branches/bs2/THANKS
branches/bs2/data/filetypes.javascript
branches/bs2/data/filetypes.python
branches/bs2/data/filetypes.r
branches/bs2/doc/geany.html
branches/bs2/doc/geany.txt
branches/bs2/plugins/genapi.py
branches/bs2/po/ChangeLog
branches/bs2/po/es.po
branches/bs2/po/nl.po
branches/bs2/po/sl.po
branches/bs2/po/tr.po
branches/bs2/scintilla/LexR.cxx
branches/bs2/scripts/create_py_tags.py
branches/bs2/src/about.c
branches/bs2/src/document.c
branches/bs2/src/document.h
branches/bs2/src/editor.c
branches/bs2/src/encodings.c
branches/bs2/src/filetypes.c
branches/bs2/src/keybindings.c
branches/bs2/src/keybindings.h
branches/bs2/src/log.c
branches/bs2/src/msgwindow.c
branches/bs2/src/msgwindow.h
branches/bs2/src/plugindata.h
branches/bs2/src/sidebar.c
branches/bs2/src/sidebar.h
branches/bs2/src/symbols.c
branches/bs2/src/templates.c
branches/bs2/src/ui_utils.c
branches/bs2/src/ui_utils.h
branches/bs2/tagmanager/Makefile.am
branches/bs2/tagmanager/makefile.win32
branches/bs2/tagmanager/parsers.h
branches/bs2/wscript
Added Paths:
-----------
branches/bs2/tagmanager/r.c
Property Changed:
----------------
branches/bs2/
Property changes on: branches/bs2
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/build-system:3867-4119
+ /branches/build-system:3867-4119
/trunk:4639-4718
Modified: branches/bs2/ChangeLog
===================================================================
--- branches/bs2/ChangeLog 2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/ChangeLog 2010-03-02 04:22:22 UTC (rev 4719)
@@ -4,7 +4,131 @@
Add design spec and a temporary Pyton prototype of the configure
dialog for the build system.
+2010-02-28 Dominic Hopf <dmaphy(at)googlemail(dot)com>
+ * src/log.c:
+ Fix keyboard accelerators in debug messages window
+ (Thanks Can Koy).
+
+
+2010-02-28 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * scintilla/LexR.cxx:
+ Backport R lexer from Scintilla CVS to fix case sensitive keywords
+ (Scintilla bug #2956543).
+ * src/sidebar.c, src/about.c, THANKS:
+ Make Space on the symbol and document list not focus the editor
+ widget while Enter does (closes #2919444, patch by Can Koy, thanks).
+ * src/document.c, src/document.h:
+ Fix document_try_focus() to make it work with the sidebar document
+ list as well.
+ * src/msgwindow.c, src/msgwindow.h, src/ui_utils.c, src/ui_utils.h:
+ Make Space on the compiler and messages widgets not focus the editor
+ widget while Enter does (patch by Can Koy, thanks).
+ * src/editor.c:
+ Fix wrongly auto-detected multiline comments
+ (patch by Eugene Arshinov, thanks).
+
+
+2010-02-28 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * src/ui_utils.c:
+ Show number of lines of current document inside statusbar. Thanks to
+ Can Koy for providing the patch.
+
+
+2010-02-24 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * src/keybindings.c, doc/geany.txt, doc/geany.html:
+ Make Switch to Editor keybinding reshow the document statistics
+ line, so user doesn't have to move the cursor.
+
+
+2010-02-22 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * data/filetypes.r:
+ Update keywords for the R language (patch by Jon Senior, thanks).
+
+
+2010-02-21 Dominic Hopf <dmaphy(at)googlemail(dot)com>
+
+ * doc/geany.txt:
+ Fix the instruction how to insert unicode characters
+ (thanks Tony Rick).
+
+
+2010-02-21 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * scripts/create_py_tags.py:
+ Minor fixes.
+ Replace tabs by spaces.
+ * plugins/genapi.py:
+ Minor fixes.
+ Replace tabs by spaces.
+ * tagmanager/r.c, plugins/geanyfunctions.h, src/about.c,
+ src/filetypes.c, src/symbols.c, tagmanager/Makefile.am,
+ tagmanager/makefile.win32, tagmanager/parsers.h, wscript, THANKS:
+ Add R tagmanager symbol parser (patch by Jon Senior, thanks).
+ * doc/geany.html, doc/geany.txt, src/keybindings.c, src/keybindings.h,
+ src/plugindata.h, src/sidebar.c, src/sidebar.h:
+ Add keybindings to switch to the sidebar's Document and Symbol list
+ as well as to the Message Window's current tab
+ (patch by Eugene Arshinov, thanks).
+ * data/filetypes.r:
+ Update primary keywords for the R language
+ (patch by Jon Senior, thanks).
+
+
+2010-02-20 Dominic Hopf <dmaphy(at)googlemail(dot)com>
+
+ * doc/geany.txt:
+ Add more detailed hints about reloading configuration
+ (thanks to Tony Rick).
+ * data/filetypes.javascript:
+ Correct the keyword list for JavaScript (thanks to Jonas).
+
+
+2010-02-14 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * New release: Geany 0.18.1 "Balfour".
+
+
+2010-02-13 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/keybindings.c:
+ Add special cases for handling the Select All keybinding (Ctrl-A) in
+ the toolbar search and goto line text entries (closes #2948040).
+ Strip trailing spaces after reflowing a paragraph, patch by
+ Dominik Wagenfuehr, thanks (closes #2945497).
+
+
+2010-02-07 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/geanymenubuttonaction.c, src/templates.c:
+ Partly revert last commit:
+ Unref the new files toolbar menu when freeing templates as it
+ was done before but unref it *after* the menu has been removed
+ from the GeanyMenuButtonAction.
+ * src/encodings.c:
+ Fix possible endless loop when trying to detect the encoding of
+ non-text files (patch by Alexey Antipov, thanks).
+
+
+2010-02-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/document.c:
+ Allow saving remote files using g_file_set_contents() as well
+ (patch by Алексей Антипов, thanks).
+ * data/filetypes.python:
+ Adjust style for secondary keywords to be less aggressive.
+ Add Python 2.5 builtins keywords.
+ * src/geanymenubuttonaction.c, src/templates.c:
+ Unref the new files toolbar menu when setting a new menu to fix
+ possible crashes when reloading configuration.
+ * src/filetypes.c:
+ When reloading configuration, process the current document at last
+ so the symbol list will be updated correctly.
+
2010-02-01 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/symbols.c:
Modified: branches/bs2/README.I18N
===================================================================
--- branches/bs2/README.I18N 2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/README.I18N 2010-03-02 04:22:22 UTC (rev 4719)
@@ -1,59 +1,59 @@
Quick Guide for new translations
--------------------------------
-If you want to translate Geany into another language, please go to the
-language statistics page (see below) to see whether your desired
-language already exists. If it already exists, please read the
-"Notes for updating translations" section. Otherwise, get the SVN
-version of Geany, change to the po directory and start the new
-translation with:
+If you would like to translate Geany into another language, have a look at the
+language statistics page at [1] first to see if your desired language already
+exists. If it already exists, please read the "Notes for updating translations"
+section. Otherwise, get the SVN version of Geany, change to the po directory and
+start the new translation with:
$ msginit -l ll_CC -o ll.po -i geany.pot
-Fill in ll with the language code and CC with the country code.
-For example, to translate Geany into Italian you would type:
+Fill in ll with the language code and CC with the country code. For example, to
+translate Geany into Italian you would type:
$ msginit -l it_IT -o it.po -i geany.pot
-This will create a file it.po. This file can be opened with a
-text editor (like Geany ;-)) or you can also use a graphical
-interface. I can suggest PoEdit (http://www.poedit.net/), but
-there are several other GUIs.
+This will create a file it.po. This file can be opened with a text editor
+(e.g. Geany ;-)) or a graphical program like PoEdit [2]. There are also several
+other GUI programs for working on translations.
-You don't need to modify the file po/LINGUAS, it is regenerated
-automatically on the next build.
+You don't need to modify the file po/LINGUAS, it is regenerated automatically on
+the next build.
When you have finished editing the file, check the file with:
$ msgfmt -c --check-accelerators=_ it.po
-Please take care of menu accelerators(strings containing a "_").
-The "_" character should also be in your translation. Additionally,
-it would be nice if these accelerators are not twice for two strings
-inside a dialog or sub menu.
+Please take care of menu accelerators(strings containing a "_"). The "_"
+character should also be in your translation. Additionally, it would be nice if
+these accelerators are not twice for two strings inside a dialog or sub menu.
-You can also use intl_stats.sh, e.g. by running the following command
-in the top source directory of Geany:
+You can also use intl_stats.sh, e.g. by running the following command in the top
+source directory of Geany:
$ po/intl_stats.sh -a it
-This will print some information about the Italian translation
-and checks for menu accelerators.
+This will print some information about the Italian translation and checks for
+menu accelerators.
-Then send the file to Frank Lanitz and he will add the translation.
+When you have finished your work - which doesn't mean you finished the
+translation, you will not have to work alone - send the file to the translation
+mailing list [3] or directly to Frank Lanitz [4] and he will add the translation
+to Geany then.
-It is a good idea to write to Frank before you start or while translating,
-because he can give you some hints on translating and ensure that the
-translation is not already in progress.
+It is a good idea to let any translator and Frank know before you start or while
+translating, because they can give you hints on translating and Frank can ensure
+that a translation is not already in progress.
Notes for updating translations
-------------------------------
-If you want to update an existing translation, please contact Frank
-Lanitz. He is supervising all translation issues and will contact the
-maintainer of the translation you want to update to avoid any
-conflicts.
+If you want to update an existing translation, please contact the translation
+mailing list [3] and/or Frank Lanitz [4] directly. He is supervising all
+translation issues and will contact the maintainer of the translation you want
+to update to avoid any conflicts.
Some translation statistics can be found at:
http://i18n.geany.org/
@@ -62,8 +62,11 @@
I18n mailing list
-----------------
-There is also a mailing list dedicated to translation issues. Please
-visit http://www.geany.org/Support/MailingList for more information.
+There is also a mailing list dedicated to translation issues. Please visit
+http://www.geany.org/Support/MailingList#geany-i18 for more information.
-Contact: Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+[1] http://i18n.geany.org/
+[2] http://www.poedit.net/
+[3] http://www.geany.org/Support/MailingList#geany-i18
+[4] Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
Modified: branches/bs2/THANKS
===================================================================
--- branches/bs2/THANKS 2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/THANKS 2010-03-02 04:22:22 UTC (rev 4719)
@@ -72,7 +72,9 @@
Ross McKay <rosko<at>zeta<dot>org<dot>au> - ASP preferred language option
Alexey Antipov <1a_antipov(at)mail(dot)ru> - Apply file open encoding only to non-Unicode files
Jörn Reder <joern(at)zyn(dot)de> - --socket-file command line option patch
-Kelvin Gardiner <kelvin.mbmn.net> - VHDL symbol list patch, Verilog filetype
+Kelvin Gardiner <kelvin(at)mbmn(dot)net> - VHDL symbol list patch, Verilog filetype
+Jon Senior <jon(at)restlesslemon(dot)co(dot)uk> - R tagmanager parser patch
+Can Koy <cankoy(at)ymail(dot)com> - Multiple changes/improvements
Translators:
------------
Modified: branches/bs2/data/filetypes.javascript
===================================================================
--- branches/bs2/data/filetypes.javascript 2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/data/filetypes.javascript 2010-03-02 04:22:22 UTC (rev 4719)
@@ -26,7 +26,8 @@
[keywords]
# all items must be in one line
-primary=abs abstract acos anchor asin atan atan2 big bold boolean break byte case catch ceil char charAt charCodeAt class concat const continue cos Date debugger default delete do double else enum escape eval exp export extends false final finally fixed float floor fontcolor fontsize for fromCharCode function goto if implements import in indexOf Infinity instanceof int interface isFinite isNaN italics join lastIndexOf length link log long Math max MAX_VALUE min MIN_VALUE NaN native NEGATIVE_INFINITY new null Number package parseFloat parseInt pop POSITIVE_INFINITY pow private protected public push random return reverse round shift short sin slice small sort splice split sqrt static strike string String sub substr substring sup super switch synchronized tan this throw throws toLowerCase toString toUpperCase transient true try typeof undefined unescape unshift valueOf var void volatile while with
+primary=break case catch const continue delete else eval false finally for function if in try instanceof isFinite isNaN NaN new null return switch this throw true typeof undefined var while with default let
+secondary=Object Function Array prototype
[settings]
# default extension used when saving files
Modified: branches/bs2/data/filetypes.python
===================================================================
--- branches/bs2/data/filetypes.python 2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/data/filetypes.python 2010-03-02 04:22:22 UTC (rev 4719)
@@ -15,14 +15,15 @@
identifier=0x000000;0xffffff;false;false
commentblock=0x808080;0xffffff;false;false
stringeol=0x000000;0xe0c0e0;false;false
-word2=0xdd00a6;0xffffff;true;false
+word2=0x9f0200;0xffffff;false;false
decorator=0x808000;0xffffff;false;false
[keywords]
# all items must be in one line
primary=and as assert break class continue def del elif else except exec finally for from global if import in is lambda not or pass print raise return try while with yield False None True
# additional keywords, will be highlighted with style "word2"
-identifiers=
+# these are the builtins for Python 2.5 created with ' '.join(dir(__builtins__))
+identifiers=ArithmeticError AssertionError AttributeError BaseException DeprecationWarning EOFError Ellipsis EnvironmentError Exception False FloatingPointError FutureWarning GeneratorExit IOError ImportError ImportWarning IndentationError IndexError KeyError KeyboardInterrupt LookupError MemoryError NameError None NotImplemented NotImplementedError OSError OverflowError PendingDeprecationWarning ReferenceError RuntimeError RuntimeWarning StandardError StopIteration SyntaxError SyntaxWarning SystemError SystemExit TabError True TypeError UnboundLocalError UnicodeDecodeError UnicodeEncodeError UnicodeError UnicodeTranslateError UnicodeWarning UserWarning ValueError Warning ZeroDivisionError _ __debug__ __doc__ __import__ __name__ abs all any apply basestring bool buffer callable chr classmethod cmp coerce compile complex copyright credits delattr dict dir divmod enumerate eval execfile exit file filter float frozenset getattr globals hasattr hash help hex id input int intern isinstance issubclass iter len license list locals long map max min object oct open ord pow property quit range raw_input reduce reload repr reversed round set setattr slice sorted staticmethod str sum super tuple type unichr unicode vars xrange zip
[lexer_properties]
fold.comment.python=1
Modified: branches/bs2/data/filetypes.r
===================================================================
--- branches/bs2/data/filetypes.r 2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/data/filetypes.r 2010-03-02 04:22:22 UTC (rev 4719)
@@ -14,15 +14,15 @@
# "blah" string
string=0xff901e;0xffffff;false;false
# 'blah' string
-string2=0x008000;0xffffff;false;false
+string2=0xff901e;0xffffff;false;false
identifier=0x000000;0xffffff;false;false
infix=0x008000;0xffffff;false;false
infixeol=0x000000;0xe0c0e0;false;false
[keywords]
# all items must be in one line
-primary=abs array break data.frame diag else FALSE for function if in Inf matrix NA NaN NCOL next NROW NULL print read.table repeat require return solve source sqrt sum TRUE while
-package=abbreviate abline abs acf acos acosh addmargins aggregate agrep alarm alias alist all anova any aov aperm append apply approx approxfun apropos ar args arima array arrows asin asinh assign assocplot atan atanh attach attr attributes autoload autoloader ave axis backsolve barplot basename beta bindtextdomain binomial biplot bitmap bmp body box boxplot bquote break browser builtins bxp by bzfile c call cancor capabilities casefold cat category cbind ccf ceiling character charmatch chartr chol choose chull citation class close cm cmdscale codes coef coefficients col colnames colors colorspaces colours comment complex confint conflicts contour contrasts contributors convolve cophenetic coplot cor cos cosh cov covratio cpgram crossprod cummax cummin cumprod cumsum curve cut cutree cycle data dataentry date dbeta dbinom dcauchy dchisq de debug debugger decompose delay deltat demo dendrapply density deparse deriv det detach determinant deviance dexp df dfbeta dfbetas dffits dgamma dgeom dget dhyper diag diff diffinv difftime digamma dim dimnames dir dirname dist dlnorm dlogis dmultinom dnbinom dnorm dotchart double dpois dput drop dsignrank dt dump dunif duplicated dweibull dwilcox eapply ecdf edit effects eigen emacs embed end environment eval evalq example exists exp expression factanal factor factorial family fft fifo file filter find fitted fivenum fix floor flush for force formals format formula forwardsolve fourfoldplot frame frequency ftable function gamma gaussian gc gcinfo gctorture get getenv geterrmessage gettext gettextf getwd gl glm globalenv gray grep grey grid gsub gzcon gzfile hat hatvalues hcl hclust head heatmap help hist history hsv httpclient iconv iconvlist identical identify if ifelse image influence inherits integer integrate interaction interactive intersect invisible isoreg jitter jpeg julian kappa kernapply kernel kmeans knots kronecker ksmooth labels lag lapply layout lbeta lchoose lcm legend length letters levels lfactorial lgamma library licence license line lines list lm load loadhistory loadings local locator loess log logb logical loglin lowess ls lsfit machine mad mahalanobis makepredictcall manova mapply match matlines matplot matpoints matrix max mean median medpolish menu merge message methods mget min missing mode monthplot months mosaicplot mtext mvfft names napredict naprint naresid nargs nchar ncol next nextn ngettext nlevels nlm nls noquote nrow numeric objects offset open optim optimise optimize options order ordered outer pacf page pairlist pairs palette par parse paste pbeta pbinom pbirthday pcauchy pchisq pdf pentagamma person persp pexp pf pgamma pgeom phyper pi pico pictex pie piechart pipe plclust plnorm plogis plot pmatch pmax pmin pnbinom png pnorm points poisson poly polygon polym polyroot postscript power ppoints ppois ppr prcomp predict preplot pretty princomp print prmatrix prod profile profiler proj promax prompt provide psigamma psignrank pt ptukey punif pweibull pwilcox q qbeta qbinom qbirthday qcauchy qchisq qexp qf qgamma qgeom qhyper qlnorm qlogis qnbinom qnorm qpois qqline qqnorm qqplot qr qsignrank qt qtukey quantile quarters quasi quasibinomial quasipoisson quit qunif quote qweibull qwilcox rainbow range rank raw rbeta rbind rbinom rcauchy rchisq readline real recover rect reformulate regexpr relevel remove reorder rep repeat replace replicate replications require reshape resid residuals restart return rev rexp rf rgamma rgb rgeom rhyper rle rlnorm rlogis rm rmultinom rnbinom rnorm round row rownames rowsum rpois rsignrank rstandard rstudent rt rug runif runmed rweibull rwilcox sample sapply save savehistory scale scan screen screeplot sd search searchpaths seek segments seq sequence serialize setdiff setequal setwd shell sign signif sin single sinh sink smooth solve sort source spectrum spline splinefun split sprintf sqrt stack stars start stderr stdin stdout stem step stepfun stl stop stopifnot str strftime strheight stripchart strptime strsplit strtrim structure strwidth strwrap sub subset substitute substr substring sum summary sunflowerplot supsmu svd sweep switch symbols symnum system t table tabulate tail tan tanh tapply tempdir tempfile termplot terms tetragamma text time title toeplitz tolower topenv toupper trace traceback transform trigamma trunc truncate try ts tsdiag tsp typeof unclass undebug union unique uniroot unix unlink unlist unname unserialize unsplit unstack untrace unz update upgrade url var varimax vcov vector version vi vignette warning warnings weekdays weights which while window windows with write wsbrowser xedit xemacs xfig xinch xor xtabs xyinch yinch zapsmall
+primary=break else F FALSE for function if in Inf NA NaN next NULL repeat require return source T TRUE while
+package=abbreviate abline abs acf acos acosh addmargins aggregate agrep alarm alias alist all anova any aov aperm append apply approx approxfun apropos ar args arima array arrows asin asinh assign assocplot atan atanh attach attr attributes autoload autoloader ave axis backsolve barplot basename beta bindtextdomain binomial biplot bitmap bmp body box boxplot bquote browser builtins bxp by bzfile c call cancor capabilities casefold cat category cbind ccf ceiling character charmatch chartr chol choose chull citation class close cm cmdscale codes coef coefficients col colnames colors colorspaces colours comment complex confint conflicts contour contrasts contributors convolve cophenetic coplot cor cos cosh cov covratio cpgram crossprod cummax cummin cumprod cumsum curve cut cutree cycle data dataentry date dbeta dbinom dcauchy dchisq de debug debugger decompose delay deltat demo dendrapply density deparse deriv det detach determinant deviance dexp df dfbeta dfbetas dffits dgamma dgeom dget dhyper diag diff diffinv difftime digamma dim dimnames dir dirname dist dlnorm dlogis dmultinom dnbinom dnorm dotchart double dpois dput drop dsignrank dt dump dunif duplicated dweibull dwilcox eapply ecdf edit effects eigen emacs embed end environment eval evalq example exists exp expression factanal factor factorial family fft fifo file filter find fitted fivenum fix floor flush for force formals format formula forwardsolve fourfoldplot frame frequency ftable gamma gaussian gc gcinfo gctorture get getenv geterrmessage gettext gettextf getwd gl glm globalenv gray grep grey grid gsub gzcon gzfile hat hatvalues hcl hclust head heatmap help hist history hsv httpclient iconv iconvlist identical identify if ifelse image influence inherits integer integrate interaction interactive intersect invisible isoreg jitter jpeg julian kappa kernapply kernel kmeans knots kronecker ksmooth labels lag lapply layout lbeta lchoose lcm legend length letters levels lfactorial lgamma library licence license line lines list lm load loadhistory loadings local locator loess log logb logical loglin lowess ls lsfit machine mad mahalanobis makepredictcall manova mapply match matlines matplot matpoints matrix max mean median medpolish menu merge message methods mget min missing mode monthplot months mosaicplot mtext mvfft names napredict naprint naresid nargs nchar ncol nextn ngettext nlevels nlm nls noquote nrow numeric objects offset open optim optimise optimize options order ordered outer pacf page pairlist pairs palette par parse paste pbeta pbinom pbirthday pcauchy pchisq pdf pentagamma person persp pexp pf pgamma pgeom phyper pi pico pictex pie piechart pipe plclust plnorm plogis plot pmatch pmax pmin pnbinom png pnorm points poisson poly polygon polym polyroot postscript power ppoints ppois ppr prcomp predict preplot pretty princomp print prmatrix prod profile profiler proj promax prompt provide psigamma psignrank pt ptukey punif pweibull pwilcox q qbeta qbinom qbirthday qcauchy qchisq qexp qf qgamma qgeom qhyper qlnorm qlogis qnbinom qnorm qpois qqline qqnorm qqplot qr qsignrank qt qtukey quantile quarters quasi quasibinomial quasipoisson quit qunif quote qweibull qwilcox rainbow range rank raw rbeta rbind rbinom rcauchy rchisq readline real recover rect reformulate regexpr relevel remove reorder rep replace replicate replications reshape resid residuals restart rev rexp rf rgamma rgb rgeom rhyper rle rlnorm rlogis rm rmultinom rnbinom rnorm round row rownames rowsum rpois rsignrank rstandard rstudent rt rug runif runmed rweibull rwilcox sample sapply save savehistory scale scan screen screeplot sd search searchpaths seek segments seq sequence serialize setdiff setequal setwd shell sign signif sin single sinh sink smooth solve sort spectrum spline splinefun split sprintf sqrt stack stars start stderr stdin stdout stem step stepfun stl stop stopifnot str strftime strheight stripchart strptime strsplit strtrim structure strwidth strwrap sub subset substitute substr substring sum summary sunflowerplot supsmu svd sweep switch symbols symnum system table tabulate tail tan tanh tapply tempdir tempfile termplot terms tetragamma text time title toeplitz tolower topenv toupper trace traceback transform trigamma trunc truncate try ts tsdiag tsp typeof unclass undebug union unique uniroot unix unlink unlist unname unserialize unsplit unstack untrace unz update upgrade url var varimax vcov vector version vi vignette warning warnings weekdays weights which window windows with write wsbrowser xedit xemacs xfig xinch xor xtabs xyinch yinch zapsmall
package_other=acme aids aircondit amis aml banking barchart barley beaver bigcity boot brambles breslow bs bwplot calcium cane capability cav censboot channing city claridge cloth cloud coal condense contourplot control corr darwin densityplot dogs dotplot ducks empinf envelope environmental ethanol fir frets gpar grav gravity grob hirose histogram islay knn larrows levelplot llines logit lpoints lsegments lset ltext lvqinit lvqtest manaus melanoma melanoma motor multiedit neuro nitrofen nodal ns nuclear oneway parallel paulsen poisons polar qq qqmath remission rfs saddle salinity shingle simplex singer somgrid splom stripplot survival tau tmd tsboot tuna unit urine viewport wireframe wool xyplot
[settings]
Modified: branches/bs2/doc/geany.html
===================================================================
--- branches/bs2/doc/geany.html 2010-03-01 18:28:57 UTC (rev 4718)
+++ branches/bs2/doc/geany.html 2010-03-02 04:22:22 UTC (rev 4719)
@@ -3,10 +3,10 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
<title>Geany</title>
<meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" />
-<meta name="date" content="2010-01-24" />
+<meta name="date" content="2010-02-21" />
<style type="text/css">
/*
@@ -139,7 +139,7 @@
<br />Nick Treleaven
<br />Frank Lanitz</td></tr>
<tr><th class="docinfo-name">Date:</th>
-<td>2010-01-24</td></tr>
+<td>2010-02-21</td></tr>
<tr><th class="docinfo-name">Version:</th>
<td>0.19</td></tr>
</tbody>
@@ -149,342 +149,342 @@
License as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version. A copy of this
license can be found in the file COPYING included with the source code
-of this program, and also in the chapter <a class="reference internal" href="#gnu-general-public-license">GNU General Public License</a>.</p>
-<div class="contents topic" id="contents">
-<p class="topic-title first">Contents</p>
+of this program, and also in the chapter <a class="reference" href="#gnu-general-public-license">GNU General Public License</a>.</p>
+<div class="contents topic">
+<p class="topic-title first"><a id="contents" name="contents">Contents</a></p>
<ul class="simple">
-<li><a class="reference internal" href="#introduction" id="id12">Introduction</a><ul>
-<li><a class="reference internal" href="#about-geany" id="id13">About Geany</a></li>
-<li><a class="reference internal" href="#where-to-get-it" id="id14">Where to get it</a></li>
-<li><a class="reference internal" href="#license" id="id15">License</a></li>
-<li><a class="reference internal" href="#about-this-document" id="id16">About this document</a></li>
+<li><a class="reference" href="#introduction" id="id12" name="id12">Introduction</a><ul>
+<li><a class="reference" href="#about-geany" id="id13" name="id13">About Geany</a></li>
+<li><a class="reference" href="#where-to-get-it" id="id14" name="id14">Where to get it</a></li>
+<li><a class="reference" href="#license" id="id15" name="id15">License</a></li>
+<li><a class="reference" href="#about-this-document" id="id16" name="id16">About this document</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#installation" id="id17">Installation</a><ul>
-<li><a class="reference internal" href="#requirements" id="id18">Requirements</a></li>
-<li><a class="reference internal" href="#binary-packages" id="id19">Binary packages</a></li>
-<li><a class="reference internal" href="#source-compilation" id="id20">Source compilation</a><ul>
-<li><a class="reference internal" href="#autotools-based-build-system" id="id21">Autotools based build system</a></li>
-<li><a class="reference internal" href="#waf-based-build-system" id="id22">Waf based build system</a><ul>
-<li><a class="reference internal" href="#waf-cache" id="id23">Waf Cache</a><ul>
-<li><a class="reference internal" href="#cleaning-the-cache" id="id24">Cleaning the Cache</a></li>
+<li><a class="reference" href="#installation" id="id17" name="id17">Installation</a><ul>
+<li><a class="reference" href="#requirements" id="id18" name="id18">Requirements</a></li>
+<li><a class="reference" href="#binary-packages" id="id19" name="id19">Binary packages</a></li>
+<li><a class="reference" href="#source-compilation" id="id20" name="id20">Source compilation</a><ul>
+<li><a class="reference" href="#autotools-based-build-system" id="id21" name="id21">Autotools based build system</a></li>
+<li><a class="reference" href="#waf-based-build-system" id="id22" name="id22">Waf based build system</a><ul>
+<li><a class="reference" href="#waf-cache" id="id23" name="id23">Waf Cache</a><ul>
+<li><a class="reference" href="#cleaning-the-cache" id="id24" name="id24">Cleaning the Cache</a></li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference internal" href="#custom-installation" id="id25">Custom installation</a></li>
-<li><a class="reference internal" href="#dynamic-linking-loader-support-and-vte" id="id26">Dynamic linking loader support and VTE</a></li>
-<li><a class="reference internal" href="#build-problems" id="id27">Build problems</a></li>
+<li><a class="reference" href="#custom-installation" id="id25" name="id25">Custom installation</a></li>
+<li><a class="reference" href="#dynamic-linking-loader-support-and-vte" id="id26" name="id26">Dynamic linking loader support and VTE</a></li>
+<li><a class="reference" href="#build-problems" id="id27" name="id27">Build problems</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#installation-prefix" id="id28">Installation prefix</a></li>
+<li><a class="reference" href="#installation-prefix" id="id28" name="id28">Installation prefix</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#usage" id="id29">Usage</a><ul>
-<li><a class="reference internal" href="#getting-started" id="id30">Getting started</a></li>
-<li><a class="reference internal" href="#the-geany-workspace" id="id31">The Geany workspace</a></li>
-<li><a class="reference internal" href="#command-line-options" id="id32">Command line options</a></li>
-<li><a class="reference internal" href="#general" id="id33">General</a><ul>
-<li><a class="reference internal" href="#startup" id="id34">Startup</a></li>
-<li><a class="reference internal" href="#opening-files-from-the-command-line-in-a-running-instance" id="id35">Opening files from the command-line in a running instance</a></li>
-<li><a class="reference internal" href="#virtual-terminal-emulator-widget-vte" id="id36">Virtual terminal emulator widget (VTE)</a></li>
-<li><a class="reference internal" href="#defining-own-widget-styles-using-gtkrc-2-0" id="id37">Defining own widget styles using .gtkrc-2.0</a></li>
+<li><a class="reference" href="#usage" id="id29" name="id29">Usage</a><ul>
+<li><a class="reference" href="#getting-started" id="id30" name="id30">Getting started</a></li>
+<li><a class="reference" href="#the-geany-workspace" id="id31" name="id31">The Geany workspace</a></li>
+<li><a class="reference" href="#command-line-options" id="id32" name="id32">Command line options</a></li>
+<li><a class="reference" href="#general" id="id33" name="id33">General</a><ul>
+<li><a class="reference" href="#startup" id="id34" name="id34">Startup</a></li>
+<li><a class="reference" href="#opening-files-from-the-command-line-in-a-running-instance" id="id35" name="id35">Opening files from the command-line in a running instance</a></li>
+<li><a class="reference" href="#virtual-terminal-emulator-widget-vte" id="id36" name="id36">Virtual terminal emulator widget (VTE)</a></li>
+<li><a class="reference" href="#defining-own-widget-styles-using-gtkrc-2-0" id="id37" name="id37">Defining own widget styles using .gtkrc-2.0</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#documents" id="id38">Documents</a><ul>
-<li><a class="reference internal" href="#switching-between-documents" id="id39">Switching between documents</a></li>
+<li><a class="reference" href="#documents" id="id38" name="id38">Documents</a><ul>
+<li><a class="reference" href="#switching-between-documents" id="id39" name="id39">Switching between documents</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#character-sets-and-unicode-byte-order-mark-bom" id="id40">Character sets and Unicode Byte-Order-Mark (BOM)</a><ul>
-<li><a class="reference internal" href="#using-character-sets" id="id41">Using character sets</a></li>
-<li><a class="reference internal" href="#in-file-encoding-specification" id="id42">In-file encoding specification</a></li>
-<li><a class="reference internal" href="#special-encoding-none" id="id43">Special encoding "None"</a></li>
-<li><a class="reference internal" href="#unicode-byte-order-mark-bom" id="id44">Unicode Byte-Order-Mark (BOM)</a></li>
+<li><a class="reference" href="#character-sets-and-unicode-byte-order-mark-bom" id="id40" name="id40">Character sets and Unicode Byte-Order-Mark (BOM)</a><ul>
+<li><a class="reference" href="#using-character-sets" id="id41" name="id41">Using character sets</a></li>
+<li><a class="reference" href="#in-file-encoding-specification" id="id42" name="id42">In-file encoding specification</a></li>
+<li><a class="reference" href="#special-encoding-none" id="id43" name="id43">Special encoding "None"</a></li>
+<li><a class="reference" href="#unicode-byte-order-mark-bom" id="id44" name="id44">Unicode Byte-Order-Mark (BOM)</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#editing" id="id45">Editing</a><ul>
-<li><a class="reference internal" href="#folding" id="id46">Folding</a></li>
-<li><a class="reference internal" href="#column-mode-editing-rectangular-selections" id="id47">Column mode editing (rectangular selections)</a></li>
-<li><a class="reference internal" href="#drag-and-drop-of-text" id="id48">Drag and drop of text</a></li>
-<li><a class="reference internal" href="#indentation" id="id49">Indentation</a></li>
-<li><a class="reference internal" href="#auto-indentation" id="id50">Auto-indentation</a></li>
-<li><a class="reference internal" href="#bookmarks" id="id51">Bookmarks</a></li>
-<li><a class="reference internal" href="#code-navigation-history" id="id52">Code navigation history</a></li>
-<li><a class="reference internal" href="#sending-text-through-custom-commands" id="id53">Sending text through custom commands</a></li>
-<li><a class="reference internal" href="#context-actions" id="id54">Context actions</a></li>
-<li><a class="reference internal" href="#autocompletion" id="id55">Autocompletion</a><ul>
-<li><a class="reference internal" href="#word-part-completion" id="id56">Word part completion</a></li>
-<li><a class="reference internal" href="#scope-autocompletion" id="id57">Scope autocompletion</a></li>
+<li><a class="reference" href="#editing" id="id45" name="id45">Editing</a><ul>
+<li><a class="reference" href="#folding" id="id46" name="id46">Folding</a></li>
+<li><a class="reference" href="#column-mode-editing-rectangular-selections" id="id47" name="id47">Column mode editing (rectangular selections)</a></li>
+<li><a class="reference" href="#drag-and-drop-of-text" id="id48" name="id48">Drag and drop of text</a></li>
+<li><a class="reference" href="#indentation" id="id49" name="id49">Indentation</a></li>
+<li><a class="reference" href="#auto-indentation" id="id50" name="id50">Auto-indentation</a></li>
+<li><a class="reference" href="#bookmarks" id="id51" name="id51">Bookmarks</a></li>
+<li><a class="reference" href="#code-navigation-history" id="id52" name="id52">Code navigation history</a></li>
+<li><a class="reference" href="#sending-text-through-custom-commands" id="id53" name="id53">Sending text through custom commands</a></li>
+<li><a class="reference" href="#context-actions" id="id54" name="id54">Context actions</a></li>
+<li><a class="reference" href="#autocompletion" id="id55" name="id55">Autocompletion</a><ul>
+<li><a class="reference" href="#word-part-completion" id="id56" name="id56">Word part completion</a></li>
+<li><a class="reference" href="#scope-autocompletion" id="id57" name="id57">Scope autocompletion</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#user-definable-snippets" id="id58">User-definable snippets</a></li>
-<li><a class="reference internal" href="#inserting-unicode-characters" id="id59">Inserting Unicode characters</a></li>
+<li><a class="reference" href="#user-definable-snippets" id="id58" name="id58">User-definable snippets</a></li>
+<li><a class="reference" href="#inserting-unicode-characters" id="id59" name="id59">Inserting Unicode characters</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#search-replace-and-go-to" id="id60">Search, replace and go to</a><ul>
-<li><a class="reference internal" href="#toolbar-entries" id="id61">Toolbar entries</a><ul>
-<li><a class="reference internal" href="#search-bar" id="id62">Search bar</a></li>
+<li><a class="reference" href="#search-replace-and-go-to" id="id60" name="id60">Search, replace and go to</a><ul>
+<li><a class="reference" href="#toolbar-entries" id="id61" name="id61">Toolbar entries</a><ul>
+<li><a class="reference" href="#search-bar" id="id62" name="id62">Search bar</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#find" id="id63">Find</a><ul>
-<li><a class="reference internal" href="#matching-options" id="id64">Matching options</a></li>
-<li><a class="reference internal" href="#find-all" id="id65">Find all</a></li>
-<li><a class="reference internal" href="#change-font-in-search-dialog-text-fields" id="id66">Change font in search dialog text fields</a></li>
+<li><a class="reference" href="#find" id="id63" name="id63">Find</a><ul>
+<li><a class="reference" href="#matching-options" id="id64" name="id64">Matching options</a></li>
+<li><a class="reference" href="#find-all" id="id65" name="id65">Find all</a></li>
+<li><a class="reference" href="#change-font-in-search-dialog-text-fields" id="id66" name="id66">Change font in search dialog text fields</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#find-usage" id="id67">Find usage</a></li>
-<li><a class="reference internal" href="#find-in-files" id="id68">Find in files</a><ul>
-<li><a class="reference internal" href="#filtering-out-version-control-files" id="id69">Filtering out version control files</a></li>
+<li><a class="reference" href="#find-usage" id="id67" name="id67">Find usage</a></li>
+<li><a class="reference" href="#find-in-files" id="id68" name="id68">Find in files</a><ul>
+<li><a class="reference" href="#filtering-out-version-control-files" id="id69" name="id69">Filtering out version control files</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#replace" id="id70">Replace</a><ul>
-<li><a class="reference internal" href="#replace-all" id="id71">Replace all</a></li>
+<li><a class="reference" href="#replace" id="id70" name="id70">Replace</a><ul>
+<li><a class="reference" href="#replace-all" id="id71" name="id71">Replace all</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#go-to-tag-definition" id="id72">Go to tag definition</a></li>
-<li><a class="reference internal" href="#go-to-tag-declaration" id="id73">Go to tag declaration</a></li>
-<li><a class="reference internal" href="#go-to-line" id="id74">Go to line</a></li>
-<li><a class="reference internal" href="#regular-expressions" id="id75">Regular expressions</a></li>
+<li><a class="reference" href="#go-to-tag-definition" id="id72" name="id72">Go to tag definition</a></li>
+<li><a class="reference" href="#go-to-tag-declaration" id="id73" name="id73">Go to tag declaration</a></li>
+<li><a class="reference" href="#go-to-line" id="id74" name="id74">Go to line</a></li>
+<li><a class="reference" href="#regular-expressions" id="id75" name="id75">Regular expressions</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#tags" id="id76">Tags</a><ul>
-<li><a class="reference internal" href="#workspace-tags" id="id77">Workspace tags</a></li>
-<li><a class="reference internal" href="#global-tags" id="id78">Global tags</a><ul>
-<li><a class="reference internal" href="#default-global-tags-files" id="id79">Default global tags files</a></li>
-<li><a class="reference internal" href="#global-tags-file-format" id="id80">Global tags file format</a></li>
-<li><a class="reference internal" href="#generating-a-global-tags-file" id="id81">Generating a global tags file</a></li>
+<li><a class="reference" href="#tags" id="id76" name="id76">Tags</a><ul>
+<li><a class="reference" href="#workspace-tags" id="id77" name="id77">Workspace tags</a></li>
+<li><a class="reference" href="#global-tags" id="id78" name="id78">Global tags</a><ul>
+<li><a class="reference" href="#default-global-tags-files" id="id79" name="id79">Default global tags files</a></li>
+<li><a class="reference" href="#global-tags-file-format" id="id80" name="id80">Global tags file format</a></li>
+<li><a class="reference" href="#generating-a-global-tags-file" id="id81" name="id81">Generating a global tags file</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#ignore-tags" id="id82">Ignore tags</a></li>
+<li><a class="reference" href="#ignore-tags" id="id82" name="id82">Ignore tags</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#preferences" id="id83">Preferences</a><ul>
-<li><a class="reference internal" href="#general-startup-preferences" id="id84">General Startup preferences</a><ul>
-<li><a class="reference internal" href="#id1" id="id85">Startup</a></li>
-<li><a class="reference internal" href="#shutdown" id="id86">Shutdown</a></li>
-<li><a class="reference internal" href="#paths" id="id87">Paths</a></li>
+<li><a class="reference" href="#preferences" id="id83" name="id83">Preferences</a><ul>
+<li><a class="reference" href="#general-startup-preferences" id="id84" name="id84">General Startup preferences</a><ul>
+<li><a class="reference" href="#id1" id="id85" name="id85">Startup</a></li>
+<li><a class="reference" href="#shutdown" id="id86" name="id86">Shutdown</a></li>
+<li><a class="reference" href="#paths" id="id87" name="id87">Paths</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#general-miscellaneous-preferences" id="id88">General Miscellaneous preferences</a><ul>
-<li><a class="reference internal" href="#miscellaneous" id="id89">Miscellaneous</a></li>
-<li><a class="reference internal" href="#search" id="id90">Search</a></li>
-<li><a class="reference internal" href="#projects" id="id91">Projects</a></li>
+<li><a class="reference" href="#general-miscellaneous-preferences" id="id88" name="id88">General Miscellaneous preferences</a><ul>
+<li><a class="reference" href="#miscellaneous" id="id89" name="id89">Miscellaneous</a></li>
+<li><a class="reference" href="#search" id="id90" name="id90">Search</a></li>
+<li><a class="reference" href="#projects" id="id91" name="id91">Projects</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#interface-preferences" id="id92">Interface preferences</a><ul>
-<li><a class="reference internal" href="#sidebar" id="id93">Sidebar</a></li>
-<li><a class="reference internal" href="#fonts" id="id94">Fonts</a></li>
-<li><a class="reference internal" href="#editor-tabs" id="id95">Editor tabs</a></li>
-<li><a class="reference internal" href="#tab-positions" id="id96">Tab positions</a></li>
-<li><a class="reference internal" href="#id2" id="id97">Miscellaneous</a></li>
+<li><a class="reference" href="#interface-preferences" id="id92" name="id92">Interface preferences</a><ul>
+<li><a class="reference" href="#sidebar" id="id93" name="id93">Sidebar</a></li>
+<li><a class="reference" href="#fonts" id="id94" name="id94">Fonts</a></li>
+<li><a class="reference" href="#editor-tabs" id="id95" name="id95">Editor tabs</a></li>
+<li><a class="reference" href="#tab-positions" id="id96" name="id96">Tab positions</a></li>
+<li><a class="reference" href="#id2" id="id97" name="id97">Miscellaneous</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#toolbar-preferences" id="id98">Toolbar preferences</a><ul>
-<li><a class="reference internal" href="#toolbar" id="id99">Toolbar</a></li>
-<li><a class="reference internal" href="#appearance" id="id100">Appearance</a></li>
+<li><a class="reference" href="#toolbar-preferences" id="id98" name="id98">Toolbar preferences</a><ul>
+<li><a class="reference" href="#toolbar" id="id99" name="id99">Toolbar</a></li>
+<li><a class="reference" href="#appearance" id="id100" name="id100">Appearance</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#editor-features-preferences" id="id101">Editor Features preferences</a><ul>
-<li><a class="reference internal" href="#features" id="id102">Features</a></li>
+<li><a class="reference" href="#editor-features-preferences" id="id101" name="id101">Editor Features preferences</a><ul>
+<li><a class="reference" href="#features" id="id102" name="id102">Features</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#editor-indentation-preferences" id="id103">Editor Indentation preferences</a><ul>
-<li><a class="reference internal" href="#indentation-group" id="id104">Indentation group</a></li>
+<li><a class="reference" href="#editor-indentation-preferences" id="id103" name="id103">Editor Indentation preferences</a><ul>
+<li><a class="reference" href="#indentation-group" id="id104" name="id104">Indentation group</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#editor-completions-preferences" id="id105">Editor Completions preferences</a><ul>
-<li><a class="reference internal" href="#completions" id="id106">Completions</a></li>
-<li><a class="reference internal" href="#auto-close-quotes-and-brackets" id="id107">Auto-close quotes and brackets</a></li>
+<li><a class="reference" href="#editor-completions-preferences" id="id105" name="id105">Editor Completions preferences</a><ul>
+<li><a class="reference" href="#completions" id="id106" name="id106">Completions</a></li>
+<li><a class="reference" href="#auto-close-quotes-and-brackets" id="id107" name="id107">Auto-close quotes and brackets</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#editor-display-preferences" id="id108">Editor Display preferences</a><ul>
-<li><a class="reference internal" href="#display" id="id109">Display</a></li>
-<li><a class="reference internal" href="#long-line-marker" id="id110">Long line marker</a></li>
+<li><a class="reference" href="#editor-display-preferences" id="id108" name="id108">Editor Display preferences</a><ul>
+<li><a class="reference" href="#display" id="id109" name="id109">Display</a></li>
+<li><a class="reference" href="#long-line-marker" id="id110" name="id110">Long line marker</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#files-preferences" id="id111">Files preferences</a><ul>
-<li><a class="reference internal" href="#new-files" id="id112">New files</a></li>
-<li><a class="reference internal" href="#saving-files" id="id113">Saving files</a></li>
-<li><a class="reference internal" href="#id3" id="id114">Miscellaneous</a></li>
+<li><a class="reference" href="#files-preferences" id="id111" name="id111">Files preferences</a><ul>
+<li><a class="reference" href="#new-files" id="id112" name="id112">New files</a></li>
+<li><a class="reference" href="#saving-files" id="id113" name="id113">Saving files</a></li>
+<li><a class="reference" href="#id3" id="id114" name="id114">Miscellaneous</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#tools-preferences" id="id115">Tools preferences</a><ul>
-<li><a class="reference internal" href="#tool-paths" id="id116">Tool paths</a></li>
-<li><a class="reference internal" href="#commands" id="id117">Commands</a></li>
+<li><a class="reference" href="#tools-preferences" id="id115" name="id115">Tools preferences</a><ul>
+<li><a class="reference" href="#tool-paths" id="id116" name="id116">Tool paths</a></li>
+<li><a class="reference" href="#commands" id="id117" name="id117">Commands</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#template-preferences" id="id118">Template preferences</a><ul>
-<li><a class="reference internal" href="#template-data" id="id119">Template data</a></li>
+<li><a class="reference" href="#template-preferences" id="id118" name="id118">Template preferences</a><ul>
+<li><a class="reference" href="#template-data" id="id119" name="id119">Template data</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#keybinding-preferences" id="id120">Keybinding preferences</a></li>
-<li><a class="reference internal" href="#printing-preferences" id="id121">Printing preferences</a></li>
-<li><a class="reference internal" href="#terminal-vte-preferences" id="id122">Terminal (VTE) preferences</a><ul>
-<li><a class="reference internal" href="#terminal-widget" id="id123">Terminal widget</a></li>
+<li><a class="reference" href="#keybinding-preferences" id="id120" name="id120">Keybinding preferences</a></li>
+<li><a class="reference" href="#printing-preferences" id="id121" name="id121">Printing preferences</a></li>
+<li><a class="reference" href="#terminal-vte-preferences" id="id122" name="id122">Terminal (VTE) preferences</a><ul>
+<li><a class="reference" href="#terminal-widget" id="id123" name="id123">Terminal widget</a></li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference internal" href="#project-management" id="id124">Project Management</a><ul>
-<li><a class="reference internal" href="#new-project" id="id125">New Project</a></li>
-<li><a class="reference internal" href="#project-properties" id="id126">Project Properties</a><ul>
-<li><a class="reference internal" href="#set-base-path-button" id="id127">Set Base Path Button</a></li>
+<li><a class="reference" href="#project-management" id="id124" name="id124">Project Management</a><ul>
+<li><a class="reference" href="#new-project" id="id125" name="id125">New Project</a></li>
+<li><a class="reference" href="#project-properties" id="id126" name="id126">Project Properties</a><ul>
+<li><a class="reference" href="#set-base-path-button" id="id127" name="id127">Set Base Path Button</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#open-project" id="id128">Open Project</a></li>
-<li><a class="reference internal" href="#close-project" id="id129">Close Project</a></li>
+<li><a class="reference" href="#open-project" id="id128" name="id128">Open Project</a></li>
+<li><a class="reference" href="#close-project" id="id129" name="id129">Close Project</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#build-menu" id="id130">Build Menu</a><ul>
-<li><a class="reference internal" href="#indicators" id="id131">Indicators</a></li>
-<li><a class="reference internal" href="#default-build-menu-items" id="id132">Default Build Menu Items</a><ul>
-<li><a class="reference internal" href="#compile" id="id133">Compile</a></li>
-<li><a class="reference internal" href="#build" id="id134">Build</a></li>
-<li><a class="reference internal" href="#make" id="id135">Make</a></li>
-<li><a class="reference internal" href="#make-custom-target" id="id136">Make custom target</a></li>
-<li><a class="reference internal" href="#make-object" id="id137">Make object</a></li>
-<li><a class="reference internal" href="#next-error" id="id138">Next Error</a></li>
-<li><a class="reference internal" href="#previous-error" id="id139">Previous Error</a></li>
-<li><a class="reference internal" href="#execute" id="id140">Execute</a></li>
-<li><a class="reference internal" href="#stopping-running-processes" id="id141">Stopping running processes</a><ul>
-<li><a class="reference internal" href="#terminal-emulators" id="id142">Terminal emulators</a></li>
+<li><a class="reference" href="#build-menu" id="id130" name="id130">Build Menu</a><ul>
+<li><a class="reference" href="#indicators" id="id131" name="id131">Indicators</a></li>
+<li><a class="reference" href="#default-build-menu-items" id="id132" name="id132">Default Build Menu Items</a><ul>
+<li><a class="reference" href="#compile" id="id133" name="id133">Compile</a></li>
+<li><a class="reference" href="#build" id="id134" name="id134">Build</a></li>
+<li><a class="reference" href="#make" id="id135" name="id135">Make</a></li>
+<li><a class="reference" href="#make-custom-target" id="id136" name="id136">Make custom target</a></li>
+<li><a class="reference" href="#make-object" id="id137" name="id137">Make object</a></li>
+<li><a class="reference" href="#next-error" id="id138" name="id138">Next Error</a></li>
+<li><a class="reference" href="#previous-error" id="id139" name="id139">Previous Error</a></li>
+<li><a class="reference" href="#execute" id="id140" name="id140">Execute</a></li>
+<li><a class="reference" href="#stopping-running-processes" id="id141" name="id141">Stopping running processes</a><ul>
+<li><a class="reference" href="#terminal-emulators" id="id142" name="id142">Terminal emulators</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#set-build-commands" id="id143">Set Build Commands</a></li>
+<li><a class="reference" href="#set-build-commands" id="id143" name="id143">Set Build Commands</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#build-menu-configuration" id="id144">Build Menu Configuration</a></li>
-<li><a class="reference internal" href="#build-menu-commands-dialog" id="id145">Build Menu Commands Dialog</a><ul>
-<li><a class="reference internal" href="#substitutions-in-commands-and-working-directories" id="id146">Substitutions in Commands and Working Directories</a></li>
-<li><a class="reference internal" href="#build-menu-keyboard-shortcuts" id="id147">Build Menu Keyboard Shortcuts</a></li>
-<li><a class="reference internal" href="#configuration-files" id="id148">Configuration Files</a></li>
+<li><a class="reference" href="#build-menu-configuration" id="id144" name="id144">Build Menu Configuration</a></li>
+<li><a class="reference" href="#build-menu-commands-dialog" id="id145" name="id145">Build Menu Commands Dialog</a><ul>
+<li><a class="reference" href="#substitutions-in-commands-and-working-directories" id="id146" name="id146">Substitutions in Commands and Working Directories</a></li>
+<li><a class="reference" href="#build-menu-keyboard-shortcuts" id="id147" name="id147">Build Menu Keyboard Shortcuts</a></li>
+<li><a class="reference" href="#configuration-files" id="id148" name="id148">Configuration Files</a></li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference internal" href="#printing-support" id="id149">Printing support</a></li>
-<li><a class="reference internal" href="#plugins" id="id150">Plugins</a></li>
-<li><a class="reference internal" href="#keybindings" id="id151">Keybindings</a><ul>
-<li><a class="reference internal" href="#switching-documents" id="id152">Switching documents</a></li>
-<li><a class="reference internal" href="#configurable-keybindings" id="id153">Configurable keybindings</a><ul>
-<li><a class="reference internal" href="#file-keybindings" id="id154">File keybindings</a></li>
-<li><a class="reference internal" href="#editor-keybindings" id="id155">Editor keybindings</a></li>
-<li><a class="reference internal" href="#clipboard-keybindings" id="id156">Clipboard keybindings</a></li>
-<li><a class="reference internal" href="#select-keybindings" id="id157">Select keybindings</a></li>
-<li><a class="reference internal" href="#insert-keybindings" id="id158">Insert keybindings</a></li>
-<li><a class="reference internal" href="#format-keybindings" id="id159">Format keybindings</a></li>
-<li><a class="reference internal" href="#settings-keybindings" id="id160">Settings keybindings</a></li>
-<li><a class="reference internal" href="#search-keybindings" id="id161">Search keybindings</a></li>
-<li><a class="reference internal" href="#go-to-keybindings" id="id162">Go to keybindings</a></li>
-<li><a class="reference internal" href="#view-keybindings" id="id163">View keybindings</a></li>
-<li><a class="reference internal" href="#focus-keybindings" id="id164">Focus keybindings</a></li>
-<li><a class="reference internal" href="#notebook-tab-keybindings" id="id165">Notebook tab keybindings</a></li>
-<li><a class="reference internal" href="#document-keybindings" id="id166">Document keybindings</a></li>
-<li><a class="reference internal" href="#build-keybindings" id="id167">Build keybindings</a></li>
-<li><a class="reference internal" href="#tools-keybindings" id="id168">Tools keybindings</a></li>
-<li><a class="reference internal" href="#help-keybindings" id="id169">Help keybindings</a></li>
+<li><a class="reference" href="#printing-support" id="id149" name="id149">Printing support</a></li>
+<li><a class="reference" href="#plugins" id="id150" name="id150">Plugins</a></li>
+<li><a class="reference" href="#keybindings" id="id151" name="id151">Keybindings</a><ul>
+<li><a class="reference" href="#switching-documents" id="id152" name="id152">Switching documents</a></li>
+<li><a class="reference" href="#configurable-keybindings" id="id153" name="id153">Configurable keybindings</a><ul>
+<li><a class="reference" href="#file-keybindings" id="id154" name="id154">File keybindings</a></li>
+<li><a class="reference" href="#editor-keybindings" id="id155" name="id155">Editor keybindings</a></li>
+<li><a class="reference" href="#clipboard-keybindings" id="id156" name="id156">Clipboard keybindings</a></li>
+<li><a class="reference" href="#select-keybindings" id="id157" name="id157">Select keybindings</a></li>
+<li><a class="reference" href="#insert-keybindings" id="id158" name="id158">Insert keybindings</a></li>
+<li><a class="reference" href="#format-keybindings" id="id159" name="id159">Format keybindings</a></li>
+<li><a class="reference" href="#settings-keybindings" id="id160" name="id160">Settings keybindings</a></li>
+<li><a class="reference" href="#search-keybindings" id="id161" name="id161">Search keybindings</a></li>
+<li><a class="reference" href="#go-to-keybindings" id="id162" name="id162">Go to keybindings</a></li>
+<li><a class="reference" href="#view-keybindings" id="id163" name="id163">View keybindings</a></li>
+<li><a class="reference" href="#focus-keybindings" id="id164" name="id164">Focus keybindings</a></li>
+<li><a class="reference" href="#notebook-tab-keybindings" id="id165" name="id165">Notebook tab keybindings</a></li>
+<li><a class="reference" href="#document-keybindings" id="id166" name="id166">Document keybindings</a></li>
+<li><a class="reference" href="#build-keybindings" id="id167" name="id167">Build keybindings</a></li>
+<li><a class="reference" href="#tools-keybindings" id="id168" name="id168">Tools keybindings</a></li>
+<li><a class="reference" href="#help-keybindings" id="id169" name="id169">Help keybindings</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference internal" href="#id4" id="id170">Configuration files</a><ul>
-<li><a class="reference internal" href="#tools-menu-items" id="id171">Tools menu items</a></li>
-<li><a class="reference internal" href="#global-configuration-file" id="id172">Global configuration file</a></li>
-<li><a class="reference internal" href="#filetype-definition-files" id="id173">Filetype definition files</a><ul>
-<li><a class="reference internal" href="#custom-filetypes" id="id174">Custom filetypes</a></li>
-<li><a class="reference internal" href="#system-files" id="id175">System files</a></li>
-<li><a class="reference internal" href="#user-files" id="id176">User files</a></li>
-<li><a class="reference internal" href="#format" id="id177">Format</a><ul>
-<li><a class="reference internal" href="#styling-section" id="id178">[styling] Section</a><ul>
-<li><a class="reference internal" href="#using-a-named-style" id="id179">Using a named style</a></li>
+<li><a class="reference" href="#id4" id="id170" name="id170">Configuration files</a><ul>
+<li><a class="reference" href="#tools-menu-items" id="id171" name="id171">Tools menu items</a></li>
+<li><a class="reference" href="#global-configuration-file" id="id172" name="id172">Global configuration file</a></li>
+<li><a class="reference" href="#filetype-definition-files" id="id173" name="id173">Filetype definition files</a><ul>
+<li><a class="reference" href="#custom-filetypes" id="id174" name="id174">Custom filetypes</a></li>
+<li><a class="reference" href="#system-files" id="id175" name="id175">System files</a></li>
+<li><a class="reference" href="#user-files" id="id176" name="id176">User files</a></li>
+<li><a class="reference" href="#format" id="id177" name="id177">Format</a><ul>
+<li><a class="reference" href="#styling-section" id="id178" name="id178">[styling] Section</a><ul>
+<li><a class="reference" href="#using-a-named-style" id="id179" name="id179">Using a named style</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#keywords-section" id="id180">[keywords] Section</a></li>
-<li><a class="reference internal" href="#lexer-properties-section" id="id181">[lexer_properties] Section</a></li>
-<li><a class="reference internal" href="#settings-section" id="id182">[settings] Section</a></li>
-<li><a class="reference internal" href="#build-settings-section" id="id183">[build_settings] Section</a></li>
+<li><a class="reference" href="#keywords-section" id="id180" name="id180">[keywords] Section</a></li>
+<li><a class="reference" href="#lexer-properties-section" id="id181" name="id181">[lexer_properties] Section</a></li>
+<li><a class="reference" href="#settings-section" id="id182" name="id182">[settings] Section</a></li>
+<li><a class="reference" href="#build-settings-section" id="id183" name="id183">[build_settings] Section</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#special-file-filetypes-common" id="id184">Special file filetypes.common</a><ul>
-<li><a class="reference internal" href="#named-styles-section" id="id185">[named_styles] Section</a></li>
-<li><a class="reference internal" href="#id5" id="id186">[styling] Section</a></li>
-<li><a class="reference internal" href="#id6" id="id187">[settings] Section</a></li>
+<li><a class="reference" href="#special-file-filetypes-common" id="id184" name="id184">Special file filetypes.common</a><ul>
+<li><a class="reference" href="#named-styles-section" id="id185" name="id185">[named_styles] Section</a></li>
+<li><a class="reference" href="#id5" id="id186" name="id186">[styling] Section</a></li>
+<li><a class="reference" href="#id6" id="id187" name="id187">[settings] Section</a></li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference internal" href="#filetype-extensions" id="id188">Filetype extensions</a></li>
-<li><a class="reference internal" href="#preferences-file-format" id="id189">Preferences File Format</a><ul>
-<li><a class="reference internal" href="#hidden-preferences" id="id190">Hidden preferences</a></li>
-<li><a class="reference internal" href="#build-menu-section" id="id191">[build-menu] Section</a></li>
+<li><a class="reference" href="#filetype-extensions" id="id188" name="id188">Filetype extensions</a></li>
+<li><a class="reference" href="#preferences-file-format" id="id189" name="id189">Preferences File Format</a><ul>
+<li><a class="reference" href="#hidden-preferences" id="id190" name="id190">Hidden preferences</a></li>
+<li><a class="reference" href="#build-menu-section" id="id191" name="id191">[build-menu] Section</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#project-file-format" id="id192">Project File Format</a><ul>
-<li><a class="reference internal" href="#build-menu-additions" id="id193">[build-menu] Additions</a></li>
+<li><a class="reference" href="#project-file-format" id="id192" name="id192">Project File Format</a><ul>
+<li><a class="reference" href="#build-menu-additions" id="id193" name="id193">[build-menu] Additions</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#templates" id="id194">Templates</a><ul>
-<li><a class="reference internal" href="#template-meta-data" id="id195">Template meta data</a></li>
-<li><a class="reference internal" href="#file-templates" id="id196">File templates</a><ul>
-<li><a class="reference internal" href="#custom-file-templates" id="id197">Custom file templates</a></li>
-<li><a class="reference internal" href="#filetype-templates" id="id198">Filetype templates</a></li>
+<li><a class="reference" href="#templates" id="id194" name="id194">Templates</a><ul>
+<li><a class="reference" href="#template-meta-data" id="id195" name="id195">Template meta data</a></li>
+<li><a class="reference" href="#file-templates" id="id196" name="id196">File templates</a><ul>
+<li><a class="reference" href="#custom-file-templates" id="id197" name="id197">Custom file templates</a></li>
+<li><a class="reference" href="#filetype-templates" id="id198" name="id198">Filetype templates</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#customizing-templates" id="id199">Customizing templates</a><ul>
-<li><a class="reference internal" href="#template-wildcards" id="id200">Template wildcards</a><ul>
-<li><a class="reference internal" href="#special-command-wilcard" id="id201">Special {command:} wilcard</a></li>
+<li><a class="reference" href="#customizing-templates" id="id199" name="id199">Customizing templates</a><ul>
+<li><a class="reference" href="#template-wildcards" id="id200" name="id200">Template wildcards</a><ul>
+<li><a class="reference" href="#special-command-wilcard" id="id201" name="id201">Special {command:} wilcard</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference internal" href="#customizing-the-toolbar" id="id202">Customizing the toolbar</a><ul>
-<li><a class="reference internal" href="#manually-editing-of-the-toolbar-layout" id="id203">Manually editing of the toolbar layout</a></li>
-<li><a class="reference internal" href="#available-toolbar-elements" id="id204">Available toolbar elements</a></li>
+<li><a class="reference" href="#customizing-the-toolbar" id="id202" name="id202">Customizing the toolbar</a><ul>
+<li><a class="reference" href="#manually-editing-of-the-toolbar-layout" id="id203" name="id203">Manually editing of the toolbar layout</a></li>
+<li><a class="reference" href="#available-toolbar-elements" id="id204" name="id204">Available toolbar elements</a></li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference internal" href="#plugin-documentation" id="id205">Plugin documentation</a><ul>
-<li><a class="reference internal" href="#save-actions" id="id206">Save Actions</a><ul>
-<li><a class="reference internal" href="#instant-save" id="id207">Instant Save</a></li>
-<li><a class="reference internal" href="#backup-copy" id="id208">Backup Copy</a></li>
+<li><a class="reference" href="#plugin-documentation" id="id205" name="id205">Plugin documentation</a><ul>
+<li><a class="reference" href="#save-actions" id="id206" name="id206">Save Actions</a><ul>
+<li><a class="reference" href="#instant-save" id="id207" name="id207">Instant Save</a></li>
+<li><a class="reference" href="#backup-copy" id="id208" name="id208">Backup Copy</a></li>
</ul>
</li>
</ul>
</li>
-<li><a class="reference internal" href="#contributing-to-this-document" id="id209">Contributing to this document</a></li>
-<li><a class="reference internal" href="#scintilla-keyboard-commands" id="id210">Scintilla keyboard commands</a><ul>
-<li><a class="reference internal" href="#keyboard-commands" id="id211">Keyboard commands</a></li>
+<li><a class="reference" href="#contributing-to-this-document" id="id209" name="id209">Contributing to this document</a></li>
+<li><a class="reference" href="#scintilla-keyboard-commands" id="id210" name="id210">Scintilla keyboard commands</a><ul>
+<li><a class="reference" href="#keyboard-commands" id="id211" name="id211">Keyboard commands</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#tips-and-tricks" id="id212">Tips and tricks</a><ul>
-<li><a class="reference internal" href="#document-notebook" id="id213">Document notebook</a></li>
-<li><a class="reference internal" href="#editor" id="id214">Editor</a></li>
-<li><a class="reference internal" href="#interface" id="id215">Interface</a></li>
-<li><a class="reference internal" href="#gtk-related" id="id216">GTK-related</a></li>
+<li><a class="reference" href="#tips-and-tricks" id="id212" name="id212">Tips and tricks</a><ul>
+<li><a class="reference" href="#document-notebook" id="id213" name="id213">Document notebook</a></li>
+<li><a class="reference" href="#editor" id="id214" name="id214">Editor</a></li>
+<li><a class="reference" href="#interface" id="id215" name="id215">Interface</a></li>
+<li><a class="reference" href="#gtk-related" id="id216" name="id216">GTK-related</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#compile-time-options" id="id217">Compile-time options</a><ul>
-<li><a class="reference internal" href="#src-geany-h" id="id218">src/geany.h</a></li>
-<li><a class="reference internal" href="#project-h" id="id219">project.h</a></li>
-<li><a class="reference internal" href="#editor-h" id="id220">editor.h</a></li>
-<li><a class="reference internal" href="#keyfile-c" id="id221">keyfile.c</a></li>
-<li><a class="reference internal" href="#build-h" id="id222">build.h</a></li>
-<li><a class="reference internal" href="#build-c" id="id223">build.c</a></li>
+<li><a class="reference" href="#compile-time-options" id="id217" name="id217">Compile-time options</a><ul>
+<li><a class="reference" href="#src-geany-h" id="id218" name="id218">src/geany.h</a></li>
+<li><a class="reference" href="#project-h" id="id219" name="id219">project.h</a></li>
+<li><a class="reference" href="#editor-h" id="id220" name="id220">editor.h</a></li>
+<li><a class="reference" href="#keyfile-c" id="id221" name="id221">keyfile.c</a></li>
+<li><a class="reference" href="#build-h" id="id222" name="id222">build.h</a></li>
+<li><a class="reference" href="#build-c" id="id223" name="id223">build.c</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#gnu-general-public-license" id="id224">GNU General Public License</a></li>
-<li><a class="reference internal" href="#license-for-scintilla-and-scite" id="id225">License for Scintilla and SciTE</a></li>
+<li><a class="reference" href="#gnu-general-public-license" id="id224" name="id224">GNU General Public License</a></li>
+<li><a class="reference" href="#license-for-scintilla-and-scite" id="id225" name="id225">License for Scintilla and SciTE</a></li>
</ul>
</div>
-<div class="section" id="introduction">
-<h1><a class="toc-backref" href="#id12">Introduction</a></h1>
-<div class="section" id="about-geany">
-<h2><a class="toc-backref" href="#id13">About Geany</a></h2>
+<div class="section">
+<h1><a class="toc-backref" href="#id12" id="introduction" name="introduction">Introduction</a></h1>
+<div class="section">
+<h2><a class="toc-backref" href="#id13" id="about-geany" name="about-geany">About Geany</a></h2>
<p>Geany is a small and lightweight Integrated Development Environment. It
was developed to provide a small and fast IDE, which has only a few
dependencies on other packages. Another goal was to be as independent
@@ -507,56 +507,56 @@
<li>Plugin interface</li>
</ul>
</div>
-<div class="section" id="where-to-get-it">
-<h2><a class="toc-backref" href="#id14">Where to get it</a></h2>
-<p>You can obtain Geany from <a class="reference external" href="http://www.geany.org/">http://www.geany.org/</a> or perhaps also from
+<div class="section">
+<h2><a class="toc-backref" href="#id14" id="where-to-get-it" name="where-to-get-it">Where to get it</a></h2>
+<p>You can obtain Geany from <a class="reference" href="http://www.geany.org/">http://www.geany.org/</a> or perhaps also from
your distribution. For a list of available packages, please see
-<a class="reference external" href="http://www.geany.org/Download/ThirdPartyPackages">http://www.geany.org/Download/ThirdPartyPackages</a>.</p>
+<a class="reference" href="http://www.geany.org/Download/ThirdPartyPackages">http://www.geany.org/Download/ThirdPartyPackages</a>.</p>
</div>
-<div class="section" id="license">
-<h2><a class="toc-backref" href="#id15">License</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id15" id="license" name="license">License</a></h2>
<p>Geany is distributed 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. A copy of this
license can be found in the file COPYING included with the source
-code of this program and in the chapter, <a class="reference internal" href="#gnu-general-public-license">GNU General Public License</a>.</p>
+code of this program and in the chapter, <a class="reference" href="#gnu-general-public-license">GNU General Public License</a>.</p>
<p>The included Scintilla library (found in the subdirectory
-<tt class="docutils literal">scintilla/</tt>) has its own license, which can be found in the chapter,
-<a class="reference internal" href="#license-for-scintilla-and-scite">License for Scintilla and SciTE</a>.</p>
+<tt class="docutils literal"><span class="pre">scintilla/</span></tt>) has its own license, which can be found in the chapter,
+<a class="reference" href="#license-for-scintilla-and-scite">License for Scintilla and SciTE</a>.</p>
</div>
-<div class="section" id="about-this-document">
-<h2><a class="toc-backref" href="#id16">About this document</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id16" id="about-this-document" name="about-this-document">About this document</a></h2>
<p>This documentation is available in HTML and text formats.
-The latest version can always be found at <a class="reference external" href="http://www.geany.org/">http://www.geany.org/</a>.</p>
-<p>If you want to contribute to it, see <a class="reference internal" href="#contributing-to-this-document">Contributing to this document</a>.</p>
+The latest version can always be found at <a class="reference" href="http://www.geany.org/">http://www.geany.org/</a>.</p>
+<p>If you want to contribute to it, see <a class="reference" href="#contributing-to-this-document">Contributing to this document</a>.</p>
</div>
</div>
-<div class="section" id="installation">
-<h1><a class="toc-backref" href="#id17">Installation</a></h1>
-<div class="section" id="requirements">
-<h2><a class="toc-backref" href="#id18">Requirements</a></h2>
+<div class="section">
+<h1><a class="toc-backref" href="#id17" id="installation" name="installation">Installation</a></h1>
+<div class="section">
+<h2><a class="toc-backref" href="#id18" id="requirements" name="requirements">Requirements</a></h2>
<p>You will need the GTK (>= 2.8.0) libraries and their dependencies
(Pango, GLib and ATK). Your distro should provide packages for these,
usually installed by default. For Windows, you can download an installer
from the website which bundles these libraries.</p>
</div>
-<div class="section" id="binary-packages">
-<h2><a class="toc-backref" href="#id19">Binary packages</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id19" id="binary-packages" name="binary-packages">Binary packages</a></h2>
<p>There are many binary packages available. For an up-to-date but maybe
-incomplete list see <a class="reference external" href="http://www.geany.org/Download/ThirdPartyPackages">http://www.geany.org/Download/ThirdPartyPackages</a>.</p>
+incomplete list see <a class="reference" href="http://www.geany.org/Download/ThirdPartyPackages">http://www.geany.org/Download/ThirdPartyPackages</a>.</p>
</div>
-<div class="section" id="source-compilation">
-<h2><a class="toc-backref" href="#id20">Source compilation</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id20" id="source-compilation" name="source-compilation">Source compilation</a></h2>
<p>Compiling Geany is quite easy.
To do so, you need the GTK (>= 2.8.0) libraries and header files.
You also need the Pango, GLib and ATK libraries and header files.
-All these files are available at <a class="reference external" href="http://www.gtk.org">http://www.gtk.org</a>, but very often
+All these files are available at <a class="reference" href="http://www.gtk.org">http://www.gtk.org</a>, but very often
your distro will provide development packages to save the trouble of
building these yourself.</p>
<p>Furthermore you need, of course, a C and C++ compiler. The GNU versions
of these tools are recommended.</p>
-<div class="section" id="autotools-based-build-system">
-<h3><a class="toc-backref" href="#id21">Autotools based build system</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id21" id="autotools-based-build-system" name="autotools-based-build-system">Autotools based build system</a></h3>
<p>The Autotools based build system is very mature and has been well tested.
To use it, you just need the Make tool, preferably GNU Make.</p>
<p>Then run the following commands:</p>
@@ -569,8 +569,8 @@
% make install
</pre>
</div>
-<div class="section" id="waf-based-build-system">
-<h3><a class="toc-backref" href="#id22">Waf based build system</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id22" id="waf-based-build-system" name="waf-based-build-system">Waf based build system</a></h3>
<p>The Waf build system is still quite young and under heavy development but already in a
usable state. In contrast to the Autotools system, Waf needs Python. So before using Waf, you need
to install Python on your system.
@@ -578,7 +578,7 @@
build process might be a bit faster. Especially when you use the Waf
cache feature for repetitive builds (e.g. when changing only a few source files
to test something) will become much faster since Waf will cache and re-use the
-unchanged built files and only compile the changed code again. See <a class="reference internal" href="#waf-cache">Waf Cache</a> for details.
+unchanged built files and only compile the changed code again. See <a class="reference" href="#waf-cache">Waf Cache</a> for details.
To build Geany with Waf as run:</p>
<pre class="literal-block">
$ ./waf configure
@@ -588,13 +588,13 @@
<pre class="literal-block">
% ./waf install
</pre>
-<div class="section" id="waf-cache">
-<h4><a class="toc-backref" href="#id23">Waf Cache</a></h4>
+<div class="section">
+<h4><a class="toc-backref" href="#id23" id="waf-cache" name="waf-cache">Waf Cache</a></h4>
<p>The Waf build system has a nice and interesting feature which can help to avoid
a lot of unnecessary rebuilding of unchanged code. This often happens when developing new features
or trying to debug something in Geany.
Waf is able to store and retrieve the object files from a cache. This cache is declared
-using the environment variable <tt class="docutils literal">WAFCACHE</tt>.
+using the environment variable <tt class="docutils literal"><span class="pre">WAFCACHE</span></tt>.
A possible location of the cache directory could be <tt class="docutils literal"><span class="pre">~/.cache/waf</span></tt>. In order to make use of
this, you first need to create this directory:</p>
<pre class="literal-block">
@@ -605,11 +605,11 @@
<pre class="literal-block">
export WAFCACHE=/home/username/.cache/waf
</pre>
-<p>Remember to replace <tt class="docutils literal">username</tt> with your actual username.</p>
+<p>Remember to replace <tt class="docutils literal"><span class="pre">username</span></tt> with your actual username.</p>
<p>More information about the Waf cache feature are available at
-<a class="reference external" href="http://code.google.com/p/waf/wiki/CacheObjectFiles">http://code.google.com/p/waf/wiki/CacheObjectFiles</a>.</p>
-<div class="section" id="cleaning-the-cache">
-<h5><a class="toc-backref" href="#id24">Cleaning the Cache</a></h5>
+<a class="reference" href="http://code.google.com/p/waf/wiki/CacheObjectFiles">http://code.google.com/p/waf/wiki/CacheObjectFiles</a>.</p>
+<div class="section">
+<h5><a class="toc-backref" href="#id24" id="cleaning-the-cache" name="cleaning-the-cache">Cleaning the Cache</a></h5>
<p>You should be careful about the size of the cache directory as it may
grow rapidly over time.
Waf doesn't do any cleaning or other house-keeping of the cache yet, so you need to keep it
@@ -620,12 +620,12 @@
$ find /home/username/.cache/waf -mtime +14 -exec rm {} \;
</pre>
<p>This will delete all files in the cache directory which are older than 14 days.</p>
-<p>For details about the <tt class="docutils literal">find</tt> command and its options, check its manual page.</p>
+<p>For details about the <tt class="docutils literal"><span class="pre">find</span></tt> command and its options, check its manual page.</p>
</div>
</div>
</div>
-<div class="section" id="custom-installation">
-<h3><a class="toc-backref" href="#id25">Custom installation</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id25" id="custom-installation" name="custom-installation">Custom installation</a></h3>
<p>The configure script supports several common options, for a detailed
list, type:</p>
<pre class="literal-block">
@@ -639,40 +639,40 @@
<p>You may also want to read the INSTALL file for advanced installation
options.</p>
<ul class="simple">
-<li>See also <a class="reference internal" href="#compile-time-options">Compile-time options</a>.</li>
+<li>See also <a class="reference" href="#compile-time-options">Compile-time options</a>.</li>
</ul>
</div>
-<div class="section" id="dynamic-linking-loader-support-and-vte">
-<h3><a class="toc-backref" href="#id26">Dynamic linking loader support and VTE</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id26" id="dynamic-linking-loader-support-and-vte" name="dynamic-linking-loader-support-and-vte">Dynamic linking loader support and VTE</a></h3>
<p>In the case that your system lacks dynamic linking loader support, you
-probably want to pass the option <tt class="docutils literal"><span class="pre">--disable-vte</span></tt> to the <tt class="docutils literal">configure</tt>
+probably want to pass the option <tt class="docutils literal"><span class="pre">--disable-vte</span></tt> to the <tt class="docutils literal"><span class="pre">configure</span></tt>
script. This prevents compiling Geany with dynamic linking loader
-support for automatically loading <tt class="docutils literal">libvte.so.4</tt> if available.</p>
+support for automatically loading <tt class="docutils literal"><span class="pre">libvte.so.4</span></tt> if available.</p>
</div>
-<div class="section" id="build-problems">
-<h3><a class="toc-backref" href="#id27">Build problems</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id27" id="build-problems" name="build-problems">Build problems</a></h3>
<p>If there are any errors during compilation, check your build
environment and try to find the error, otherwise contact the mailing
list or one the authors. Sometimes you might need to ask for specific
help from your distribution.</p>
</div>
</div>
-<div class="section" id="installation-prefix">
-<h2><a class="toc-backref" href="#id28">Installation prefix</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id28" id="installation-prefix" name="installation-prefix">Installation prefix</a></h2>
<p>If you want to edit any of Geany's system configuration files after
installation you will need to know the installation prefix. Usually this
is not necessary as you can just use per user configuration files and
you will not need root permissions.</p>
-<p>Use the <tt class="docutils literal"><span class="pre">--print-prefix</span></tt> option to Geany to check - see <a class="reference internal" href="#command-line-options">Command line
+<p>Use the <tt class="docutils literal"><span class="pre">--print-prefix</span></tt> option to Geany to check - see <a class="reference" href="#command-line-options">Command line
options</a>. The first path is the prefix.</p>
-<p>This is commonly <tt class="docutils literal">/usr</tt> if you installed from a binary package, or
-<tt class="docutils literal">/usr/local</tt> if you build from source.</p>
+<p>This is commonly <tt class="docutils literal"><span class="pre">/usr</span></tt> if you installed from a binary package, or
+<tt class="docutils literal"><span class="pre">/usr/local</span></tt> if you build from source.</p>
</div>
</div>
-<div class="section" id="usage">
-<h1><a class="toc-backref" href="#id29">Usage</a></h1>
-<div class="section" id="getting-started">
-<h2><a class="toc-backref" href="#id30">Getting started</a></h2>
+<div class="section">
+<h1><a class="toc-backref" href="#id29" id="usage" name="usage">Usage</a></h1>
+<div class="section">
+<h2><a class="toc-backref" href="#id30" id="getting-started" name="getting-started">Getting started</a></h2>
<p>You can start Geany in the following ways:</p>
<ul>
<li><p class="first">From the Desktop Environment menu:</p>
@@ -688,8 +688,8 @@
</li>
</ul>
</div>
-<div class="section" id="the-geany-workspace">
-<h2><a class="toc-backref" href="#id31">The Geany workspace</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id31" id="the-geany-workspace" name="the-geany-workspace">The Geany workspace</a></h2>
<p>The Geany window is shown in the following figure:</p>
<img alt="./images/main_window.png" src="./images/main_window.png" />
<p>The workspace has the following parts:</p>
@@ -717,8 +717,8 @@
<p>The sizes of the sidebar and message window can be adjusted by
dragging the dividers.</p>
</div>
-<div class="section" id="command-line-options">
-<h2><a class="toc-backref" href="#id32">Command line options</a></h2>
+<div class="section">
+<h2><a class="toc-backref" href="#id32" id="command-line-options" name="command-line-options">Command line options</a></h2>
<table border="1" class="docutils">
<colgroup>
<col width="9%" />
@@ -747,7 +747,7 @@
<td>--config=directory_name</td>
<td>Use an alternate configuration directory. The default
configuration directory is <tt class="docutils literal"><span class="pre">~/.config/geany/</span></tt> and that
-is where <tt class="docutils literal">geany.conf</tt> and other configuration files
+is where <tt class="docutils literal"><span class="pre">geany.conf</span></tt> and other configuration files
reside.</td>
</tr>
<tr><td><em>none</em></td>
@@ -758,7 +758,7 @@
<tr><td>-g</td>
<td>--generate-tags</td>
<td>Generate a global tags file (see
-<a class="reference internal" href="#generating-a-global-tags-file">Generating a global tags file</a>).</td>
+<a class="reference" href="#generating-a-global-tags-file">Generating a global tags file</a>).</td>
</tr>
<tr><td>-P</td>
<td>--no-preprocessing</td>
@@ -803,7 +803,7 @@
<td>--no-terminal</td>
<td>Do not load terminal support. Use this option if you do
not want to load the virtual terminal emulator widget
-at startup. If you do not have <tt class="docutils literal">libvte.so.4</tt> installed,
+at startup. If you do not have <tt class="docutils literal"><span class="pre">libvte.so.4</span></tt> installed,
then terminal-support is automatically disabled. Only
available if Geany was compiled with support for VTE.</td>
</tr>
@@ -821,7 +821,7 @@
<td>--vte-lib</td>
<td>Specify explicitly the path including filename or only
the filename to the VTE library, e.g.
-<tt class="docutils literal">/usr/lib/libvte.so</tt> or <tt class="docutils literal">libvte.so</tt>. This option is
+<tt class="docutils literal"><span class="pre">/usr/lib/libvte.so</span></tt> or <tt class="docutils literal"><span class="pre">libvte.so</span></tt>. This option is
only needed when the auto-detection does not work. Only
available if Geany was compiled with support for VTE.</td>
</tr>
@@ -860,13 +860,13 @@
<p>Geany supports all generic GTK options, a list is available on the
help screen.</p>
</div>
-<div class="section" id="general">
-<h2><a class="toc-backref" href="#id33">General</a></h2>
-<div class="section" id="startup">
-<h3><a class="toc-backref" href="#id34">Startup</a></h3>
+<div class="section">
+<h2><a class="toc-backref" href="#id33" id="general" name="general">General</a></h2>
+<div class="section">
+<h3><a class="toc-backref" href="#id34" id="startup" name="startup">Startup</a></h3>
<p>At startup, Geany loads all files from the last time Geany was
launched. You can disable this feature in the preferences dialog
-(see <a class="reference internal" href="#general-startup-preferences">General Startup preferences</a>). If you specify some
+(see <a class="reference" href="#general-startup-preferences">General Startup preferences</a>). If you specify some
files on the command line, only these files will be opened, but you
can find the files from the last session in the file menu under the
"Recent files" item. By default this contains the last 10 recently
@@ -877,8 +877,8 @@
do not specify any filenames on the command-line, or disable opening
files in a running instance using the appropriate command line option.</p>
</div>
-<div class="section" id="opening-files-from-the-command-line-in-a-running-instance">
-<h3><a class="toc-backref" href="#id35">Opening files from the command-line in a running instance</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id35" id="opening-files-from-the-command-line-in-a-running-instance" name="opening-files-from-the-command-line-in-a-running-instance">Opening files from the command-line in a running instance</a></h3>
<p>Geany detects if there is an an instance of itself already running and opens files
from the command-line in that instance. So, Geany can
be used to view and edit files by opening them from other programs
@@ -887,22 +887,22 @@
<pre class="literal-block">
geany some_file.foo:55:4
</pre>
-<p>This would open the file <tt class="docutils literal">some_file.foo</tt> with the cursor on line 55,
+<p>This would open the file <tt class="docutils literal"><span class="pre">some_file.foo</span></tt> with the cursor on line 55,
column 4.</p>
<p>If you do not like this for some reason, you can disable using the first
instance by using the appropriate command line option -- see the section
-called <a class="reference internal" href="#command-line-options">Command line options</a>.</p>
+called <a class="reference" href="#command-line-options">Command line options</a>.</p>
</div>
-<div class="section" id="virtual-terminal-emulator-widget-vte">
-<h3><a class="toc-backref" href="#id36">Virtual terminal emulator widget (VTE)</a></h3>
-<p>If you have installed <tt class="docutils literal">libvte.so</tt> on your system, it is loaded
+<div class="section">
+<h3><a class="toc-backref" href="#id36" id="virtual-terminal-emulator-widget-vte" name="virtual-terminal-emulator-widget-vte">Virtual terminal emulator widget (VTE)</a></h3>
+<p>If you have installed <tt class="docutils literal"><span class="pre">libvte.so</span></tt> on your system, it is loaded
automatically by Geany, and you will have a terminal widget in the
notebook at the bottom.</p>
-<p>If Geany cannot find any <tt class="docutils literal">libvte.so</tt> at startup, the terminal widget
+<p>If Geany cannot find any <tt class="docutils literal"><span class="pre">libvte.so</span></tt> at startup, the terminal widget
will not be loaded. So there is no need to install the package containing
this file in order to run Geany. Additionally, you can disable the use
of the terminal widget by command line option, for more information
-see the section called <a class="reference internal" href="#command-line-options">Command line options</a>.</p>
+see the section called <a class="reference" href="#command-line-options">Command line options</a>.</p>
<p>You can use this terminal (from now on called VTE) much as you would
a terminal program like xterm. There is basic clipboard support. You
can paste the contents of the clipboard by pressing the right mouse
@@ -919,26 +919,26 @@
you can use the argument <tt class="docutils literal"><span class="pre">--login</span></tt>.</p>
<div class="note">
<p class="first admonition-title">Note</p>
-<p class="last">Geany tries to load <tt class="docutils literal">libvte.so</tt>. If this fails, it tries to load
+<p class="last">Geany tries to load <tt class="docutils literal"><span class="pre">libvte.so</span></tt>. If this fails, it tries to load
some other filenames. If this fails too, you should check whether you
installed libvte correctly. Again note, Geany will run without this
library.</p>
</div>
<p>It could be, that the library is called something else than
-<tt class="docutils literal">libvte.so</tt> (e.g. on FreeBSD 6.0 it is called <tt class="docutils literal">libvte.so.8</tt>). If so
+<tt class="docutils literal"><span class="pre">libvte.so</span></tt> (e.g. on FreeBSD 6.0 it is called <tt class="docutils literal"><span class="pre">libvte.so.8</span></tt>). If so
please set a link to the correct file (as root):</p>
<pre class="literal-block">
# ln -s /usr/lib/libvte.so.X /usr/lib/libvte.so
</pre>
<p>Obviously, you have to adjust the paths and set X to the number of your
-<tt class="docutils literal">libvte.so</tt>.</p>
+<tt class="docutils literal"><span class="pre">libvte.so</span></tt>.</p>
<p>You can also specify the filename of the VTE library to use on the command
-line (see the section called <a class="reference internal" href="#command-line-options">Command line options</a>) or at compile time
+line (see the section called <a class="reference" href="#command-line-options">Command line options</a>) or at compile time
by specifying the command line option <tt class="docutils literal"><span class="pre">--with-vte-module-path</span></tt> to
./configure.</p>
</div>
-<div class="section" id="defining-own-widget-styles-using-gtkrc-2-0">
-<h3><a class="toc-backref" href="#id37">Defining own widget styles using .gtkrc-2.0</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id37" id="defining-own-widget-styles-using-gtkrc-2-0" name="defining-own-widget-styles-using-gtkrc-2-0">Defining own widget styles using .gtkrc-2.0</a></h3>
<p>You can define your widget style for many of Geany's GUI parts. To
do this, just edit your <tt class="docutils literal"><span class="pre">.gtkrc-2.0</span></tt> (usually found in your home
directory on UNIX-like systems and in the etc subdirectory of your
@@ -978,10 +978,10 @@
</pre>
</div>
</div>
-<div class="section" id="documents">
-<h2><a class="toc-backref" href="#id38">Documents</a></h2>
-<div class="section" id="switching-between-documents">
-<h3><a class="toc-backref" href="#id39">Switching between documents</a></h3>
+<div class="section">
+<h2><a class="toc-backref" href="#id38" id="documents" name="documents">Documents</a></h2>
+<div class="section">
+<h3><a class="toc-backref" href="#id39" id="switching-between-documents" name="switching-between-documents">Switching between documents</a></h3>
<p>The documents list and the editor tabs are two different ways
to switch between documents using the mouse. When you hit the key
combination to move between tabs, the order is determined by the tab
@@ -989,14 +989,14 @@
(regardless of whether or not editor tabs are visible).</p>
<p>The tabs can be positioned at the top, bottom, left, or right of the
main editing window, by a selection in the interface preferences.</p>
-<p>See the <a class="reference internal" href="#notebook-tab-keybindings">Notebook tab keybindings</a> section for useful
+<p>See the <a class="reference" href="#notebook-tab-keybindings">Notebook tab keybindings</a> section for useful
shortcuts including for Most-Recently-Used document switching.</p>
</div>
</div>
-<div class="section" id="character-sets-and-unicode-byte-order-mark-bom">
-<h2><a class="toc-backref" href="#id40">Character sets and Unicode Byte-Order-Mark (BOM)</a></h2>
-<div class="section" id="using-character-sets">
-<h3><a class="toc-backref" href="#id41">Using character sets</a></h3>
+<div class="section">
+<h2><a class="toc-backref" href="#id40" id="character-sets-and-unicode-byte-order-mark-bom" name="character-sets-and-unicode-byte-order-mark-bom">Character sets and Unicode Byte-Order-Mark (BOM)</a></h2>
+<div class="section">
+<h3><a class="toc-backref" href="#id41" id="using-character-sets" name="using-character-sets">Using character sets</a></h3>
<p>Geany provides support for detecting and converting character sets. So
you can open and save files in different character sets, and even
convert a file from one character set to another. To do this,
@@ -1042,8 +1042,8 @@
</li>
</ul>
</div>
-<div class="section" id="in-file-encoding-specification">
-<h3><a class="toc-backref" href="#id42">In-file encoding specification</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id42" id="in-file-encoding-specification" name="in-file-encoding-specification">In-file encoding specification</a></h3>
<p>Geany detects meta tags of HTML files which contain charset information
like:</p>
<pre class="literal-block">
@@ -1070,7 +1070,7 @@
correctly the next time.</p>
<p>Since Geany 0.15 you can also use lines which match the
regular expression used to find the encoding string:
-<tt class="docutils literal"><span class="pre">coding[\t</span> <span class="pre">]*[:=][\t</span> <span class="pre">]*([a-z0-9-]+)[\t</span> ]*</tt></p>
+<tt class="docutils literal"><span class="pre">coding[\t</span> <span class="pre">]*[:=][\t</span> <span class="pre">]*([a-z0-9-]+)[\t</span> <span class="pre">]*</span></tt></p>
<div class="note">
<p class="first admonition-title">Note</p>
<p class="last">These specifications must be in the first 512 bytes of the file.
@@ -1085,8 +1085,8 @@
# coding: ISO-8859-15
</pre>
</div>
-<div class="section" id="special-encoding-none">
-<h3><a class="toc-backref" href="#id43">Special encoding "None"</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id43" id="special-encoding-none" name="special-encoding-none">Special encoding "None"</a></h3>
<p>There is a special encoding "None" which uses no
encoding. It is useful when you know that Geany cannot auto-detect
the encoding of a file and it is not displayed correctly. Especially
@@ -1095,10 +1095,10 @@
of the first NULL-byte. Using this encoding opens the file as it is
without any character conversion.</p>
</div>
-<div class="section" id="unicode-byte-order-mark-bom">
-<h3><a class="toc-backref" href="#id44">Unicode Byte-Order-Mark (BOM)</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id44" id="unicode-byte-order-mark-bom" name="unicode-byte-order-mark-bom">Unicode Byte-Order-Mark (BOM)</a></h3>
<p>Furthermore, Geany detects a Unicode Byte Order Mark (see
-<a class="reference external" href="http://en.wikipedia.org/wiki/Byte_Order_Mark">http://en.wikipedia.org/wiki/Byte_Order_Mark</a> for details). Of course,
+<a class="reference" href="http://en.wikipedia.org/wiki/Byte_Order_Mark">http://en.wikipedia.org/wiki/Byte_Order_Mark</a> for details). Of course,
this feature is only available if the opened file is in a Unicode
encoding. The Byte Order Mark helps to detect the encoding of a file,
e.g. whether it is UTF-16LE or UTF-16BE and so on. On Unix-like systems
@@ -1118,10 +1118,10 @@
</div>
</div>
</div>
-<div class="section" id="editing">
-<h2><a class="toc-backref" href="#id45">Editing</a></h2>
-<div class="section" id="folding">
-<h3><a class="toc-backref" href="#id46">Folding</a></h3>
+<div class="section">
+<h2><a class="toc-backref" href="#id45" id="editing" name="editing">Editing</a></h2>
+<div class="section">
+<h3><a class="toc-backref" href="#id46" id="folding" name="folding">Folding</a></h3>
<p>Geany provides basic code folding support. Folding means the ability to
show and hide parts of the text in the current file. You can hide
unimportant code sections and concentrate on the parts you are working on
@@ -1145,8 +1145,8 @@
children of a fold point" option is enabled, pressing Shift will disable
it for this click and vice versa.</p>
</div>
-<div class="section" id="column-mode-editing-rectangular-selections">
-<h3><a class="toc-backref" href="#id47">Column mode editing (rectangular selections)</a></h3>
+<div class="section">
+<h3><a class="toc-backref" href="#id47" id="column-mode-editing-rectangular-selections" name="column-mode-editing-rectangular-selections">Column mode editing (rectangular selections)</a></h3>
<p>There is basic support for column mode editing. To use it, create a
@@ Diff output truncated at 100000 characters. @@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.