SF.net SVN: geany:[4344] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Oct 20 15:35:44 UTC 2009


Revision: 4344
          http://geany.svn.sourceforge.net/geany/?rev=4344&view=rev
Author:   ntrel
Date:     2009-10-20 15:35:44 +0000 (Tue, 20 Oct 2009)

Log Message:
-----------
Add 'Word part completion' keybinding so keys other than Tab can be
used, or to clear/change the combination so Tab does full completion
like before.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/geany.html
    trunk/doc/geany.txt
    trunk/src/editor.c
    trunk/src/editor.h
    trunk/src/keybindings.c
    trunk/src/keybindings.h

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-10-20 12:07:12 UTC (rev 4343)
+++ trunk/ChangeLog	2009-10-20 15:35:44 UTC (rev 4344)
@@ -3,6 +3,11 @@
  * src/highlighting.c, src/filetypes.c, src/document.c, src/symbols.c,
    doc/geany.txt, doc/geany.html:
    Support loading global tags files for custom filetypes.
+ * src/keybindings.c, src/keybindings.h, src/editor.c, src/editor.h,
+   doc/geany.txt, doc/geany.html:
+   Add 'Word part completion' keybinding so keys other than Tab can be
+   used, or to clear/change the combination so Tab does full completion
+   like before.
 
 
 2009-10-19  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2009-10-20 12:07:12 UTC (rev 4343)
+++ trunk/doc/geany.html	2009-10-20 15:35:44 UTC (rev 4344)
@@ -6,7 +6,7 @@
 <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="2009-10-19" />
+<meta name="date" content="2009-10-20" />
 <style type="text/css">
 
 /*
@@ -139,7 +139,7 @@
 <br />Nick Treleaven
 <br />Frank Lanitz</td></tr>
 <tr><th class="docinfo-name">Date:</th>
-<td>2009-10-19</td></tr>
+<td>2009-10-20</td></tr>
 <tr><th class="docinfo-name">Version:</th>
 <td>0.19</td></tr>
 </tbody>
@@ -213,267 +213,268 @@
 <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="#scope-autocompletion" id="id56" name="id56">Scope autocompletion</a></li>
+<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" href="#user-definable-snippets" id="id57" name="id57">User-definable snippets</a></li>
-<li><a class="reference" href="#inserting-unicode-characters" id="id58" name="id58">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" href="#search-replace-and-go-to" id="id59" name="id59">Search, replace and go to</a><ul>
-<li><a class="reference" href="#toolbar-entries" id="id60" name="id60">Toolbar entries</a><ul>
-<li><a class="reference" href="#search-bar" id="id61" name="id61">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" href="#find" id="id62" name="id62">Find</a><ul>
-<li><a class="reference" href="#matching-options" id="id63" name="id63">Matching options</a></li>
-<li><a class="reference" href="#find-all" id="id64" name="id64">Find all</a></li>
-<li><a class="reference" href="#change-font-in-search-dialog-text-fields" id="id65" name="id65">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" href="#find-usage" id="id66" name="id66">Find usage</a></li>
-<li><a class="reference" href="#find-in-files" id="id67" name="id67">Find in files</a><ul>
-<li><a class="reference" href="#filtering-out-version-control-files" id="id68" name="id68">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" href="#replace" id="id69" name="id69">Replace</a><ul>
-<li><a class="reference" href="#replace-all" id="id70" name="id70">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" href="#go-to-tag-definition" id="id71" name="id71">Go to tag definition</a></li>
-<li><a class="reference" href="#go-to-tag-declaration" id="id72" name="id72">Go to tag declaration</a></li>
-<li><a class="reference" href="#go-to-line" id="id73" name="id73">Go to line</a></li>
-<li><a class="reference" href="#regular-expressions" id="id74" name="id74">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" href="#tags" id="id75" name="id75">Tags</a><ul>
-<li><a class="reference" href="#workspace-tags" id="id76" name="id76">Workspace tags</a></li>
-<li><a class="reference" href="#global-tags" id="id77" name="id77">Global tags</a><ul>
-<li><a class="reference" href="#default-global-tags-files" id="id78" name="id78">Default global tags files</a></li>
-<li><a class="reference" href="#global-tags-file-format" id="id79" name="id79">Global tags file format</a></li>
-<li><a class="reference" href="#generating-a-global-tags-file" id="id80" name="id80">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" href="#ignore-tags" id="id81" name="id81">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" href="#preferences" id="id82" name="id82">Preferences</a><ul>
-<li><a class="reference" href="#general-startup-preferences" id="id83" name="id83">General Startup preferences</a><ul>
-<li><a class="reference" href="#id1" id="id84" name="id84">Startup</a></li>
-<li><a class="reference" href="#shutdown" id="id85" name="id85">Shutdown</a></li>
-<li><a class="reference" href="#paths" id="id86" name="id86">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" href="#general-miscellaneous-preferences" id="id87" name="id87">General Miscellaneous preferences</a><ul>
-<li><a class="reference" href="#miscellaneous" id="id88" name="id88">Miscellaneous</a></li>
-<li><a class="reference" href="#search" id="id89" name="id89">Search</a></li>
-<li><a class="reference" href="#projects" id="id90" name="id90">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" href="#interface-preferences" id="id91" name="id91">Interface preferences</a><ul>
-<li><a class="reference" href="#sidebar" id="id92" name="id92">Sidebar</a></li>
-<li><a class="reference" href="#fonts" id="id93" name="id93">Fonts</a></li>
-<li><a class="reference" href="#editor-tabs" id="id94" name="id94">Editor tabs</a></li>
-<li><a class="reference" href="#tab-positions" id="id95" name="id95">Tab positions</a></li>
-<li><a class="reference" href="#id2" id="id96" name="id96">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" href="#toolbar-preferences" id="id97" name="id97">Toolbar preferences</a><ul>
-<li><a class="reference" href="#toolbar" id="id98" name="id98">Toolbar</a></li>
-<li><a class="reference" href="#appearance" id="id99" name="id99">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" href="#editor-features-preferences" id="id100" name="id100">Editor Features preferences</a><ul>
-<li><a class="reference" href="#features" id="id101" name="id101">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" href="#editor-indentation-preferences" id="id102" name="id102">Editor Indentation preferences</a><ul>
-<li><a class="reference" href="#indentation-group" id="id103" name="id103">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" href="#editor-completions-preferences" id="id104" name="id104">Editor Completions preferences</a><ul>
-<li><a class="reference" href="#completions" id="id105" name="id105">Completions</a></li>
-<li><a class="reference" href="#auto-close-quotes-and-brackets" id="id106" name="id106">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" href="#editor-display-preferences" id="id107" name="id107">Editor Display preferences</a><ul>
-<li><a class="reference" href="#display" id="id108" name="id108">Display</a></li>
-<li><a class="reference" href="#long-line-marker" id="id109" name="id109">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" href="#files-preferences" id="id110" name="id110">Files preferences</a><ul>
-<li><a class="reference" href="#new-files" id="id111" name="id111">New files</a></li>
-<li><a class="reference" href="#saving-files" id="id112" name="id112">Saving files</a></li>
-<li><a class="reference" href="#id3" id="id113" name="id113">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" href="#tools-preferences" id="id114" name="id114">Tools preferences</a><ul>
-<li><a class="reference" href="#tool-paths" id="id115" name="id115">Tool paths</a></li>
-<li><a class="reference" href="#commands" id="id116" name="id116">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" href="#template-preferences" id="id117" name="id117">Template preferences</a><ul>
-<li><a class="reference" href="#template-data" id="id118" name="id118">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" href="#keybinding-preferences" id="id119" name="id119">Keybinding preferences</a></li>
-<li><a class="reference" href="#printing-preferences" id="id120" name="id120">Printing preferences</a></li>
-<li><a class="reference" href="#terminal-vte-preferences" id="id121" name="id121">Terminal (VTE) preferences</a><ul>
-<li><a class="reference" href="#terminal-widget" id="id122" name="id122">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" href="#project-management" id="id123" name="id123">Project Management</a><ul>
-<li><a class="reference" href="#new-project" id="id124" name="id124">New Project</a></li>
-<li><a class="reference" href="#project-properties" id="id125" name="id125">Project Properties</a><ul>
-<li><a class="reference" href="#set-base-path-button" id="id126" name="id126">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" href="#open-project" id="id127" name="id127">Open Project</a></li>
-<li><a class="reference" href="#close-project" id="id128" name="id128">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" href="#build-menu" id="id129" name="id129">Build Menu</a><ul>
-<li><a class="reference" href="#indicators" id="id130" name="id130">Indicators</a></li>
-<li><a class="reference" href="#default-build-menu-items" id="id131" name="id131">Default Build Menu Items</a><ul>
-<li><a class="reference" href="#compile" id="id132" name="id132">Compile</a></li>
-<li><a class="reference" href="#build" id="id133" name="id133">Build</a></li>
-<li><a class="reference" href="#make" id="id134" name="id134">Make</a></li>
-<li><a class="reference" href="#make-custom-target" id="id135" name="id135">Make custom target</a></li>
-<li><a class="reference" href="#make-object" id="id136" name="id136">Make object</a></li>
-<li><a class="reference" href="#next-error" id="id137" name="id137">Next Error</a></li>
-<li><a class="reference" href="#previous-error" id="id138" name="id138">Previous Error</a></li>
-<li><a class="reference" href="#execute" id="id139" name="id139">Execute</a></li>
-<li><a class="reference" href="#stopping-running-processes" id="id140" name="id140">Stopping running processes</a><ul>
-<li><a class="reference" href="#terminal-emulators" id="id141" name="id141">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" href="#set-build-commands" id="id142" name="id142">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" href="#build-menu-configuration" id="id143" name="id143">Build Menu Configuration</a></li>
-<li><a class="reference" href="#build-menu-commands-dialog" id="id144" name="id144">Build Menu Commands Dialog</a><ul>
-<li><a class="reference" href="#substitutions-in-commands-and-working-directories" id="id145" name="id145">Substitutions in Commands and Working Directories</a></li>
-<li><a class="reference" href="#build-menu-keyboard-shortcuts" id="id146" name="id146">Build Menu Keyboard Shortcuts</a></li>
-<li><a class="reference" href="#configuration-files" id="id147" name="id147">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" href="#printing-support" id="id148" name="id148">Printing support</a></li>
-<li><a class="reference" href="#plugins" id="id149" name="id149">Plugins</a></li>
-<li><a class="reference" href="#keybindings" id="id150" name="id150">Keybindings</a><ul>
-<li><a class="reference" href="#switching-documents" id="id151" name="id151">Switching documents</a></li>
-<li><a class="reference" href="#configurable-keybindings" id="id152" name="id152">Configurable keybindings</a><ul>
-<li><a class="reference" href="#file-keybindings" id="id153" name="id153">File keybindings</a></li>
-<li><a class="reference" href="#editor-keybindings" id="id154" name="id154">Editor keybindings</a></li>
-<li><a class="reference" href="#clipboard-keybindings" id="id155" name="id155">Clipboard keybindings</a></li>
-<li><a class="reference" href="#select-keybindings" id="id156" name="id156">Select keybindings</a></li>
-<li><a class="reference" href="#insert-keybindings" id="id157" name="id157">Insert keybindings</a></li>
-<li><a class="reference" href="#format-keybindings" id="id158" name="id158">Format keybindings</a></li>
-<li><a class="reference" href="#settings-keybindings" id="id159" name="id159">Settings keybindings</a></li>
-<li><a class="reference" href="#search-keybindings" id="id160" name="id160">Search keybindings</a></li>
-<li><a class="reference" href="#go-to-keybindings" id="id161" name="id161">Go to keybindings</a></li>
-<li><a class="reference" href="#view-keybindings" id="id162" name="id162">View keybindings</a></li>
-<li><a class="reference" href="#focus-keybindings" id="id163" name="id163">Focus keybindings</a></li>
-<li><a class="reference" href="#notebook-tab-keybindings" id="id164" name="id164">Notebook tab keybindings</a></li>
-<li><a class="reference" href="#document-keybindings" id="id165" name="id165">Document keybindings</a></li>
-<li><a class="reference" href="#build-keybindings" id="id166" name="id166">Build keybindings</a></li>
-<li><a class="reference" href="#tools-keybindings" id="id167" name="id167">Tools keybindings</a></li>
-<li><a class="reference" href="#help-keybindings" id="id168" name="id168">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" href="#id4" id="id169" name="id169">Configuration files</a><ul>
-<li><a class="reference" href="#tools-menu-items" id="id170" name="id170">Tools menu items</a></li>
-<li><a class="reference" href="#global-configuration-file" id="id171" name="id171">Global configuration file</a></li>
-<li><a class="reference" href="#filetype-definition-files" id="id172" name="id172">Filetype definition files</a><ul>
-<li><a class="reference" href="#custom-filetypes" id="id173" name="id173">Custom filetypes</a></li>
-<li><a class="reference" href="#system-files" id="id174" name="id174">System files</a></li>
-<li><a class="reference" href="#user-files" id="id175" name="id175">User files</a></li>
-<li><a class="reference" href="#format" id="id176" name="id176">Format</a><ul>
-<li><a class="reference" href="#styling-section" id="id177" name="id177">[styling] Section</a><ul>
-<li><a class="reference" href="#using-a-named-style" id="id178" name="id178">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" href="#keywords-section" id="id179" name="id179">[keywords] Section</a></li>
-<li><a class="reference" href="#settings-section" id="id180" name="id180">[settings] Section</a></li>
-<li><a class="reference" href="#build-settings-section" id="id181" name="id181">[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="#settings-section" id="id181" name="id181">[settings] Section</a></li>
+<li><a class="reference" href="#build-settings-section" id="id182" name="id182">[build_settings] Section</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#special-file-filetypes-common" id="id182" name="id182">Special file filetypes.common</a><ul>
-<li><a class="reference" href="#named-styles-section" id="id183" name="id183">[named_styles] Section</a></li>
-<li><a class="reference" href="#id5" id="id184" name="id184">[styling] Section</a></li>
-<li><a class="reference" href="#id6" id="id185" name="id185">[settings] Section</a></li>
+<li><a class="reference" href="#special-file-filetypes-common" id="id183" name="id183">Special file filetypes.common</a><ul>
+<li><a class="reference" href="#named-styles-section" id="id184" name="id184">[named_styles] Section</a></li>
+<li><a class="reference" href="#id5" id="id185" name="id185">[styling] Section</a></li>
+<li><a class="reference" href="#id6" id="id186" name="id186">[settings] Section</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a class="reference" href="#filetype-extensions" id="id186" name="id186">Filetype extensions</a></li>
-<li><a class="reference" href="#preferences-file-format" id="id187" name="id187">Preferences File Format</a><ul>
-<li><a class="reference" href="#hidden-preferences" id="id188" name="id188">Hidden preferences</a></li>
-<li><a class="reference" href="#build-menu-section" id="id189" name="id189">[build-menu] Section</a></li>
+<li><a class="reference" href="#filetype-extensions" id="id187" name="id187">Filetype extensions</a></li>
+<li><a class="reference" href="#preferences-file-format" id="id188" name="id188">Preferences File Format</a><ul>
+<li><a class="reference" href="#hidden-preferences" id="id189" name="id189">Hidden preferences</a></li>
+<li><a class="reference" href="#build-menu-section" id="id190" name="id190">[build-menu] Section</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#project-file-format" id="id190" name="id190">Project File Format</a><ul>
-<li><a class="reference" href="#build-menu-additions" id="id191" name="id191">[build-menu] Additions</a></li>
+<li><a class="reference" href="#project-file-format" id="id191" name="id191">Project File Format</a><ul>
+<li><a class="reference" href="#build-menu-additions" id="id192" name="id192">[build-menu] Additions</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#templates" id="id192" name="id192">Templates</a><ul>
-<li><a class="reference" href="#template-meta-data" id="id193" name="id193">Template meta data</a></li>
-<li><a class="reference" href="#file-templates" id="id194" name="id194">File templates</a><ul>
-<li><a class="reference" href="#custom-file-templates" id="id195" name="id195">Custom file templates</a></li>
-<li><a class="reference" href="#filetype-templates" id="id196" name="id196">Filetype templates</a></li>
+<li><a class="reference" href="#templates" id="id193" name="id193">Templates</a><ul>
+<li><a class="reference" href="#template-meta-data" id="id194" name="id194">Template meta data</a></li>
+<li><a class="reference" href="#file-templates" id="id195" name="id195">File templates</a><ul>
+<li><a class="reference" href="#custom-file-templates" id="id196" name="id196">Custom file templates</a></li>
+<li><a class="reference" href="#filetype-templates" id="id197" name="id197">Filetype templates</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#customizing-templates" id="id197" name="id197">Customizing templates</a><ul>
-<li><a class="reference" href="#template-wildcards" id="id198" name="id198">Template wildcards</a></li>
+<li><a class="reference" href="#customizing-templates" id="id198" name="id198">Customizing templates</a><ul>
+<li><a class="reference" href="#template-wildcards" id="id199" name="id199">Template wildcards</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a class="reference" href="#customizing-the-toolbar" id="id199" name="id199">Customizing the toolbar</a><ul>
-<li><a class="reference" href="#manually-editing-of-the-toolbar-layout" id="id200" name="id200">Manually editing of the toolbar layout</a></li>
-<li><a class="reference" href="#available-toolbar-elements" id="id201" name="id201">Available toolbar elements</a></li>
+<li><a class="reference" href="#customizing-the-toolbar" id="id200" name="id200">Customizing the toolbar</a><ul>
+<li><a class="reference" href="#manually-editing-of-the-toolbar-layout" id="id201" name="id201">Manually editing of the toolbar layout</a></li>
+<li><a class="reference" href="#available-toolbar-elements" id="id202" name="id202">Available toolbar elements</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a class="reference" href="#plugin-documentation" id="id202" name="id202">Plugin documentation</a><ul>
-<li><a class="reference" href="#save-actions" id="id203" name="id203">Save Actions</a><ul>
-<li><a class="reference" href="#instant-save" id="id204" name="id204">Instant Save</a></li>
-<li><a class="reference" href="#backup-copy" id="id205" name="id205">Backup Copy</a></li>
+<li><a class="reference" href="#plugin-documentation" id="id203" name="id203">Plugin documentation</a><ul>
+<li><a class="reference" href="#save-actions" id="id204" name="id204">Save Actions</a><ul>
+<li><a class="reference" href="#instant-save" id="id205" name="id205">Instant Save</a></li>
+<li><a class="reference" href="#backup-copy" id="id206" name="id206">Backup Copy</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a class="reference" href="#contributing-to-this-document" id="id206" name="id206">Contributing to this document</a></li>
-<li><a class="reference" href="#scintilla-keyboard-commands" id="id207" name="id207">Scintilla keyboard commands</a><ul>
-<li><a class="reference" href="#keyboard-commands" id="id208" name="id208">Keyboard commands</a></li>
+<li><a class="reference" href="#contributing-to-this-document" id="id207" name="id207">Contributing to this document</a></li>
+<li><a class="reference" href="#scintilla-keyboard-commands" id="id208" name="id208">Scintilla keyboard commands</a><ul>
+<li><a class="reference" href="#keyboard-commands" id="id209" name="id209">Keyboard commands</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#tips-and-tricks" id="id209" name="id209">Tips and tricks</a><ul>
-<li><a class="reference" href="#document-notebook" id="id210" name="id210">Document notebook</a></li>
-<li><a class="reference" href="#editor" id="id211" name="id211">Editor</a></li>
-<li><a class="reference" href="#interface" id="id212" name="id212">Interface</a></li>
-<li><a class="reference" href="#gtk-related" id="id213" name="id213">GTK-related</a></li>
+<li><a class="reference" href="#tips-and-tricks" id="id210" name="id210">Tips and tricks</a><ul>
+<li><a class="reference" href="#document-notebook" id="id211" name="id211">Document notebook</a></li>
+<li><a class="reference" href="#editor" id="id212" name="id212">Editor</a></li>
+<li><a class="reference" href="#interface" id="id213" name="id213">Interface</a></li>
+<li><a class="reference" href="#gtk-related" id="id214" name="id214">GTK-related</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#compile-time-options" id="id214" name="id214">Compile-time options</a><ul>
-<li><a class="reference" href="#src-geany-h" id="id215" name="id215">src/geany.h</a></li>
-<li><a class="reference" href="#project-h" id="id216" name="id216">project.h</a></li>
-<li><a class="reference" href="#editor-h" id="id217" name="id217">editor.h</a></li>
-<li><a class="reference" href="#keyfile-c" id="id218" name="id218">keyfile.c</a></li>
-<li><a class="reference" href="#build-h" id="id219" name="id219">build.h</a></li>
-<li><a class="reference" href="#build-c" id="id220" name="id220">build.c</a></li>
+<li><a class="reference" href="#compile-time-options" id="id215" name="id215">Compile-time options</a><ul>
+<li><a class="reference" href="#src-geany-h" id="id216" name="id216">src/geany.h</a></li>
+<li><a class="reference" href="#project-h" id="id217" name="id217">project.h</a></li>
+<li><a class="reference" href="#editor-h" id="id218" name="id218">editor.h</a></li>
+<li><a class="reference" href="#keyfile-c" id="id219" name="id219">keyfile.c</a></li>
+<li><a class="reference" href="#build-h" id="id220" name="id220">build.h</a></li>
+<li><a class="reference" href="#build-c" id="id221" name="id221">build.c</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#gnu-general-public-license" id="id221" name="id221">GNU General Public License</a></li>
-<li><a class="reference" href="#license-for-scintilla-and-scite" id="id222" name="id222">License for Scintilla and SciTE</a></li>
+<li><a class="reference" href="#gnu-general-public-license" id="id222" name="id222">GNU General Public License</a></li>
+<li><a class="reference" href="#license-for-scintilla-and-scite" id="id223" name="id223">License for Scintilla and SciTE</a></li>
 </ul>
 </div>
 <div class="section">
@@ -1299,8 +1300,10 @@
 word on completion</em> preference is set (in <a class="reference" href="#editor-completions-preferences">Editor Completions
 preferences</a>) then any characters after the cursor that match
 a symbol or word are deleted.</p>
-<p>Pressing Tab will complete by word part of the selected item, useful e.g.
-for adding the prefix <tt class="docutils literal"><span class="pre">gtk_combo_box_entry_</span></tt> without typing it
+<div class="section">
+<h4><a class="toc-backref" href="#id56" id="word-part-completion" name="word-part-completion">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
 manually:</p>
 <ul class="simple">
 <li>gtk_com<TAB></li>
@@ -1309,8 +1312,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>.
+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="#id56" id="scope-autocompletion" name="scope-autocompletion">Scope autocompletion</a></h4>
+<h4><a class="toc-backref" href="#id57" id="scope-autocompletion" name="scope-autocompletion">Scope autocompletion</a></h4>
 <p>E.g.:</p>
 <pre class="literal-block">
 struct
@@ -1328,7 +1335,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id57" id="user-definable-snippets" name="user-definable-snippets">User-definable snippets</a></h3>
+<h3><a class="toc-backref" href="#id58" id="user-definable-snippets" name="user-definable-snippets">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.
@@ -1430,7 +1437,7 @@
 needs.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id58" id="inserting-unicode-characters" name="inserting-unicode-characters">Inserting Unicode characters</a></h3>
+<h3><a class="toc-backref" href="#id59" id="inserting-unicode-characters" name="inserting-unicode-characters">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, then let go of Ctrl-Shift and hit a key such as
@@ -1446,7 +1453,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id59" id="search-replace-and-go-to" name="search-replace-and-go-to">Search, replace and go to</a></h2>
+<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>
 <p>This section describes search-related commands from the Search menu
 and the editor window's popup menu:</p>
 <ul class="simple">
@@ -1461,7 +1468,7 @@
 <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="#id60" id="toolbar-entries" name="toolbar-entries">Toolbar entries</a></h3>
+<h3><a class="toc-backref" href="#id61" id="toolbar-entries" name="toolbar-entries">Toolbar entries</a></h3>
 <p>There are also two toolbar entries:</p>
 <ul class="simple">
 <li>Search bar</li>
@@ -1470,18 +1477,18 @@
 <p>There are keybindings to focus each of these - see <a class="reference" href="#focus-keybindings">Focus
 keybindings</a>. Pressing Escape will then focus the editor.</p>
 <div class="section">
-<h4><a class="toc-backref" href="#id61" id="search-bar" name="search-bar">Search bar</a></h4>
+<h4><a class="toc-backref" href="#id62" id="search-bar" name="search-bar">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="#id62" id="find" name="find">Find</a></h3>
+<h3><a class="toc-backref" href="#id63" id="find" name="find">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="#id63" id="matching-options" name="matching-options">Matching options</a></h4>
+<h4><a class="toc-backref" href="#id64" id="matching-options" name="matching-options">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>
 <p>The Use escape sequences option will transform any escaped characters
@@ -1490,7 +1497,7 @@
 (Unicode characters).</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id64" id="find-all" name="find-all">Find all</a></h4>
+<h4><a class="toc-backref" href="#id65" id="find-all" name="find-all">Find all</a></h4>
 <p>To find all matches, click on the Find All expander. This will reveal
 several options:</p>
 <ul class="simple">
@@ -1506,7 +1513,7 @@
 Remove Markers command from the Document menu.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id65" 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>
+<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>
 <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
@@ -1528,7 +1535,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id66" id="find-usage" name="find-usage">Find usage</a></h3>
+<h3><a class="toc-backref" href="#id67" id="find-usage" name="find-usage">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
@@ -1538,7 +1545,7 @@
 shown in the Messages tab of the Message Window.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id67" id="find-in-files" name="find-in-files">Find in files</a></h3>
+<h3><a class="toc-backref" href="#id68" id="find-in-files" name="find-in-files">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
@@ -1550,7 +1557,7 @@
 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="#id68" id="filtering-out-version-control-files" name="filtering-out-version-control-files">Filtering out version control files</a></h4>
+<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>
 <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>
@@ -1562,7 +1569,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id69" id="replace" name="replace">Replace</a></h3>
+<h3><a class="toc-backref" href="#id70" id="replace" name="replace">Replace</a></h3>
 <p>The Replace dialog is used for replacing text in one or more open
 documents.</p>
 <img alt="./images/replace_dialog.png" src="./images/replace_dialog.png" />
@@ -1572,7 +1579,7 @@
 be used in the search string and back references in the replacement
 text -- see the entry for '\n' in <a class="reference" href="#regular-expressions">Regular expressions</a>.</p>
 <div class="section">
-<h4><a class="toc-backref" href="#id70" id="replace-all" name="replace-all">Replace all</a></h4>
+<h4><a class="toc-backref" href="#id71" id="replace-all" name="replace-all">Replace all</a></h4>
 <p>To replace several matches, click on the <em>Replace All</em> expander. This
 will reveal several options:</p>
 <ul class="simple">
@@ -1587,7 +1594,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id71" id="go-to-tag-definition" name="go-to-tag-definition">Go to tag definition</a></h3>
+<h3><a class="toc-backref" href="#id72" id="go-to-tag-definition" name="go-to-tag-definition">Go to tag definition</a></h3>
 <p>If the current word is the name of a tag definition (like a function
 body) and the file containing the tag definition is open, this command
 will switch to that file and go to the corresponding line number. The
@@ -1596,17 +1603,17 @@
 menu is used.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id72" id="go-to-tag-declaration" name="go-to-tag-declaration">Go to tag declaration</a></h3>
+<h3><a class="toc-backref" href="#id73" id="go-to-tag-declaration" name="go-to-tag-declaration">Go to tag declaration</a></h3>
 <p>Like Go to tag definition, but for a forward declaration such as a
 function prototype or <tt class="docutils literal"><span class="pre">extern</span></tt> declaration instead of a function
 body.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id73" id="go-to-line" name="go-to-line">Go to line</a></h3>
+<h3><a class="toc-backref" href="#id74" id="go-to-line" name="go-to-line">Go to line</a></h3>
 <p>Go to a particular line number in the current file.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id74" id="regular-expressions" name="regular-expressions">Regular expressions</a></h3>
+<h3><a class="toc-backref" href="#id75" id="regular-expressions" name="regular-expressions">Regular expressions</a></h3>
 <p>You can use regular expressions in the Find and Replace dialogs
 by selecting the Use regular expressions check box. The syntax is
 POSIX-like, as described in the table below.</p>
@@ -1716,7 +1723,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id75" id="tags" name="tags">Tags</a></h2>
+<h2><a class="toc-backref" href="#id76" id="tags" name="tags">Tags</a></h2>
 <p>Tags are information that relates symbols in a program with the
 source file location of the declaration and definition.</p>
 <p>Geany has built-in functionality for generating tag information (aka
@@ -1727,7 +1734,7 @@
 (but is incompatible with ctags). You use Geany to generate global
 tags files, as described below.</p>
 <div class="section">
-<h3><a class="toc-backref" href="#id76" id="workspace-tags" name="workspace-tags">Workspace tags</a></h3>
+<h3><a class="toc-backref" href="#id77" id="workspace-tags" name="workspace-tags">Workspace tags</a></h3>
 <p>Tags for each document are parsed whenever a file is loaded or
 saved. These are shown in the Symbol list in the Sidebar. These tags
 are also used for autocompletion of symbols and calltips for all documents
@@ -1736,7 +1743,7 @@
 <a class="reference" href="#go-to-tag-definition">Go to tag definition</a>.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id77" id="global-tags" name="global-tags">Global tags</a></h3>
+<h3><a class="toc-backref" href="#id78" id="global-tags" name="global-tags">Global tags</a></h3>
 <p>Global tags are used to provide autocompletion of symbols and calltips
 without having to open the corresponding source files. This is intended
 for library APIs, as the tags file only has to be updated when you upgrade
@@ -1759,7 +1766,7 @@
 with the tags. See the section called <a class="reference" href="#filetype-extensions">Filetype extensions</a> for
 more information.</p>
 <div class="section">
-<h4><a class="toc-backref" href="#id78" id="default-global-tags-files" name="default-global-tags-files">Default global tags files</a></h4>
+<h4><a class="toc-backref" href="#id79" id="default-global-tags-files" name="default-global-tags-files">Default global tags files</a></h4>
 <p>For some languages, a list of global tags is loaded when the
 corresponding filetype is first used. Currently these are for:</p>
 <ul class="simple">
@@ -1772,7 +1779,7 @@
 </ul>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id79" id="global-tags-file-format" name="global-tags-file-format">Global tags file format</a></h4>
+<h4><a class="toc-backref" href="#id80" id="global-tags-file-format" name="global-tags-file-format">Global tags file format</a></h4>
 <p>Global tags files can have two different formats:</p>
 <ul class="simple">
 <li>Tagmanager format</li>
@@ -1809,7 +1816,7 @@
 section <a class="reference" href="#global-tags">Global tags</a>.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id80" id="generating-a-global-tags-file" name="generating-a-global-tags-file">Generating a global tags file</a></h4>
+<h4><a class="toc-backref" href="#id81" id="generating-a-global-tags-file" name="generating-a-global-tags-file">Generating a global tags file</a></h4>
 <p>You can generate your own global tags files by parsing a list of
 source files. The command is:</p>
 <pre class="literal-block">
@@ -1854,7 +1861,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id81" id="ignore-tags" name="ignore-tags">Ignore tags</a></h3>
+<h3><a class="toc-backref" href="#id82" id="ignore-tags" name="ignore-tags">Ignore tags</a></h3>
 <p>You can also ignore certain tags if they would lead to wrong parsing of
 the code. Simply create a file called "ignore.tags" in your Geany
 configuration directory (usually <tt class="docutils literal"><span class="pre">~/.config/geany/</span></tt>). Then list all tags
@@ -1878,7 +1885,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id82" id="preferences" name="preferences">Preferences</a></h2>
+<h2><a class="toc-backref" href="#id83" id="preferences" name="preferences">Preferences</a></h2>
 <p>You may adjust Geany's settings using the Edit --> Preferences
 dialog. Any changes you make there can be applied by hitting either
 the Apply or the OK button. These settings will persist between Geany
@@ -1896,10 +1903,10 @@
 comes after the screenshot of that tab.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id83" id="general-startup-preferences" name="general-startup-preferences">General Startup preferences</a></h3>
+<h3><a class="toc-backref" href="#id84" id="general-startup-preferences" name="general-startup-preferences">General Startup preferences</a></h3>
 <img alt="./images/pref_dialog_gen_startup.png" src="./images/pref_dialog_gen_startup.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id84" id="id1" name="id1">Startup</a></h4>
+<h4><a class="toc-backref" href="#id85" id="id1" name="id1">Startup</a></h4>
 <dl class="docutils">
 <dt>Load files from the last session</dt>
 <dd>On startup, load the same files you had open the last time you
@@ -1911,7 +1918,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id85" id="shutdown" name="shutdown">Shutdown</a></h4>
+<h4><a class="toc-backref" href="#id86" id="shutdown" name="shutdown">Shutdown</a></h4>
 <dl class="docutils">
 <dt>Save window position and geometry</dt>
 <dd>Save the current position and size of the main window so next time
@@ -1921,7 +1928,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id86" id="paths" name="paths">Paths</a></h4>
+<h4><a class="toc-backref" href="#id87" id="paths" name="paths">Paths</a></h4>
 <dl class="docutils">
 <dt>Startup path</dt>
 <dd>Path to start in when opening or saving files.
@@ -1940,10 +1947,10 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id87" id="general-miscellaneous-preferences" name="general-miscellaneous-preferences">General Miscellaneous preferences</a></h3>
+<h3><a class="toc-backref" href="#id88" id="general-miscellaneous-preferences" name="general-miscellaneous-preferences">General Miscellaneous preferences</a></h3>
 <img alt="./images/pref_dialog_gen_misc.png" src="./images/pref_dialog_gen_misc.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id88" id="miscellaneous" name="miscellaneous">Miscellaneous</a></h4>
+<h4><a class="toc-backref" href="#id89" id="miscellaneous" name="miscellaneous">Miscellaneous</a></h4>
 <dl class="docutils">
 <dt>Beep on errors when compilation has finished</dt>
 <dd>Have the computer make a beeping sound when compilation of your program
@@ -1961,7 +1968,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id89" id="search" name="search">Search</a></h4>
+<h4><a class="toc-backref" href="#id90" id="search" name="search">Search</a></h4>
 <dl class="docutils">
 <dt>Always wrap search and hide the Find dialog</dt>
 <dd>Always wrap search around the document and hide the Find dialog after clicking
@@ -1977,7 +1984,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id90" id="projects" name="projects">Projects</a></h4>
+<h4><a class="toc-backref" href="#id91" id="projects" name="projects">Projects</a></h4>
 <dl class="docutils">
 <dt>Use project-based session files</dt>
 <dd>Save your current session when closing projects. You will be able to
@@ -1994,10 +2001,10 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id91" id="interface-preferences" name="interface-preferences">Interface preferences</a></h3>
+<h3><a class="toc-backref" href="#id92" id="interface-preferences" name="interface-preferences">Interface preferences</a></h3>
 <img alt="./images/pref_dialog_interface.png" src="./images/pref_dialog_interface.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id92" id="sidebar" name="sidebar">Sidebar</a></h4>
+<h4><a class="toc-backref" href="#id93" id="sidebar" name="sidebar">Sidebar</a></h4>
 <dl class="docutils">
 <dt>Show symbol list</dt>
 <dd>Show the list of functions, variables, and other information in the
@@ -2009,7 +2016,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id93" id="fonts" name="fonts">Fonts</a></h4>
+<h4><a class="toc-backref" href="#id94" id="fonts" name="fonts">Fonts</a></h4>
 <dl class="docutils">
 <dt>Editor</dt>
 <dd>Change the font used to display documents.</dd>
@@ -2020,7 +2027,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id94" id="editor-tabs" name="editor-tabs">Editor tabs</a></h4>
+<h4><a class="toc-backref" href="#id95" id="editor-tabs" name="editor-tabs">Editor tabs</a></h4>
 <dl class="docutils">
 <dt>Show editor tabs</dt>
 <dd>Show a notebook tab for all documents so you can switch between them
@@ -2037,7 +2044,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id95" id="tab-positions" name="tab-positions">Tab positions</a></h4>
+<h4><a class="toc-backref" href="#id96" id="tab-positions" name="tab-positions">Tab positions</a></h4>
 <dl class="docutils">
 <dt>Editor</dt>
 <dd>Set the positioning of the editor's notebook tabs to the right,
@@ -2051,7 +2058,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id96" id="id2" name="id2">Miscellaneous</a></h4>
+<h4><a class="toc-backref" href="#id97" id="id2" name="id2">Miscellaneous</a></h4>
 <dl class="docutils">
 <dt>Show status bar</dt>
 <dd>Show the status bar at the bottom of the main window. It gives information about
@@ -2061,11 +2068,11 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id97" id="toolbar-preferences" name="toolbar-preferences">Toolbar preferences</a></h3>
+<h3><a class="toc-backref" href="#id98" id="toolbar-preferences" name="toolbar-preferences">Toolbar preferences</a></h3>
 <p>Affects the main toolbar underneath the menu bar.</p>
 <img alt="./images/pref_dialog_toolbar.png" src="./images/pref_dialog_toolbar.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id98" id="toolbar" name="toolbar">Toolbar</a></h4>
+<h4><a class="toc-backref" href="#id99" id="toolbar" name="toolbar">Toolbar</a></h4>
 <dl class="docutils">
 <dt>Show Toolbar</dt>
 <dd>Whether to show the toolbar.</dd>
@@ -2075,7 +2082,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id99" id="appearance" name="appearance">Appearance</a></h4>
+<h4><a class="toc-backref" href="#id100" id="appearance" name="appearance">Appearance</a></h4>
 <dl class="docutils">
 <dt>Icon Style</dt>
 <dd>Select the toolbar icon style to use - either icons and text, just
@@ -2088,10 +2095,10 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id100" id="editor-features-preferences" name="editor-features-preferences">Editor Features preferences</a></h3>
+<h3><a class="toc-backref" href="#id101" id="editor-features-preferences" name="editor-features-preferences">Editor Features preferences</a></h3>
 <img alt="./images/pref_dialog_edit_features.png" src="./images/pref_dialog_edit_features.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id101" id="features" name="features">Features</a></h4>
+<h4><a class="toc-backref" href="#id102" id="features" name="features">Features</a></h4>
 <dl class="docutils">
 <dt>Line wrapping</dt>
 <dd>Show long lines wrapped around to new display lines.</dd>
@@ -2123,10 +2130,10 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id102" id="editor-indentation-preferences" name="editor-indentation-preferences">Editor Indentation preferences</a></h3>
+<h3><a class="toc-backref" href="#id103" id="editor-indentation-preferences" name="editor-indentation-preferences">Editor Indentation preferences</a></h3>
 <img alt="./images/pref_dialog_edit_indentation.png" src="./images/pref_dialog_edit_indentation.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id103" id="indentation-group" name="indentation-group">Indentation group</a></h4>
+<h4><a class="toc-backref" href="#id104" id="indentation-group" name="indentation-group">Indentation group</a></h4>
 <p>See <a class="reference" href="#indentation">Indentation</a> for more information.</p>
 <dl class="docutils">
 <dt>Type</dt>
@@ -2179,10 +2186,10 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id104" id="editor-completions-preferences" name="editor-completions-preferences">Editor Completions preferences</a></h3>
+<h3><a class="toc-backref" href="#id105" id="editor-completions-preferences" name="editor-completions-preferences">Editor Completions preferences</a></h3>
 <img alt="./images/pref_dialog_edit_completions.png" src="./images/pref_dialog_edit_completions.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id105" id="completions" name="completions">Completions</a></h4>
+<h4><a class="toc-backref" href="#id106" id="completions" name="completions">Completions</a></h4>
 <dl class="docutils">
 <dt>Snippet Completion</dt>
 <dd>Whether to replace special keywords after typing Tab into a
@@ -2227,7 +2234,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id106" id="auto-close-quotes-and-brackets" name="auto-close-quotes-and-brackets">Auto-close quotes and brackets</a></h4>
+<h4><a class="toc-backref" href="#id107" id="auto-close-quotes-and-brackets" name="auto-close-quotes-and-brackets">Auto-close quotes and brackets</a></h4>
 <p>Geany can automatically insert a closing bracket and quote characters when
 you open them. For instance, you type a <tt class="docutils literal"><span class="pre">(</span></tt> and Geany will automatically
 insert <tt class="docutils literal"><span class="pre">)</span></tt>. With the following options, you can define for which
@@ -2247,11 +2254,11 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id107" id="editor-display-preferences" name="editor-display-preferences">Editor Display preferences</a></h3>
+<h3><a class="toc-backref" href="#id108" id="editor-display-preferences" name="editor-display-preferences">Editor Display preferences</a></h3>
 <p>This is for visual elements displayed in the editor window.</p>
 <img alt="./images/pref_dialog_edit_display.png" src="./images/pref_dialog_edit_display.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id108" id="display" name="display">Display</a></h4>
+<h4><a class="toc-backref" href="#id109" id="display" name="display">Display</a></h4>
 <dl class="docutils">
 <dt>Invert syntax highlighting colors</dt>
 <dd>Invert all colors, by default this makes white text on a black
@@ -2276,7 +2283,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id109" id="long-line-marker" name="long-line-marker">Long line marker</a></h4>
+<h4><a class="toc-backref" href="#id110" id="long-line-marker" name="long-line-marker">Long line marker</a></h4>
 <p>The long line marker helps to indicate overly-long lines, or as a hint
 to the user for when to break the line.</p>
 <dl class="docutils">
@@ -2302,10 +2309,10 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id110" id="files-preferences" name="files-preferences">Files preferences</a></h3>
+<h3><a class="toc-backref" href="#id111" id="files-preferences" name="files-preferences">Files preferences</a></h3>
 <img alt="./images/pref_dialog_files.png" src="./images/pref_dialog_files.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id111" id="new-files" name="new-files">New files</a></h4>
+<h4><a class="toc-backref" href="#id112" id="new-files" name="new-files">New files</a></h4>
 <dl class="docutils">
 <dt>Open new documents from the command-line</dt>
 <dd>Whether to create new documents when passing filenames that don't
@@ -2325,7 +2332,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id112" id="saving-files" name="saving-files">Saving files</a></h4>
+<h4><a class="toc-backref" href="#id113" id="saving-files" name="saving-files">Saving files</a></h4>
 <p>Perform formatting operations when a document is saved. These
 can each be undone with the Undo command.</p>
 <dl class="docutils">
@@ -2344,7 +2351,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id113" id="id3" name="id3">Miscellaneous</a></h4>
+<h4><a class="toc-backref" href="#id114" id="id3" name="id3">Miscellaneous</a></h4>
 <dl class="docutils">
 <dt>Recent files list length</dt>
 <dd>The number of files to remember in the recently used files list.</dd>
@@ -2363,10 +2370,10 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id114" id="tools-preferences" name="tools-preferences">Tools preferences</a></h3>
+<h3><a class="toc-backref" href="#id115" id="tools-preferences" name="tools-preferences">Tools preferences</a></h3>
 <img alt="./images/pref_dialog_tools.png" src="./images/pref_dialog_tools.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id115" id="tool-paths" name="tool-paths">Tool paths</a></h4>
+<h4><a class="toc-backref" href="#id116" id="tool-paths" name="tool-paths">Tool paths</a></h4>
 <dl class="docutils">
 <dt>Terminal</dt>
 <dd>The location of your terminal executable.</dd>
@@ -2384,7 +2391,7 @@
 </div>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id116" id="commands" name="commands">Commands</a></h4>
+<h4><a class="toc-backref" href="#id117" id="commands" name="commands">Commands</a></h4>
 <dl class="docutils">
 <dt>Context action</dt>
 <dd>Set this to a command to execute on the current word.
@@ -2394,7 +2401,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id117" id="template-preferences" name="template-preferences">Template preferences</a></h3>
+<h3><a class="toc-backref" href="#id118" id="template-preferences" name="template-preferences">Template preferences</a></h3>
 <p>This data is used as meta data for various template text to insert into
 a document, such as the file header. You only need to set fields that
 you want to use in your template files.</p>
@@ -2404,7 +2411,7 @@
 </div>
 <img alt="./images/pref_dialog_templ.png" src="./images/pref_dialog_templ.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id118" id="template-data" name="template-data">Template data</a></h4>
+<h4><a class="toc-backref" href="#id119" id="template-data" name="template-data">Template data</a></h4>
 <dl class="docutils">
 <dt>Developer</dt>
 <dd>The name of the developer who will be creating files.</dd>
@@ -2437,7 +2444,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id119" id="keybinding-preferences" name="keybinding-preferences">Keybinding preferences</a></h3>
+<h3><a class="toc-backref" href="#id120" id="keybinding-preferences" name="keybinding-preferences">Keybinding preferences</a></h3>
 <img alt="./images/pref_dialog_keys.png" src="./images/pref_dialog_keys.png" />
 <p>There are some commands listed in the keybinding dialog that are not, by default,
 bound to a key combination, and may not be available as a menu item.</p>
@@ -2447,7 +2454,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id120" id="printing-preferences" name="printing-preferences">Printing preferences</a></h3>
+<h3><a class="toc-backref" href="#id121" id="printing-preferences" name="printing-preferences">Printing preferences</a></h3>
 <img alt="./images/pref_dialog_printing.png" src="./images/pref_dialog_printing.png" />
 <dl class="docutils">
 <dt>Use external command for printing</dt>
@@ -2469,11 +2476,11 @@
 </dl>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id121" id="terminal-vte-preferences" name="terminal-vte-preferences">Terminal (VTE) preferences</a></h3>
+<h3><a class="toc-backref" href="#id122" id="terminal-vte-preferences" name="terminal-vte-preferences">Terminal (VTE) preferences</a></h3>
 <p>See also: <a class="reference" href="#virtual-terminal-emulator-widget-vte">Virtual terminal emulator widget (VTE)</a>.</p>
 <img alt="./images/pref_dialog_vte.png" src="./images/pref_dialog_vte.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id122" id="terminal-widget" name="terminal-widget">Terminal widget</a></h4>
+<h4><a class="toc-backref" href="#id123" id="terminal-widget" name="terminal-widget">Terminal widget</a></h4>
 <dl class="docutils">
 <dt>Terminal font</dt>
 <dd>Select the font that will be used in the terminal emulation control.</dd>
@@ -2512,7 +2519,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id123" id="project-management" name="project-management">Project Management</a></h2>
+<h2><a class="toc-backref" href="#id124" id="project-management" name="project-management">Project Management</a></h2>
 <p>Project Management is optional in Geany. Currently it can be used for:</p>
 <ul class="simple">
 <li>Storing and opening session files on a project basis.</li>
@@ -2529,7 +2536,7 @@
 file that was in use at the end of the last session will be reopened.</p>
 <p>The project menu items are detailed below.</p>
 <div class="section">
-<h3><a class="toc-backref" href="#id124" id="new-project" name="new-project">New Project</a></h3>
+<h3><a class="toc-backref" href="#id125" id="new-project" name="new-project">New Project</a></h3>
 <p>To create a new project, fill in the <em>Name</em> field. By default this
 will setup a new project file <tt class="docutils literal"><span class="pre">~/projects/name.geany</span></tt>. Usually it's
 best to store all your project files in the same directory (they are
@@ -2539,14 +2546,14 @@
 structure contained in it.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id125" id="project-properties" name="project-properties">Project Properties</a></h3>
+<h3><a class="toc-backref" href="#id126" id="project-properties" name="project-properties">Project Properties</a></h3>
 <p>You can set an optional description for the project, but it is not
 used elsewhere by Geany.</p>
 <p>The <em>Base path</em> field is used as the directory to run the Build menu commands.
 The specified path can be an absolute path or it is considered to be
 relative to the project's file name.</p>
 <div class="section">
-<h4><a class="toc-backref" href="#id126" id="set-base-path-button" name="set-base-path-button">Set Base Path Button</a></h4>
+<h4><a class="toc-backref" href="#id127" id="set-base-path-button" name="set-base-path-button">Set Base Path Button</a></h4>
 <p>This button is a convenience to set the working directory fields
 in the non-filetype Build menu items to %p to use the project base path.</p>
 <div class="note">
@@ -2557,7 +2564,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id127" id="open-project" name="open-project">Open Project</a></h3>
+<h3><a class="toc-backref" href="#id128" id="open-project" name="open-project">Open Project</a></h3>
 <p>The Open command displays a standard file chooser, starting in
 <tt class="docutils literal"><span class="pre">~/projects</span></tt>. Choose a project file named with the <tt class="docutils literal"><span class="pre">.geany</span></tt>
 extension.</p>
@@ -2565,14 +2572,14 @@
 open files and open the session files associated with the project.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id128" id="close-project" name="close-project">Close Project</a></h3>
+<h3><a class="toc-backref" href="#id129" id="close-project" name="close-project">Close Project</a></h3>
 <p>Project file settings are saved when the project is closed.</p>
 <p>When project session support is enabled, Geany will close the project
 session files and open any previously closed default session files.</p>
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id129" id="build-menu" name="build-menu">Build Menu</a></h2>
+<h2><a class="toc-backref" href="#id130" id="build-menu" name="build-menu">Build Menu</a></h2>
 <p>After editing code with Geany, the next step is to compile, link, build,
 interpret, run etc.  As Geany supports many languages each with a different
 approach to such operations, and as there are also many language independant
@@ -2599,7 +2606,7 @@
 Dialog, see <cite>Build Menu Configuration</cite></p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id130" id="indicators" name="indicators">Indicators</a></h3>
+<h3><a class="toc-backref" href="#id131" id="indicators" name="indicators">Indicators</a></h3>
 <p>Indicators are red squiggly underlines which are used to highlight
 errors which occurred while compiling the current file. So you can
 easily see where your code failed to compile. To remove the indicators,
@@ -2608,7 +2615,7 @@
 dialog.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id131" id="default-build-menu-items" name="default-build-menu-items">Default Build Menu Items</a></h3>
+<h3><a class="toc-backref" href="#id132" id="default-build-menu-items" name="default-build-menu-items">Default Build Menu Items</a></h3>
 <p>Depending on the current file's filetype, the default Build menu will contain
 the following items:</p>
 <ul class="simple">
@@ -2623,7 +2630,7 @@
 <li>Set Build Menu Commands</li>
 </ul>
 <div class="section">
-<h4><a class="toc-backref" href="#id132" id="compile" name="compile">Compile</a></h4>
+<h4><a class="toc-backref" href="#id133" id="compile" name="compile">Compile</a></h4>
 <p>The Compile command has different uses for different kinds of files.</p>
 <p>For compilable languages such as C and C++, the Compile command is
 set up to compile the current source file into a binary object file.</p>
@@ -2633,7 +2640,7 @@
 or if that is not available will run the file in its language interpreter.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id133" id="build" name="build">Build</a></h4>
+<h4><a class="toc-backref" href="#id134" id="build" name="build">Build</a></h4>
 <p>For compilable languages such as C and C++, the Build command will link
 the current source file's equivalent object file into an executable. If
 the object file does not exist, the source will be compiled and linked
@@ -2641,32 +2648,32 @@
 <p>Interpreted languages do not use the Build command.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id134" id="make" name="make">Make</a></h4>
+<h4><a class="toc-backref" href="#id135" id="make" name="make">Make</a></h4>
 <p>This runs "make" in the same directory as the
 current file.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id135" id="make-custom-target" name="make-custom-target">Make custom target</a></h4>
+<h4><a class="toc-backref" href="#id136" id="make-custom-target" name="make-custom-target">Make custom target</a></h4>
 <p>This is similar to running 'Make' but you will be prompted for
 the make target name to be passed to the Make tool. For example,
 typing 'clean' in the dialog prompt will run "make clean".</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id136" id="make-object" name="make-object">Make object</a></h4>
+<h4><a class="toc-backref" href="#id137" id="make-object" name="make-object">Make object</a></h4>
 <p>Make object will run "make current_file.o" in the same directory as
 the current file, using the filename for 'current_file'. It is useful
 for building just the current file without building the whole project.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id137" id="next-error" name="next-error">Next Error</a></h4>
+<h4><a class="toc-backref" href="#id138" id="next-error" name="next-error">Next Error</a></h4>
 <p>The next error item will move to the next detected error in the file.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id138" id="previous-error" name="previous-error">Previous Error</a></h4>
+<h4><a class="toc-backref" href="#id139" id="previous-error" name="previous-error">Previous Error</a></h4>
 <p>The previous error item will move to the previous detected error in the file.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id139" id="execute" name="execute">Execute</a></h4>
+<h4><a class="toc-backref" href="#id140" id="execute" name="execute">Execute</a></h4>
 <p>Execute will run the corresponding executable file, shell script or
 interpreted script in a terminal window. Note that the Terminal tool
 path must be correctly set in the Tools tab of the Preferences dialog -
@@ -2680,7 +2687,7 @@
 <p>The execute command output is not parsed for errors.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id140" id="stopping-running-processes" name="stopping-running-processes">Stopping running processes</a></h4>
+<h4><a class="toc-backref" href="#id141" id="stopping-running-processes" name="stopping-running-processes">Stopping running processes</a></h4>
 <p>When there is a running program, the Execute menu item in the menu and
 the Run button in the toolbar
 becomes a stop button and you can stop the current running program. This
@@ -2690,7 +2697,7 @@
 cannot be stopped. For example this can happen when the process creates
 more than one child process.</p>
 <div class="section">
-<h5><a class="toc-backref" href="#id141" id="terminal-emulators" name="terminal-emulators">Terminal emulators</a></h5>
+<h5><a class="toc-backref" href="#id142" id="terminal-emulators" name="terminal-emulators">Terminal emulators</a></h5>
 <p>Xterm is known to work properly. If you are using "Terminal"
 (the terminal program of Xfce), you should add the command line
 option <tt class="docutils literal"><span class="pre">--disable-server</span></tt> otherwise the started process cannot be
@@ -2699,7 +2706,7 @@
 </div>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id142" id="set-build-commands" name="set-build-commands">Set Build Commands</a></h4>
+<h4><a class="toc-backref" href="#id143" id="set-build-commands" name="set-build-commands">Set Build Commands</a></h4>
 <p>By default the Compile and Build commands invoke the GCC compiler and
 linker with only the basic arguments needed by all programs. Using
 Set Build Commands you can add any include paths and compile
@@ -2717,7 +2724,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id143" id="build-menu-configuration" name="build-menu-configuration">Build Menu Configuration</a></h3>
+<h3><a class="toc-backref" href="#id144" id="build-menu-configuration" name="build-menu-configuration">Build Menu Configuration</a></h3>
 <p>The build menu has considerable flexibility and configurability, allowing
 both menu labels the commands they execute and the directory they execute
 in to be configured.</p>
@@ -2869,7 +2876,7 @@
 </ul>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id144" id="build-menu-commands-dialog" name="build-menu-commands-dialog">Build Menu Commands Dialog</a></h3>
+<h3><a class="toc-backref" href="#id145" id="build-menu-commands-dialog" name="build-menu-commands-dialog">Build Menu Commands Dialog</a></h3>
 <p>Most of the configuration of the build menu is done through the Build Menu
 Commands Dialog.  You edit the configuration sourced from preferences in the
 dialog opened from the Build->Build Menu Commands item and you edit the
@@ -2902,7 +2909,7 @@
 To hide lower priority menu items without having anything show in the menu
 configure with a nothing in the label but at least one character in the command.</p>
 <div class="section">
-<h4><a class="toc-backref" href="#id145" id="substitutions-in-commands-and-working-directories" name="substitutions-in-commands-and-working-directories">Substitutions in Commands and Working Directories</a></h4>
+<h4><a class="toc-backref" href="#id146" id="substitutions-in-commands-and-working-directories" name="substitutions-in-commands-and-working-directories">Substitutions in Commands and Working Directories</a></h4>
 <p>The first occurance of each of the following character sequences in each of the
 command and working directory fields is substituted by the items specified below
 before the command is run.</p>
@@ -2923,7 +2930,7 @@
 </div>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id146" id="build-menu-keyboard-shortcuts" name="build-menu-keyboard-shortcuts">Build Menu Keyboard Shortcuts</a></h4>
+<h4><a class="toc-backref" href="#id147" id="build-menu-keyboard-shortcuts" name="build-menu-keyboard-shortcuts">Build Menu Keyboard Shortcuts</a></h4>
 <p>Keyboard shortcuts can be defiend for the first two filetype menu items, the first three
 non-filetype menu items, the first two execute menu items and the fixed menu items.
 In the keybindings configuration dialog (see <a class="reference" href="#keybinding-preferences">Keybinding preferences</a>)
@@ -2931,7 +2938,7 @@
 <p>It is currently not possible to bind keyboard shortcuts to more than these menu items.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id147" id="configuration-files" name="configuration-files">Configuration Files</a></h4>
+<h4><a class="toc-backref" href="#id148" id="configuration-files" name="configuration-files">Configuration Files</a></h4>
 <p>The configurable Build Menu capability was introduced in Geany V0.19 and
 required a new section to be added to the configuration files (See
 <a class="reference" href="#preferences-file-format">Preferences File Format</a>).  Geany will still load older format project,
@@ -2947,7 +2954,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id148" id="printing-support" name="printing-support">Printing support</a></h2>
+<h2><a class="toc-backref" href="#id149" id="printing-support" name="printing-support">Printing support</a></h2>
 <p>Since Geany 0.13 there has been printing support using GTK's printing API.
 The printed page(s) will look nearly the same as on your screen in Geany.
 Additionally, there are some options to modify the printed page(s).</p>
@@ -2995,7 +3002,7 @@
 gtklp or similar programs can be used.</p>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id149" id="plugins" name="plugins">Plugins</a></h2>
+<h2><a class="toc-backref" href="#id150" id="plugins" name="plugins">Plugins</a></h2>
 <p>Plugins are loaded at startup, if the <em>Enable plugin support</em>
 general preference is set. There is also a command-line option,
 <tt class="docutils literal"><span class="pre">-p</span></tt>, which prevents plugins being loaded. Plugins are scanned in
@@ -3016,13 +3023,13 @@
 which are included in Geany.</p>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id150" id="keybindings" name="keybindings">Keybindings</a></h2>
+<h2><a class="toc-backref" href="#id151" id="keybindings" name="keybindings">Keybindings</a></h2>
 <p>Geany supports the default keyboard shortcuts for the Scintilla
 editing widget. For a list of these commands, see <a class="reference" href="#scintilla-keyboard-commands">Scintilla
 keyboard commands</a>. The Scintilla keyboard shortcuts will be overridden
 by any custom keybindings with the same keyboard shortcut.</p>
 <div class="section">
-<h3><a class="toc-backref" href="#id151" id="switching-documents" name="switching-documents">Switching documents</a></h3>
+<h3><a class="toc-backref" href="#id152" id="switching-documents" name="switching-documents">Switching documents</a></h3>
 <p>There are a few non-configurable bindings to switch between documents,
 listed below. These can also be overridden by custom keybindings.</p>
 <table border="1" class="docutils">
@@ -3052,7 +3059,7 @@
 </table>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id152" id="configurable-keybindings" name="configurable-keybindings">Configurable keybindings</a></h3>
+<h3><a class="toc-backref" href="#id153" id="configurable-keybindings" name="configurable-keybindings">Configurable keybindings</a></h3>
 <p>For all actions listed below you can define your own keybindings. Open
 the Preferences dialog, select the desired action and click on
 change. In the resulting dialog you can press the key combination you
@@ -3070,7 +3077,7 @@
 which are common to many applications are marked with (C) after the
 shortcut.</p>
 <div class="section">
-<h4><a class="toc-backref" href="#id153" id="file-keybindings" name="file-keybindings">File keybindings</a></h4>
+<h4><a class="toc-backref" href="#id154" id="file-keybindings" name="file-keybindings">File keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3125,7 +3132,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id154" id="editor-keybindings" name="editor-keybindings">Editor keybindings</a></h4>
+<h4><a class="toc-backref" href="#id155" id="editor-keybindings" name="editor-keybindings">Editor keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3227,11 +3234,17 @@
 completed snippets if multiple cursor positions
 where defined.</td>
 </tr>
+<tr><td>Word part completion</td>
+<td>Tab</td>
+<td>When the autocompletion list is visible, complete
+the currently selected item up to the next word
+part.</td>
+</tr>
 </tbody>
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id155" id="clipboard-keybindings" name="clipboard-keybindings">Clipboard keybindings</a></h4>
+<h4><a class="toc-backref" href="#id156" id="clipboard-keybindings" name="clipboard-keybindings">Clipboard keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3271,7 +3284,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id156" id="select-keybindings" name="select-keybindings">Select keybindings</a></h4>
+<h4><a class="toc-backref" href="#id157" id="select-keybindings" name="select-keybindings">Select keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3308,7 +3321,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id157" id="insert-keybindings" name="insert-keybindings">Insert keybindings</a></h4>
+<h4><a class="toc-backref" href="#id158" id="insert-keybindings" name="insert-keybindings">Insert keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3337,7 +3350,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id158" id="format-keybindings" name="format-keybindings">Format keybindings</a></h4>
+<h4><a class="toc-backref" href="#id159" id="format-keybindings" name="format-keybindings">Format keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3425,7 +3438,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id159" id="settings-keybindings" name="settings-keybindings">Settings keybindings</a></h4>
+<h4><a class="toc-backref" href="#id160" id="settings-keybindings" name="settings-keybindings">Settings keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3447,7 +3460,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id160" id="search-keybindings" name="search-keybindings">Search keybindings</a></h4>
+<h4><a class="toc-backref" href="#id161" id="search-keybindings" name="search-keybindings">Search keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3516,7 +3529,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id161" id="go-to-keybindings" name="go-to-keybindings">Go to keybindings</a></h4>
+<h4><a class="toc-backref" href="#id162" id="go-to-keybindings" name="go-to-keybindings">Go to keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3614,7 +3627,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id162" id="view-keybindings" name="view-keybindings">View keybindings</a></h4>
+<h4><a class="toc-backref" href="#id163" id="view-keybindings" name="view-keybindings">View keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3659,7 +3672,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id163" id="focus-keybindings" name="focus-keybindings">Focus keybindings</a></h4>
+<h4><a class="toc-backref" href="#id164" id="focus-keybindings" name="focus-keybindings">Focus keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3702,7 +3715,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id164" id="notebook-tab-keybindings" name="notebook-tab-keybindings">Notebook tab keybindings</a></h4>
+<h4><a class="toc-backref" href="#id165" id="notebook-tab-keybindings" name="notebook-tab-keybindings">Notebook tab keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="28%" />
@@ -3756,7 +3769,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id165" id="document-keybindings" name="document-keybindings">Document keybindings</a></h4>
+<h4><a class="toc-backref" href="#id166" id="document-keybindings" name="document-keybindings">Document keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3807,7 +3820,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id166" id="build-keybindings" name="build-keybindings">Build keybindings</a></h4>
+<h4><a class="toc-backref" href="#id167" id="build-keybindings" name="build-keybindings">Build keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3865,7 +3878,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id167" id="tools-keybindings" name="tools-keybindings">Tools keybindings</a></h4>
+<h4><a class="toc-backref" href="#id168" id="tools-keybindings" name="tools-keybindings">Tools keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3887,7 +3900,7 @@
 </table>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id168" id="help-keybindings" name="help-keybindings">Help keybindings</a></h4>
+<h4><a class="toc-backref" href="#id169" id="help-keybindings" name="help-keybindings">Help keybindings</a></h4>
 <table border="1" class="docutils">
 <colgroup>
 <col width="29%" />
@@ -3912,9 +3925,9 @@
 </div>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id169" id="id4" name="id4">Configuration files</a></h1>
+<h1><a class="toc-backref" href="#id170" id="id4" name="id4">Configuration files</a></h1>
 <div class="section">
-<h2><a class="toc-backref" href="#id170" id="tools-menu-items" name="tools-menu-items">Tools menu items</a></h2>
+<h2><a class="toc-backref" href="#id171" id="tools-menu-items" name="tools-menu-items">Tools menu items</a></h2>
 <p>There's a <em>Configuration files</em> submenu in the <em>Tools</em> menu that
 contains items for some of the available user configuration files.
 Clicking on one opens it in the editor for you to update. Geany will
@@ -3935,7 +3948,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id171" id="global-configuration-file" name="global-configuration-file">Global configuration file</a></h2>
+<h2><a class="toc-backref" href="#id172" id="global-configuration-file" name="global-configuration-file">Global configuration file</a></h2>
 <p>There is a global configuration file for Geany which will be used for
 any settings not defined in the users local configuration file.
 Settings present in the local configuration file override those in the global
@@ -3955,13 +3968,13 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id172" id="filetype-definition-files" name="filetype-definition-files">Filetype definition files</a></h2>
+<h2><a class="toc-backref" href="#id173" id="filetype-definition-files" name="filetype-definition-files">Filetype definition files</a></h2>
 <p>All color definitions and other filetype specific settings are
 stored in the filetype definition files. Those settings are colors
 for syntax highlighting, general settings like comment characters or
 word delimiter characters as well as compiler and linker settings.</p>
 <div class="section">
-<h3><a class="toc-backref" href="#id173" id="custom-filetypes" name="custom-filetypes">Custom filetypes</a></h3>
+<h3><a class="toc-backref" href="#id174" id="custom-filetypes" name="custom-filetypes">Custom filetypes</a></h3>
 <p>At startup Geany looks for <tt class="docutils literal"><span class="pre">filetypes.*.conf</span></tt> files in the system and
 user filetype paths, adding any filetypes found with the name matching
 the '<tt class="docutils literal"><span class="pre">*</span></tt>' wildcard.</p>
@@ -3988,7 +4001,7 @@
 </ul>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id174" id="system-files" name="system-files">System files</a></h3>
+<h3><a class="toc-backref" href="#id175" id="system-files" name="system-files">System files</a></h3>
 <p>The system-wide configuration files can be found in
 <tt class="docutils literal"><span class="pre">$prefix/share/geany</span></tt> and are called <tt class="docutils literal"><span class="pre">filetypes.$ext</span></tt>,
 where <tt class="docutils literal"><span class="pre">$prefix</span></tt> is the path where Geany is installed (see
@@ -4003,7 +4016,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id175" id="user-files" name="user-files">User files</a></h3>
+<h3><a class="toc-backref" href="#id176" id="user-files" name="user-files">User files</a></h3>
 <p>To change the settings, copy a file from <tt class="docutils literal"><span class="pre">$prefix/share/geany</span></tt> to
 the subdirectory filedefs in your configuration directory (usually
 <tt class="docutils literal"><span class="pre">~/.config/geany/</span></tt>).</p>
@@ -4021,9 +4034,9 @@
 a [build-menu] section as described in <a class="reference" href="#build-menu-section">[build-menu] Section</a>.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id176" id="format" name="format">Format</a></h3>
+<h3><a class="toc-backref" href="#id177" id="format" name="format">Format</a></h3>
 <div class="section">
-<h4><a class="toc-backref" href="#id177" id="styling-section" name="styling-section">[styling] Section</a></h4>
+<h4><a class="toc-backref" href="#id178" id="styling-section" name="styling-section">[styling] Section</a></h4>
 <p>In this section the colors for syntax highlighting are defined. The
 manual format is:</p>
 <ul class="simple">
@@ -4039,7 +4052,7 @@
 <p>This makes the key style have red foreground text, default background
 color text and bold emphasis.</p>
 <div class="section">
-<h5><a class="toc-backref" href="#id178" id="using-a-named-style" name="using-a-named-style">Using a named style</a></h5>
+<h5><a class="toc-backref" href="#id179" id="using-a-named-style" name="using-a-named-style">Using a named style</a></h5>
 <p>The second format uses a <em>named style</em> name to reference a style
 defined in filetypes.common.</p>
 <ul class="simple">
@@ -4058,7 +4071,7 @@
 </div>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id179" id="keywords-section" name="keywords-section">[keywords] Section</a></h4>
+<h4><a class="toc-backref" href="#id180" id="keywords-section" name="keywords-section">[keywords] Section</a></h4>
 <p>This section contains keys for different keyword lists specific to
 the filetype. Some filetypes do not support keywords, so adding a
 new key will not work. You can only add or remove keywords to/from
@@ -4069,7 +4082,7 @@
 </div>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id180" id="settings-section" name="settings-section">[settings] Section</a></h4>
+<h4><a class="toc-backref" href="#id181" id="settings-section" name="settings-section">[settings] Section</a></h4>
 <dl class="docutils">
 <dt>extension</dt>
 <dd><p class="first">This is the default file extension used when saving files, not
@@ -4136,7 +4149,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id181" id="build-settings-section" name="build-settings-section">[build_settings] Section</a></h4>
+<h4><a class="toc-backref" href="#id182" id="build-settings-section" name="build-settings-section">[build_settings] Section</a></h4>
 <p>As of Geany v0.19 this section is supplemented by the <a class="reference" href="#build-menu-section">[build-menu] Section</a>.
 Values that are set in the [build-menu] section will override those in this section.</p>
 <dl class="docutils">
@@ -4189,13 +4202,13 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id182" id="special-file-filetypes-common" name="special-file-filetypes-common">Special file filetypes.common</a></h3>
+<h3><a class="toc-backref" href="#id183" id="special-file-filetypes-common" name="special-file-filetypes-common">Special file filetypes.common</a></h3>
 <p>There is a special filetype definition file called
 filetypes.common. This file defines some general non-filetype-specific
 settings.</p>
 <p>See the <a class="reference" href="#format">Format</a> section for how to define styles.</p>
 <div class="section">
-<h4><a class="toc-backref" href="#id183" id="named-styles-section" name="named-styles-section">[named_styles] Section</a></h4>
+<h4><a class="toc-backref" href="#id184" id="named-styles-section" name="named-styles-section">[named_styles] Section</a></h4>
 <p>Named styles declared here can be used in the [styling] section of any
 filetypes.* file.</p>
 <p>For example:</p>
@@ -4220,7 +4233,7 @@
 </div>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id184" id="id5" name="id5">[styling] Section</a></h4>
+<h4><a class="toc-backref" href="#id185" id="id5" name="id5">[styling] Section</a></h4>
 <dl class="docutils">
 <dt>default</dt>
 <dd><p class="first">This is the default style. It is used for styling files without a
@@ -4386,7 +4399,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id185" id="id6" name="id6">[settings] Section</a></h4>
+<h4><a class="toc-backref" href="#id186" id="id6" name="id6">[settings] Section</a></h4>
 <dl class="docutils">
 <dt>whitespace_chars</dt>
 <dd><p class="first">Characters to treat as whitespace. These characters are ignored
@@ -4400,7 +4413,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id186" id="filetype-extensions" name="filetype-extensions">Filetype extensions</a></h2>
+<h2><a class="toc-backref" href="#id187" id="filetype-extensions" name="filetype-extensions">Filetype extensions</a></h2>
 <p>To change the default filetype extension used when saving a new file,
 see <a class="reference" href="#filetype-definition-files">Filetype definition files</a>.</p>
 <p>You can override the list of file extensions that Geany uses for each
@@ -4426,12 +4439,12 @@
 </pre>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id187" id="preferences-file-format" name="preferences-file-format">Preferences File Format</a></h2>
+<h2><a class="toc-backref" href="#id188" id="preferences-file-format" name="preferences-file-format">Preferences File Format</a></h2>
 <p>The preferences file <tt class="docutils literal"><span class="pre">~/.config/geany/geany.conf</span></tt> holds settings for all the items configured
 in the preferences dialog.  These are not detailed as they should not be edited
 as they are overwritten by Geany.</p>
 <div class="section">
-<h3><a class="toc-backref" href="#id188" id="hidden-preferences" name="hidden-preferences">Hidden preferences</a></h3>
+<h3><a class="toc-backref" href="#id189" id="hidden-preferences" name="hidden-preferences">Hidden preferences</a></h3>
 <p>There are some rarely used preferences that are not shown in the Preferences
 dialog. These can be set by editing the preferences file, then
 restarting Geany. Search for the key name, then edit the value. Example:</p>
@@ -4559,7 +4572,7 @@
 </table>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id189" id="build-menu-section" name="build-menu-section">[build-menu] Section</a></h3>
+<h3><a class="toc-backref" href="#id190" id="build-menu-section" name="build-menu-section">[build-menu] Section</a></h3>
 <p>The [build-menu] section contains the configuration of the build menu.
 This section can occur in filetype, preferences and project files and
 always has the format described here.  Different menu items are loaded
@@ -4591,11 +4604,11 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id190" id="project-file-format" name="project-file-format">Project File Format</a></h2>
+<h2><a class="toc-backref" href="#id191" id="project-file-format" name="project-file-format">Project File Format</a></h2>
 <p>The project file contains project related settings and possibly a
 record of the current session files.</p>
 <div class="section">
-<h3><a class="toc-backref" href="#id191" id="build-menu-additions" name="build-menu-additions">[build-menu] Additions</a></h3>
+<h3><a class="toc-backref" href="#id192" id="build-menu-additions" name="build-menu-additions">[build-menu] Additions</a></h3>
 <p>The project file also can have extra fields in the [build-menu] section
 in addition to those listed in <a class="reference" href="#build-menu-section">[build-menu] Section</a> above.</p>
 <p>When filetype menu items are configured for the project they are stored
@@ -4611,7 +4624,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id192" id="templates" name="templates">Templates</a></h2>
+<h2><a class="toc-backref" href="#id193" id="templates" name="templates">Templates</a></h2>
 <p>Geany supports the following templates:</p>
 <ul class="simple">
 <li>ChangeLog entry</li>
@@ -4634,7 +4647,7 @@
 function description won't contain the correct function name but "unknown"
 instead.</p>
 <div class="section">
-<h3><a class="toc-backref" href="#id193" id="template-meta-data" name="template-meta-data">Template meta data</a></h3>

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list