SF.net SVN: geany:[3443] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Sat Jan 3 16:37:47 UTC 2009


Revision: 3443
          http://geany.svn.sourceforge.net/geany/?rev=3443&view=rev
Author:   ntrel
Date:     2009-01-03 16:37:47 +0000 (Sat, 03 Jan 2009)

Log Message:
-----------
Update Scintilla regular expression info for v1.77 (character
classes, ASCII escaping, character sets containing square
brackets peculiarities). Adapted from SciTE doc.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/geany.html
    trunk/doc/geany.txt

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-01-03 16:31:12 UTC (rev 3442)
+++ trunk/ChangeLog	2009-01-03 16:37:47 UTC (rev 3443)
@@ -22,6 +22,10 @@
    src/editor.c, src/symbols.c:
    Remove geanyobject.h includes.
    Use GObject instead of unused GeanyObject argument.
+ * doc/geany.txt, doc/geany.html:
+   Update Scintilla regular expression info for v1.77 (character
+   classes, ASCII escaping, character sets containing square
+   brackets peculiarities). Adapted from SciTE doc.
 
 
 2009-01-02  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2009-01-03 16:31:12 UTC (rev 3442)
+++ trunk/doc/geany.html	2009-01-03 16:37:47 UTC (rev 3443)
@@ -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="2008-12-17" />
+<meta name="date" content="2008-12-30" />
 <style type="text/css">
 
 /*
@@ -139,7 +139,7 @@
 <br />Nick Treleaven
 <br />Frank Lanitz</td></tr>
 <tr><th class="docinfo-name">Date:</th>
-<td>2008-12-17</td></tr>
+<td>2008-12-30</td></tr>
 <tr><th class="docinfo-name">Version:</th>
 <td>0.16</td></tr>
 </tbody>
@@ -225,177 +225,174 @@
 <li><a class="reference" href="#go-to-tag-definition" id="id58" name="id58">Go to tag definition</a></li>
 <li><a class="reference" href="#go-to-tag-declaration" id="id59" name="id59">Go to tag declaration</a></li>
 <li><a class="reference" href="#go-to-line" id="id60" name="id60">Go to line</a></li>
-<li><a class="reference" href="#regular-expressions" id="id61" name="id61">Regular expressions</a><ul>
-<li><a class="reference" href="#partial-posix-compatibility" id="id62" name="id62">Partial POSIX compatibility</a></li>
+<li><a class="reference" href="#regular-expressions" id="id61" name="id61">Regular expressions</a></li>
 </ul>
 </li>
+<li><a class="reference" href="#tags" id="id62" name="id62">Tags</a><ul>
+<li><a class="reference" href="#workspace-tags" id="id63" name="id63">Workspace tags</a></li>
+<li><a class="reference" href="#global-tags" id="id64" name="id64">Global tags</a><ul>
+<li><a class="reference" href="#default-global-tags-files" id="id65" name="id65">Default global tags files</a></li>
+<li><a class="reference" href="#generating-a-global-tags-file" id="id66" name="id66">Generating a global tags file</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#tags" id="id63" name="id63">Tags</a><ul>
-<li><a class="reference" href="#workspace-tags" id="id64" name="id64">Workspace tags</a></li>
-<li><a class="reference" href="#global-tags" id="id65" name="id65">Global tags</a><ul>
-<li><a class="reference" href="#default-global-tags-files" id="id66" name="id66">Default global tags files</a></li>
-<li><a class="reference" href="#generating-a-global-tags-file" id="id67" name="id67">Generating a global tags file</a></li>
+<li><a class="reference" href="#ignore-tags" id="id67" name="id67">Ignore tags</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#ignore-tags" id="id68" name="id68">Ignore tags</a></li>
+<li><a class="reference" href="#preferences" id="id68" name="id68">Preferences</a><ul>
+<li><a class="reference" href="#general-tab-in-preferences-dialog" id="id69" name="id69">General tab in preferences dialog</a><ul>
+<li><a class="reference" href="#id1" id="id70" name="id70">Startup</a></li>
+<li><a class="reference" href="#shutdown" id="id71" name="id71">Shutdown</a></li>
+<li><a class="reference" href="#projects" id="id72" name="id72">Projects</a></li>
+<li><a class="reference" href="#miscellaneous" id="id73" name="id73">Miscellaneous</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#preferences" id="id69" name="id69">Preferences</a><ul>
-<li><a class="reference" href="#general-tab-in-preferences-dialog" id="id70" name="id70">General tab in preferences dialog</a><ul>
-<li><a class="reference" href="#id1" id="id71" name="id71">Startup</a></li>
-<li><a class="reference" href="#shutdown" id="id72" name="id72">Shutdown</a></li>
-<li><a class="reference" href="#projects" id="id73" name="id73">Projects</a></li>
-<li><a class="reference" href="#miscellaneous" id="id74" name="id74">Miscellaneous</a></li>
+<li><a class="reference" href="#interface-tab-in-preferences-dialog" id="id74" name="id74">Interface tab in preferences dialog</a><ul>
+<li><a class="reference" href="#sidebar" id="id75" name="id75">Sidebar</a></li>
+<li><a class="reference" href="#fonts" id="id76" name="id76">Fonts</a></li>
+<li><a class="reference" href="#editor-tabs" id="id77" name="id77">Editor tabs</a></li>
+<li><a class="reference" href="#tab-positions" id="id78" name="id78">Tab positions</a></li>
+<li><a class="reference" href="#id2" id="id79" name="id79">Miscellaneous</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#interface-tab-in-preferences-dialog" id="id75" name="id75">Interface tab in preferences dialog</a><ul>
-<li><a class="reference" href="#sidebar" id="id76" name="id76">Sidebar</a></li>
-<li><a class="reference" href="#fonts" id="id77" name="id77">Fonts</a></li>
-<li><a class="reference" href="#editor-tabs" id="id78" name="id78">Editor tabs</a></li>
-<li><a class="reference" href="#tab-positions" id="id79" name="id79">Tab positions</a></li>
-<li><a class="reference" href="#id2" id="id80" name="id80">Miscellaneous</a></li>
+<li><a class="reference" href="#toolbar-tab-in-preferences-dialog" id="id80" name="id80">Toolbar tab in preferences dialog</a><ul>
+<li><a class="reference" href="#toolbar" id="id81" name="id81">Toolbar</a></li>
+<li><a class="reference" href="#appearance" id="id82" name="id82">Appearance</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#toolbar-tab-in-preferences-dialog" id="id81" name="id81">Toolbar tab in preferences dialog</a><ul>
-<li><a class="reference" href="#toolbar" id="id82" name="id82">Toolbar</a></li>
-<li><a class="reference" href="#appearance" id="id83" name="id83">Appearance</a></li>
+<li><a class="reference" href="#editor-features-tab-in-preferences-dialog" id="id83" name="id83">Editor Features tab in preferences dialog</a><ul>
+<li><a class="reference" href="#indentation-group" id="id84" name="id84">Indentation group</a></li>
+<li><a class="reference" href="#features" id="id85" name="id85">Features</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#editor-features-tab-in-preferences-dialog" id="id84" name="id84">Editor Features tab in preferences dialog</a><ul>
-<li><a class="reference" href="#indentation-group" id="id85" name="id85">Indentation group</a></li>
-<li><a class="reference" href="#features" id="id86" name="id86">Features</a></li>
+<li><a class="reference" href="#editor-completions-tab-in-preferences-dialog" id="id86" name="id86">Editor Completions tab in preferences dialog</a></li>
+<li><a class="reference" href="#editor-display-tab-in-preferences-dialog" id="id87" name="id87">Editor Display tab in preferences dialog</a><ul>
+<li><a class="reference" href="#display" id="id88" name="id88">Display</a></li>
+<li><a class="reference" href="#long-line-marker" id="id89" name="id89">Long line marker</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#editor-completions-tab-in-preferences-dialog" id="id87" name="id87">Editor Completions tab in preferences dialog</a></li>
-<li><a class="reference" href="#editor-display-tab-in-preferences-dialog" id="id88" name="id88">Editor Display tab in preferences dialog</a><ul>
-<li><a class="reference" href="#display" id="id89" name="id89">Display</a></li>
-<li><a class="reference" href="#long-line-marker" id="id90" name="id90">Long line marker</a></li>
+<li><a class="reference" href="#files-tab-in-preferences-dialog" id="id90" name="id90">Files tab in preferences dialog</a><ul>
+<li><a class="reference" href="#new-files" id="id91" name="id91">New files</a></li>
+<li><a class="reference" href="#saving-files" id="id92" name="id92">Saving files</a></li>
+<li><a class="reference" href="#id3" id="id93" name="id93">Miscellaneous</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#files-tab-in-preferences-dialog" id="id91" name="id91">Files tab in preferences dialog</a><ul>
-<li><a class="reference" href="#new-files" id="id92" name="id92">New files</a></li>
-<li><a class="reference" href="#saving-files" id="id93" name="id93">Saving files</a></li>
-<li><a class="reference" href="#id3" id="id94" name="id94">Miscellaneous</a></li>
+<li><a class="reference" href="#search-tab-in-preferences-dialog" id="id94" name="id94">Search tab in preferences dialog</a></li>
+<li><a class="reference" href="#tools-tab-in-preferences-dialog" id="id95" name="id95">Tools tab in preferences dialog</a><ul>
+<li><a class="reference" href="#tool-paths" id="id96" name="id96">Tool paths</a></li>
+<li><a class="reference" href="#commands" id="id97" name="id97">Commands</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#search-tab-in-preferences-dialog" id="id95" name="id95">Search tab in preferences dialog</a></li>
-<li><a class="reference" href="#tools-tab-in-preferences-dialog" id="id96" name="id96">Tools tab in preferences dialog</a><ul>
-<li><a class="reference" href="#tool-paths" id="id97" name="id97">Tool paths</a></li>
-<li><a class="reference" href="#commands" id="id98" name="id98">Commands</a></li>
+<li><a class="reference" href="#template-tab-in-preferences-dialog" id="id98" name="id98">Template tab in preferences dialog</a><ul>
+<li><a class="reference" href="#template-data" id="id99" name="id99">Template data</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#template-tab-in-preferences-dialog" id="id99" name="id99">Template tab in preferences dialog</a><ul>
-<li><a class="reference" href="#template-data" id="id100" name="id100">Template data</a></li>
+<li><a class="reference" href="#keybinding-tab-in-preferences-dialog" id="id100" name="id100">Keybinding tab in preferences dialog</a></li>
+<li><a class="reference" href="#printing-tab-in-preferences-dialog" id="id101" name="id101">Printing tab in preferences dialog</a></li>
+<li><a class="reference" href="#terminal-vte-tab-in-preferences-dialog" id="id102" name="id102">Terminal (VTE) tab in preferences dialog</a><ul>
+<li><a class="reference" href="#terminal-widget" id="id103" name="id103">Terminal widget</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#keybinding-tab-in-preferences-dialog" id="id101" name="id101">Keybinding tab in preferences dialog</a></li>
-<li><a class="reference" href="#printing-tab-in-preferences-dialog" id="id102" name="id102">Printing tab in preferences dialog</a></li>
-<li><a class="reference" href="#terminal-vte-tab-in-preferences-dialog" id="id103" name="id103">Terminal (VTE) tab in preferences dialog</a><ul>
-<li><a class="reference" href="#terminal-widget" id="id104" name="id104">Terminal widget</a></li>
 </ul>
 </li>
+<li><a class="reference" href="#project-management" id="id104" name="id104">Project Management</a><ul>
+<li><a class="reference" href="#new-project" id="id105" name="id105">New Project</a></li>
+<li><a class="reference" href="#project-properties" id="id106" name="id106">Project Properties</a><ul>
+<li><a class="reference" href="#make-in-base-path" id="id107" name="id107">Make in base path</a></li>
+<li><a class="reference" href="#run-command" id="id108" name="id108">Run command</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#project-management" id="id105" name="id105">Project Management</a><ul>
-<li><a class="reference" href="#new-project" id="id106" name="id106">New Project</a></li>
-<li><a class="reference" href="#project-properties" id="id107" name="id107">Project Properties</a><ul>
-<li><a class="reference" href="#make-in-base-path" id="id108" name="id108">Make in base path</a></li>
-<li><a class="reference" href="#run-command" id="id109" name="id109">Run command</a></li>
+<li><a class="reference" href="#open-project" id="id109" name="id109">Open Project</a></li>
+<li><a class="reference" href="#close-project" id="id110" name="id110">Close Project</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#open-project" id="id110" name="id110">Open Project</a></li>
-<li><a class="reference" href="#close-project" id="id111" name="id111">Close Project</a></li>
+<li><a class="reference" href="#build-system" id="id111" name="id111">Build system</a><ul>
+<li><a class="reference" href="#compile" id="id112" name="id112">Compile</a></li>
+<li><a class="reference" href="#build" id="id113" name="id113">Build</a></li>
+<li><a class="reference" href="#make-all" id="id114" name="id114">Make all</a></li>
+<li><a class="reference" href="#make-custom-target" id="id115" name="id115">Make custom target</a></li>
+<li><a class="reference" href="#make-object" id="id116" name="id116">Make object</a></li>
+<li><a class="reference" href="#execute" id="id117" name="id117">Execute</a></li>
+<li><a class="reference" href="#stopping-running-processes" id="id118" name="id118">Stopping running processes</a><ul>
+<li><a class="reference" href="#terminal-emulators" id="id119" name="id119">Terminal emulators</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#build-system" id="id112" name="id112">Build system</a><ul>
-<li><a class="reference" href="#compile" id="id113" name="id113">Compile</a></li>
-<li><a class="reference" href="#build" id="id114" name="id114">Build</a></li>
-<li><a class="reference" href="#make-all" id="id115" name="id115">Make all</a></li>
-<li><a class="reference" href="#make-custom-target" id="id116" name="id116">Make custom target</a></li>
-<li><a class="reference" href="#make-object" id="id117" name="id117">Make object</a></li>
-<li><a class="reference" href="#execute" id="id118" name="id118">Execute</a></li>
-<li><a class="reference" href="#stopping-running-processes" id="id119" name="id119">Stopping running processes</a><ul>
-<li><a class="reference" href="#terminal-emulators" id="id120" name="id120">Terminal emulators</a></li>
+<li><a class="reference" href="#set-includes-and-arguments" id="id120" name="id120">Set Includes and Arguments</a><ul>
+<li><a class="reference" href="#one-step-compilation" id="id121" name="id121">One step compilation</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#set-includes-and-arguments" id="id121" name="id121">Set Includes and Arguments</a><ul>
-<li><a class="reference" href="#one-step-compilation" id="id122" name="id122">One step compilation</a></li>
+<li><a class="reference" href="#indicators" id="id122" name="id122">Indicators</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#indicators" id="id123" name="id123">Indicators</a></li>
+<li><a class="reference" href="#printing-support" id="id123" name="id123">Printing support</a></li>
+<li><a class="reference" href="#plugins" id="id124" name="id124">Plugins</a></li>
+<li><a class="reference" href="#keybindings" id="id125" name="id125">Keybindings</a><ul>
+<li><a class="reference" href="#switching-documents" id="id126" name="id126">Switching documents</a></li>
+<li><a class="reference" href="#configurable-keybindings" id="id127" name="id127">Configurable keybindings</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#printing-support" id="id124" name="id124">Printing support</a></li>
-<li><a class="reference" href="#plugins" id="id125" name="id125">Plugins</a></li>
-<li><a class="reference" href="#keybindings" id="id126" name="id126">Keybindings</a><ul>
-<li><a class="reference" href="#switching-documents" id="id127" name="id127">Switching documents</a></li>
-<li><a class="reference" href="#configurable-keybindings" id="id128" name="id128">Configurable keybindings</a></li>
 </ul>
 </li>
+<li><a class="reference" href="#configuration-files" id="id128" name="id128">Configuration files</a><ul>
+<li><a class="reference" href="#global-configuration-file" id="id129" name="id129">Global configuration file</a></li>
+<li><a class="reference" href="#filetype-definition-files" id="id130" name="id130">Filetype definition files</a><ul>
+<li><a class="reference" href="#format" id="id131" name="id131">Format</a><ul>
+<li><a class="reference" href="#styling-section" id="id132" name="id132">[styling] Section</a></li>
+<li><a class="reference" href="#keywords-section" id="id133" name="id133">[keywords] Section</a></li>
+<li><a class="reference" href="#settings-section" id="id134" name="id134">[settings] Section</a></li>
+<li><a class="reference" href="#build-settings-section" id="id135" name="id135">[build_settings] Section</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#configuration-files" id="id129" name="id129">Configuration files</a><ul>
-<li><a class="reference" href="#global-configuration-file" id="id130" name="id130">Global configuration file</a></li>
-<li><a class="reference" href="#filetype-definition-files" id="id131" name="id131">Filetype definition files</a><ul>
-<li><a class="reference" href="#format" id="id132" name="id132">Format</a><ul>
-<li><a class="reference" href="#styling-section" id="id133" name="id133">[styling] Section</a></li>
-<li><a class="reference" href="#keywords-section" id="id134" name="id134">[keywords] Section</a></li>
-<li><a class="reference" href="#settings-section" id="id135" name="id135">[settings] Section</a></li>
-<li><a class="reference" href="#build-settings-section" id="id136" name="id136">[build_settings] Section</a></li>
+<li><a class="reference" href="#special-file-filetypes-common" id="id136" name="id136">Special file filetypes.common</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#special-file-filetypes-common" id="id137" name="id137">Special file filetypes.common</a></li>
+<li><a class="reference" href="#filetype-extensions" id="id137" name="id137">Filetype extensions</a></li>
+<li><a class="reference" href="#templates" id="id138" name="id138">Templates</a><ul>
+<li><a class="reference" href="#template-meta-data" id="id139" name="id139">Template meta data</a></li>
+<li><a class="reference" href="#file-templates" id="id140" name="id140">File templates</a><ul>
+<li><a class="reference" href="#custom-file-templates" id="id141" name="id141">Custom file templates</a></li>
+<li><a class="reference" href="#filetype-templates" id="id142" name="id142">Filetype templates</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#filetype-extensions" id="id138" name="id138">Filetype extensions</a></li>
-<li><a class="reference" href="#templates" id="id139" name="id139">Templates</a><ul>
-<li><a class="reference" href="#template-meta-data" id="id140" name="id140">Template meta data</a></li>
-<li><a class="reference" href="#file-templates" id="id141" name="id141">File templates</a><ul>
-<li><a class="reference" href="#custom-file-templates" id="id142" name="id142">Custom file templates</a></li>
-<li><a class="reference" href="#filetype-templates" id="id143" name="id143">Filetype templates</a></li>
+<li><a class="reference" href="#customizing-templates" id="id143" name="id143">Customizing templates</a><ul>
+<li><a class="reference" href="#template-wildcards" id="id144" name="id144">Template wildcards</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#customizing-templates" id="id144" name="id144">Customizing templates</a><ul>
-<li><a class="reference" href="#template-wildcards" id="id145" name="id145">Template wildcards</a></li>
 </ul>
 </li>
+<li><a class="reference" href="#customizing-the-toolbar" id="id145" name="id145">Customizing the toolbar</a><ul>
+<li><a class="reference" href="#available-toolbar-elements" id="id146" name="id146">Available toolbar elements</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#customizing-the-toolbar" id="id146" name="id146">Customizing the toolbar</a><ul>
-<li><a class="reference" href="#available-toolbar-elements" id="id147" name="id147">Available toolbar elements</a></li>
 </ul>
 </li>
+<li><a class="reference" href="#plugin-documentation" id="id147" name="id147">Plugin documentation</a><ul>
+<li><a class="reference" href="#instant-save" id="id148" name="id148">Instant Save</a></li>
+<li><a class="reference" href="#backup-copy" id="id149" name="id149">Backup Copy</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#plugin-documentation" id="id148" name="id148">Plugin documentation</a><ul>
-<li><a class="reference" href="#instant-save" id="id149" name="id149">Instant Save</a></li>
-<li><a class="reference" href="#backup-copy" id="id150" name="id150">Backup Copy</a></li>
+<li><a class="reference" href="#contributing-to-this-document" id="id150" name="id150">Contributing to this document</a></li>
+<li><a class="reference" href="#scintilla-keyboard-commands" id="id151" name="id151">Scintilla keyboard commands</a><ul>
+<li><a class="reference" href="#keyboard-commands" id="id152" name="id152">Keyboard commands</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#contributing-to-this-document" id="id151" name="id151">Contributing to this document</a></li>
-<li><a class="reference" href="#scintilla-keyboard-commands" id="id152" name="id152">Scintilla keyboard commands</a><ul>
-<li><a class="reference" href="#keyboard-commands" id="id153" name="id153">Keyboard commands</a></li>
+<li><a class="reference" href="#tips-and-tricks" id="id153" name="id153">Tips and tricks</a><ul>
+<li><a class="reference" href="#document-notebook" id="id154" name="id154">Document notebook</a></li>
+<li><a class="reference" href="#editor" id="id155" name="id155">Editor</a></li>
+<li><a class="reference" href="#interface" id="id156" name="id156">Interface</a></li>
+<li><a class="reference" href="#gtk-related" id="id157" name="id157">GTK-related</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#tips-and-tricks" id="id154" name="id154">Tips and tricks</a><ul>
-<li><a class="reference" href="#document-notebook" id="id155" name="id155">Document notebook</a></li>
-<li><a class="reference" href="#editor" id="id156" name="id156">Editor</a></li>
-<li><a class="reference" href="#interface" id="id157" name="id157">Interface</a></li>
-<li><a class="reference" href="#gtk-related" id="id158" name="id158">GTK-related</a></li>
+<li><a class="reference" href="#hidden-preferences" id="id158" name="id158">Hidden preferences</a></li>
+<li><a class="reference" href="#compile-time-options" id="id159" name="id159">Compile-time options</a><ul>
+<li><a class="reference" href="#src-geany-h" id="id160" name="id160">src/geany.h</a></li>
+<li><a class="reference" href="#project-h" id="id161" name="id161">project.h</a></li>
+<li><a class="reference" href="#editor-h" id="id162" name="id162">editor.h</a></li>
+<li><a class="reference" href="#keyfile-c" id="id163" name="id163">keyfile.c</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#hidden-preferences" id="id159" name="id159">Hidden preferences</a></li>
-<li><a class="reference" href="#compile-time-options" id="id160" name="id160">Compile-time options</a><ul>
-<li><a class="reference" href="#src-geany-h" id="id161" name="id161">src/geany.h</a></li>
-<li><a class="reference" href="#project-h" id="id162" name="id162">project.h</a></li>
-<li><a class="reference" href="#editor-h" id="id163" name="id163">editor.h</a></li>
-<li><a class="reference" href="#keyfile-c" id="id164" name="id164">keyfile.c</a></li>
+<li><a class="reference" href="#gnu-general-public-license" id="id164" name="id164">GNU General Public License</a></li>
+<li><a class="reference" href="#license-for-scintilla-and-scite" id="id165" name="id165">License for Scintilla and SciTE</a></li>
 </ul>
-</li>
-<li><a class="reference" href="#gnu-general-public-license" id="id165" name="id165">GNU General Public License</a></li>
-<li><a class="reference" href="#license-for-scintilla-and-scite" id="id166" name="id166">License for Scintilla and SciTE</a></li>
-</ul>
 </div>
 <div class="section">
 <h1><a class="toc-backref" href="#id9" id="introduction" name="introduction">Introduction</a></h1>
@@ -1343,6 +1340,8 @@
 <li>Searching backwards with regular expressions is not supported.</li>
 <li>\r and \n are never matched because regular expression
 searches are made line per line (stripped of end-of-line chars).</li>
+<li>The POSIX '?' regular expression character for optional
+matching is not supported.</li>
 </ol>
 </div>
 <p><strong>In a regular expression, the following characters are interpreted:</strong></p>
@@ -1373,21 +1372,49 @@
 <tr><td>\></td>
 <td>This matches the end of a word.</td>
 </tr>
+<tr><td>\c</td>
+<td><p class="first">A backslash followed by d, D, s, S, w or W, becomes a
+character class (both inside and outside sets []).</p>
+<ul class="last simple">
+<li>d: decimal digits</li>
+<li>D: any char except decimal digits</li>
+<li>s: whitespace (space, \t \n \r \f \v)</li>
+<li>S: any char except whitespace (see above)</li>
+<li>w: alphanumeric & underscore (changed by user setting)</li>
+<li>W: any char except alphanumeric & underscore (see above)</li>
+</ul>
+</td>
+</tr>
 <tr><td>\x</td>
 <td>This allows you to use a character x that would otherwise have
 a special meaning. For example, \[ would be interpreted as [
 and not as the start of a character set. Use \\ for a literal
 backslash.</td>
 </tr>
+<tr><td>\xHH</td>
+<td>A backslash followed by x and two hexa digits, becomes the
+character whose Ascii code is equal to these digits. If not
+followed by two digits, it is 'x' char itself.</td>
+</tr>
 <tr><td>[...]</td>
-<td>This indicates a set of characters, for example, [abc] means
-any of the characters a, b or c. You can also use ranges, for
-example [a-z] for any lower case character.</td>
+<td><p class="first">Matches one of the characters in the set. If the first
+character in the set is ^, it matches the characters NOT in
+the set, i.e. complements the set. A shorthand S-E (start
+dash end) is used to specify a set of characters S up to E,
+inclusive. The special characters ] and - have no special
+meaning if they appear as the first chars in the set. To
+include both, put - first: [-]A-Z] (or just backslash them).</p>
+<p>Examples:</p>
+<pre class="last literal-block">
+[-]|]    matches these 3 chars
+[]-|]    matches from ] to | chars
+[a-z]    any lowercase alpha
+[^-]]    any char except - and ]
+[^A-Z]   any char except uppercase alpha
+[a-zA-Z] any alpha
+</pre>
+</td>
 </tr>
-<tr><td>[^...]</td>
-<td>The complement of the characters in the set. For example,
-[^A-Za-z] means any character except an alphabetic character.</td>
-</tr>
 <tr><td>^</td>
 <td>This matches the start of a line (unless used inside a set, see
 above).</td>
@@ -1405,15 +1432,15 @@
 </tr>
 </tbody>
 </table>
-<div class="section">
-<h4><a class="toc-backref" href="#id62" id="partial-posix-compatibility" name="partial-posix-compatibility">Partial POSIX compatibility</a></h4>
-<p>Note that the POSIX '?' regular expression character for optional
-matching is not supported by the Find and Replace dialogs.</p>
+<div class="note">
+<p class="first admonition-title">Note</p>
+<p class="last">This table is adapted from Scintilla and SciTE documentation,
+distributed under the <a class="reference" href="#license-for-scintilla-and-scite">License for Scintilla and SciTE</a>.</p>
 </div>
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id63" id="tags" name="tags">Tags</a></h2>
+<h2><a class="toc-backref" href="#id62" id="tags" name="tags">Tags</a></h2>
 <p>Geany has built-in functionality for generating tag information (aka
 "workspace tags") for supported filetypes when you open a file.  You
 can also have Geany automatically load external tag files (aka "global
@@ -1423,7 +1450,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="#id64" id="workspace-tags" name="workspace-tags">Workspace tags</a></h3>
+<h3><a class="toc-backref" href="#id63" 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 auto completion of symbols and calltips for all documents
@@ -1432,7 +1459,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="#id65" id="global-tags" name="global-tags">Global tags</a></h3>
+<h3><a class="toc-backref" href="#id64" id="global-tags" name="global-tags">Global tags</a></h3>
 <p>Global tags are used to provide auto completion 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
@@ -1452,7 +1479,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="#id66" id="default-global-tags-files" name="default-global-tags-files">Default global tags files</a></h4>
+<h4><a class="toc-backref" href="#id65" 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">
@@ -1465,7 +1492,7 @@
 </ul>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id67" 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="#id66" id="generating-a-global-tags-file" name="generating-a-global-tags-file">Generating a global tags file</a></h4>
 <p><em>Filetypes support:</em></p>
 <p>Currently this is not yet supported for Pascal, PHP and LaTeX
 filetypes.</p>
@@ -1513,7 +1540,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id68" id="ignore-tags" name="ignore-tags">Ignore tags</a></h3>
+<h3><a class="toc-backref" href="#id67" 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
@@ -1537,7 +1564,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id69" id="preferences" name="preferences">Preferences</a></h2>
+<h2><a class="toc-backref" href="#id68" 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
@@ -1555,10 +1582,10 @@
 comes after the screenshot of that tab.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id70" id="general-tab-in-preferences-dialog" name="general-tab-in-preferences-dialog">General tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id69" id="general-tab-in-preferences-dialog" name="general-tab-in-preferences-dialog">General tab in preferences dialog</a></h3>
 <img alt="./images/pref_dialog_gen.png" src="./images/pref_dialog_gen.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id71" id="id1" name="id1">Startup</a></h4>
+<h4><a class="toc-backref" href="#id70" 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
@@ -1570,7 +1597,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id72" id="shutdown" name="shutdown">Shutdown</a></h4>
+<h4><a class="toc-backref" href="#id71" 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
@@ -1580,7 +1607,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id73" id="projects" name="projects">Projects</a></h4>
+<h4><a class="toc-backref" href="#id72" 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
@@ -1596,7 +1623,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id74" id="miscellaneous" name="miscellaneous">Miscellaneous</a></h4>
+<h4><a class="toc-backref" href="#id73" 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
@@ -1614,10 +1641,10 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id75" id="interface-tab-in-preferences-dialog" name="interface-tab-in-preferences-dialog">Interface tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id74" id="interface-tab-in-preferences-dialog" name="interface-tab-in-preferences-dialog">Interface tab in preferences dialog</a></h3>
 <img alt="./images/pref_dialog_interface.png" src="./images/pref_dialog_interface.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id76" id="sidebar" name="sidebar">Sidebar</a></h4>
+<h4><a class="toc-backref" href="#id75" 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
@@ -1632,7 +1659,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id77" id="fonts" name="fonts">Fonts</a></h4>
+<h4><a class="toc-backref" href="#id76" id="fonts" name="fonts">Fonts</a></h4>
 <dl class="docutils">
 <dt>Editor</dt>
 <dd>Change the font used to display documents.</dd>
@@ -1643,7 +1670,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id78" id="editor-tabs" name="editor-tabs">Editor tabs</a></h4>
+<h4><a class="toc-backref" href="#id77" 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
@@ -1660,7 +1687,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id79" id="tab-positions" name="tab-positions">Tab positions</a></h4>
+<h4><a class="toc-backref" href="#id78" 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,
@@ -1674,7 +1701,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id80" id="id2" name="id2">Miscellaneous</a></h4>
+<h4><a class="toc-backref" href="#id79" 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
@@ -1684,18 +1711,18 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id81" id="toolbar-tab-in-preferences-dialog" name="toolbar-tab-in-preferences-dialog">Toolbar tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id80" id="toolbar-tab-in-preferences-dialog" name="toolbar-tab-in-preferences-dialog">Toolbar tab in preferences dialog</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="#id82" id="toolbar" name="toolbar">Toolbar</a></h4>
+<h4><a class="toc-backref" href="#id81" id="toolbar" name="toolbar">Toolbar</a></h4>
 <dl class="docutils">
 <dt>Show Toolbar</dt>
 <dd>Whether to show the toolbar.</dd>
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id83" id="appearance" name="appearance">Appearance</a></h4>
+<h4><a class="toc-backref" href="#id82" 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
@@ -1706,10 +1733,10 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id84" id="editor-features-tab-in-preferences-dialog" name="editor-features-tab-in-preferences-dialog">Editor Features tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id83" id="editor-features-tab-in-preferences-dialog" name="editor-features-tab-in-preferences-dialog">Editor Features tab in preferences dialog</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="#id85" id="indentation-group" name="indentation-group">Indentation group</a></h4>
+<h4><a class="toc-backref" href="#id84" 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>
@@ -1761,7 +1788,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id86" id="features" name="features">Features</a></h4>
+<h4><a class="toc-backref" href="#id85" 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>
@@ -1793,7 +1820,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id87" id="editor-completions-tab-in-preferences-dialog" name="editor-completions-tab-in-preferences-dialog">Editor Completions tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id86" id="editor-completions-tab-in-preferences-dialog" name="editor-completions-tab-in-preferences-dialog">Editor Completions tab in preferences dialog</a></h3>
 <img alt="./images/pref_dialog_edit_completions.png" src="./images/pref_dialog_edit_completions.png" />
 <dl class="docutils">
 <dt>Snippet Completion</dt>
@@ -1832,11 +1859,11 @@
 </dl>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id88" id="editor-display-tab-in-preferences-dialog" name="editor-display-tab-in-preferences-dialog">Editor Display tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id87" id="editor-display-tab-in-preferences-dialog" name="editor-display-tab-in-preferences-dialog">Editor Display tab in preferences dialog</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="#id89" id="display" name="display">Display</a></h4>
+<h4><a class="toc-backref" href="#id88" id="display" name="display">Display</a></h4>
 <dl class="docutils">
 <dt>Show indendation guides</dt>
 <dd>Show vertical lines to help show how much leading indentation there
@@ -1853,7 +1880,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id90" id="long-line-marker" name="long-line-marker">Long line marker</a></h4>
+<h4><a class="toc-backref" href="#id89" 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">
@@ -1879,10 +1906,10 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id91" id="files-tab-in-preferences-dialog" name="files-tab-in-preferences-dialog">Files tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id90" id="files-tab-in-preferences-dialog" name="files-tab-in-preferences-dialog">Files tab in preferences dialog</a></h3>
 <img alt="./images/pref_dialog_files.png" src="./images/pref_dialog_files.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id92" id="new-files" name="new-files">New files</a></h4>
+<h4><a class="toc-backref" href="#id91" 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
@@ -1902,7 +1929,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id93" id="saving-files" name="saving-files">Saving files</a></h4>
+<h4><a class="toc-backref" href="#id92" id="saving-files" name="saving-files">Saving files</a></h4>
 <p>Perform special formatting operations when a document is saved. These
 can each be undone with the Undo command as usual.</p>
 <dl class="docutils">
@@ -1921,7 +1948,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id94" id="id3" name="id3">Miscellaneous</a></h4>
+<h4><a class="toc-backref" href="#id93" 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>
@@ -1932,7 +1959,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id95" id="search-tab-in-preferences-dialog" name="search-tab-in-preferences-dialog">Search tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id94" id="search-tab-in-preferences-dialog" name="search-tab-in-preferences-dialog">Search tab in preferences dialog</a></h3>
 <img alt="./images/pref_dialog_search.png" src="./images/pref_dialog_search.png" />
 <dl class="docutils">
 <dt>Always wrap search and hide the Find dialog</dt>
@@ -1949,10 +1976,10 @@
 </dl>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id96" id="tools-tab-in-preferences-dialog" name="tools-tab-in-preferences-dialog">Tools tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id95" id="tools-tab-in-preferences-dialog" name="tools-tab-in-preferences-dialog">Tools tab in preferences dialog</a></h3>
 <img alt="./images/pref_dialog_tools.png" src="./images/pref_dialog_tools.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id97" id="tool-paths" name="tool-paths">Tool paths</a></h4>
+<h4><a class="toc-backref" href="#id96" id="tool-paths" name="tool-paths">Tool paths</a></h4>
 <dl class="docutils">
 <dt>Make</dt>
 <dd>The location of the make executable.</dd>
@@ -1972,7 +1999,7 @@
 </div>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id98" id="commands" name="commands">Commands</a></h4>
+<h4><a class="toc-backref" href="#id97" 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.
@@ -1982,7 +2009,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id99" id="template-tab-in-preferences-dialog" name="template-tab-in-preferences-dialog">Template tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id98" id="template-tab-in-preferences-dialog" name="template-tab-in-preferences-dialog">Template tab in preferences dialog</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>
@@ -1992,7 +2019,7 @@
 </div>
 <img alt="./images/pref_dialog_templ.png" src="./images/pref_dialog_templ.png" />
 <div class="section">
-<h4><a class="toc-backref" href="#id100" id="template-data" name="template-data">Template data</a></h4>
+<h4><a class="toc-backref" href="#id99" 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>
@@ -2025,7 +2052,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id101" id="keybinding-tab-in-preferences-dialog" name="keybinding-tab-in-preferences-dialog">Keybinding tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id100" id="keybinding-tab-in-preferences-dialog" name="keybinding-tab-in-preferences-dialog">Keybinding tab in preferences dialog</a></h3>
 <img alt="./images/pref_dialog_keys.png" src="./images/pref_dialog_keys.png" />
 <p>There are some handy commands in here that are not, by default,
 bound to a key combination, and may not be available as a menu item.</p>
@@ -2035,7 +2062,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id102" id="printing-tab-in-preferences-dialog" name="printing-tab-in-preferences-dialog">Printing tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id101" id="printing-tab-in-preferences-dialog" name="printing-tab-in-preferences-dialog">Printing tab in preferences dialog</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>
@@ -2057,11 +2084,11 @@
 </dl>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id103" id="terminal-vte-tab-in-preferences-dialog" name="terminal-vte-tab-in-preferences-dialog">Terminal (VTE) tab in preferences dialog</a></h3>
+<h3><a class="toc-backref" href="#id102" id="terminal-vte-tab-in-preferences-dialog" name="terminal-vte-tab-in-preferences-dialog">Terminal (VTE) tab in preferences dialog</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="#id104" id="terminal-widget" name="terminal-widget">Terminal widget</a></h4>
+<h4><a class="toc-backref" href="#id103" 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>
@@ -2102,7 +2129,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id105" id="project-management" name="project-management">Project Management</a></h2>
+<h2><a class="toc-backref" href="#id104" 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>
@@ -2120,7 +2147,7 @@
 file that was in use at the end of the last session will be reopened.</p>
 <p>Below are the commands used to create, modify, open and close projects.</p>
 <div class="section">
-<h3><a class="toc-backref" href="#id106" id="new-project" name="new-project">New Project</a></h3>
+<h3><a class="toc-backref" href="#id105" 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
@@ -2130,7 +2157,7 @@
 structure contained in it.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id107" id="project-properties" name="project-properties">Project Properties</a></h3>
+<h3><a class="toc-backref" href="#id106" 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 Make and Make
@@ -2139,13 +2166,13 @@
 The specified path can be an absolute path or relative to the project's
 file name.</p>
 <div class="section">
-<h4><a class="toc-backref" href="#id108" id="make-in-base-path" name="make-in-base-path">Make in base path</a></h4>
+<h4><a class="toc-backref" href="#id107" id="make-in-base-path" name="make-in-base-path">Make in base path</a></h4>
 <p>This setting makes the <em>Build->Make</em> command use the project's base
 path. Uncheck this if you want to use the current file's directory
 instead.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id109" id="run-command" name="run-command">Run command</a></h4>
+<h4><a class="toc-backref" href="#id108" id="run-command" name="run-command">Run command</a></h4>
 <p>The <em>Run command</em> overrides the default run command. You can set this
 to the executable or main script file for the project, and append
 any command-line arguments.</p>
@@ -2158,7 +2185,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id110" id="open-project" name="open-project">Open Project</a></h3>
+<h3><a class="toc-backref" href="#id109" 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>
@@ -2166,14 +2193,14 @@
 open files and open the session files associated with the project.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id111" id="close-project" name="close-project">Close Project</a></h3>
+<h3><a class="toc-backref" href="#id110" 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="#id112" id="build-system" name="build-system">Build system</a></h2>
+<h2><a class="toc-backref" href="#id111" id="build-system" name="build-system">Build system</a></h2>
 <p>Geany has an integrated build system. Firstly this means that the
 current source file will be saved before it is processed. This is
 for convenience so that you don't need to keep saving small changes
@@ -2203,7 +2230,7 @@
 <li>Set Includes and Arguments</li>
 </ul>
 <div class="section">
-<h3><a class="toc-backref" href="#id113" id="compile" name="compile">Compile</a></h3>
+<h3><a class="toc-backref" href="#id112" id="compile" name="compile">Compile</a></h3>
 <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
 setup to compile the current source file into a binary object file.</p>
@@ -2213,7 +2240,7 @@
 will run the file in its language interpreter.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id114" id="build" name="build">Build</a></h3>
+<h3><a class="toc-backref" href="#id113" id="build" name="build">Build</a></h3>
 <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
@@ -2221,7 +2248,7 @@
 <p>Interpreted languages do not use the Build command.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id115" id="make-all" name="make-all">Make all</a></h3>
+<h3><a class="toc-backref" href="#id114" id="make-all" name="make-all">Make all</a></h3>
 <p>This effectively runs "make all" in the same directory as the
 current file.</p>
 <div class="note">
@@ -2231,19 +2258,19 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id116" id="make-custom-target" name="make-custom-target">Make custom target</a></h3>
+<h3><a class="toc-backref" href="#id115" id="make-custom-target" name="make-custom-target">Make custom target</a></h3>
 <p>This is similar to running 'Make all' 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">
-<h3><a class="toc-backref" href="#id117" id="make-object" name="make-object">Make object</a></h3>
+<h3><a class="toc-backref" href="#id116" id="make-object" name="make-object">Make object</a></h3>
 <p>Make object will run "make current_file.o" in the same directory as
 the current file, using its prefix for 'current_file'. It is useful
 for compiling just the current file without building the whole project.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id118" id="execute" name="execute">Execute</a></h3>
+<h3><a class="toc-backref" href="#id117" id="execute" name="execute">Execute</a></h3>
 <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 -
@@ -2254,7 +2281,7 @@
 output from the program before the terminal window is closed.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id119" id="stopping-running-processes" name="stopping-running-processes">Stopping running processes</a></h3>
+<h3><a class="toc-backref" href="#id118" id="stopping-running-processes" name="stopping-running-processes">Stopping running processes</a></h3>
 <p>When there is a running program, the Run button in the toolbar
 becomes a stop button and you can stop the current action. This
 works by sending a signal to the process (and its child process(es))
@@ -2263,7 +2290,7 @@
 cannot be stopped. This can happen when the process creates more than
 one child process.</p>
 <div class="section">
-<h4><a class="toc-backref" href="#id120" id="terminal-emulators" name="terminal-emulators">Terminal emulators</a></h4>
+<h4><a class="toc-backref" href="#id119" id="terminal-emulators" name="terminal-emulators">Terminal emulators</a></h4>
 <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
@@ -2272,7 +2299,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id121" id="set-includes-and-arguments" name="set-includes-and-arguments">Set Includes and Arguments</a></h3>
+<h3><a class="toc-backref" href="#id120" id="set-includes-and-arguments" name="set-includes-and-arguments">Set Includes and Arguments</a></h3>
 <p>By default the Compile and Build commands invoke the compiler and
 linker with only the basic arguments needed by all programs. Using
 Set Includes and Arguments you can add any include paths and compile
@@ -2293,14 +2320,14 @@
 </ul>
 <p>See <a class="reference" href="#build-settings-section">[build_settings] Section</a> for details.</p>
 <div class="section">
-<h4><a class="toc-backref" href="#id122" id="one-step-compilation" name="one-step-compilation">One step compilation</a></h4>
+<h4><a class="toc-backref" href="#id121" id="one-step-compilation" name="one-step-compilation">One step compilation</a></h4>
 <p>If you are using the Build command to compile and link in one step,
 you will need to set both the compiler arguments and the linker
 arguments in the linker command setting.</p>
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id123" id="indicators" name="indicators">Indicators</a></h3>
+<h3><a class="toc-backref" href="#id122" 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,
@@ -2310,7 +2337,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id124" id="printing-support" name="printing-support">Printing support</a></h2>
+<h2><a class="toc-backref" href="#id123" id="printing-support" name="printing-support">Printing support</a></h2>
 <p>Since Geany 0.13 there is full 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). You
@@ -2358,7 +2385,7 @@
 gtklp or similar programs can be used.</p>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id125" id="plugins" name="plugins">Plugins</a></h2>
+<h2><a class="toc-backref" href="#id124" 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
@@ -2380,13 +2407,13 @@
 which are included in Geany.</p>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id126" id="keybindings" name="keybindings">Keybindings</a></h2>
+<h2><a class="toc-backref" href="#id125" 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="#id127" id="switching-documents" name="switching-documents">Switching documents</a></h3>
+<h3><a class="toc-backref" href="#id126" 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">
@@ -2416,7 +2443,7 @@
 </table>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id128" id="configurable-keybindings" name="configurable-keybindings">Configurable keybindings</a></h3>
+<h3><a class="toc-backref" href="#id127" 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 opening dialog you can press any key combination you
@@ -3008,9 +3035,9 @@
 </div>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id129" id="configuration-files" name="configuration-files">Configuration files</a></h1>
+<h1><a class="toc-backref" href="#id128" id="configuration-files" name="configuration-files">Configuration files</a></h1>
 <div class="section">
-<h2><a class="toc-backref" href="#id130" id="global-configuration-file" name="global-configuration-file">Global configuration file</a></h2>
+<h2><a class="toc-backref" href="#id129" id="global-configuration-file" name="global-configuration-file">Global configuration file</a></h2>
 <p>You can use a global configuration file for Geany which will be used if
 the user starts Geany for the first time and an user's configuration
 file was not yet created or in case an user deleted the configuration
@@ -3030,7 +3057,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id131" id="filetype-definition-files" name="filetype-definition-files">Filetype definition files</a></h2>
+<h2><a class="toc-backref" href="#id130" 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
@@ -3058,9 +3085,9 @@
 to change. All missing settings will be read from the corresponding
 global definition file in <tt class="docutils literal"><span class="pre">$prefix/share/geany</span></tt>.</p>
 <div class="section">
-<h3><a class="toc-backref" href="#id132" id="format" name="format">Format</a></h3>
+<h3><a class="toc-backref" href="#id131" id="format" name="format">Format</a></h3>
 <div class="section">
-<h4><a class="toc-backref" href="#id133" id="styling-section" name="styling-section">[styling] Section</a></h4>
+<h4><a class="toc-backref" href="#id132" id="styling-section" name="styling-section">[styling] Section</a></h4>
 <p>In this section the colors for syntax highlighting are defined. The
 format is always: key=foreground_color;background_color;bold;italic</p>
 <p>Colors have to be specified as RGB hex values prefixed by
@@ -3070,7 +3097,7 @@
 value is something other than "true" or "false", "false" is assumed.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id134" id="keywords-section" name="keywords-section">[keywords] Section</a></h4>
+<h4><a class="toc-backref" href="#id133" 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
@@ -3081,7 +3108,7 @@
 </div>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id135" id="settings-section" name="settings-section">[settings] Section</a></h4>
+<h4><a class="toc-backref" href="#id134" 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
@@ -3142,7 +3169,7 @@
 </dl>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id136" id="build-settings-section" name="build-settings-section">[build_settings] Section</a></h4>
+<h4><a class="toc-backref" href="#id135" id="build-settings-section" name="build-settings-section">[build_settings] Section</a></h4>
 <dl class="docutils">
 <dt>error_regex</dt>
 <dd><p class="first">This is a GNU-style extended regular expression to parse a filename
@@ -3191,7 +3218,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id137" id="special-file-filetypes-common" name="special-file-filetypes-common">Special file filetypes.common</a></h3>
+<h3><a class="toc-backref" href="#id136" 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>
@@ -3357,7 +3384,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id138" id="filetype-extensions" name="filetype-extensions">Filetype extensions</a></h2>
+<h2><a class="toc-backref" href="#id137" 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
@@ -3383,7 +3410,7 @@
 </pre>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id139" id="templates" name="templates">Templates</a></h2>
+<h2><a class="toc-backref" href="#id138" id="templates" name="templates">Templates</a></h2>
 <p>Geany supports the following templates:</p>
 <ul class="simple">
 <li>ChangeLog entry</li>
@@ -3406,7 +3433,7 @@
 function description won't contain the correct function name but "unknown"
 instead.</p>
 <div class="section">
-<h3><a class="toc-backref" href="#id140" id="template-meta-data" name="template-meta-data">Template meta data</a></h3>
+<h3><a class="toc-backref" href="#id139" id="template-meta-data" name="template-meta-data">Template meta data</a></h3>
 <p>Meta data can be used with all templates, but by default user set
 meta data is only used for the ChangeLog and File header templates.</p>
 <p>In the configuration dialog you can find a tab "Templates" (see
@@ -3416,7 +3443,7 @@
 at startup.</p>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id141" id="file-templates" name="file-templates">File templates</a></h3>
+<h3><a class="toc-backref" href="#id140" id="file-templates" name="file-templates">File templates</a></h3>
 <p>File templates are templates used as the basis of a new file. To
 use them, choose the <em>New (with Template)</em> menu item from the <em>File</em>
 menu.</p>
@@ -3428,7 +3455,7 @@
 be placed anywhere, but is usually on the first line of the file,
 followed by a blank line.</p>
 <div class="section">
-<h4><a class="toc-backref" href="#id142" id="custom-file-templates" name="custom-file-templates">Custom file templates</a></h4>
+<h4><a class="toc-backref" href="#id141" id="custom-file-templates" name="custom-file-templates">Custom file templates</a></h4>
 <p>These are read from the <tt class="docutils literal"><span class="pre">~/.config/geany/templates/files</span></tt> directory
 (created the first time Geany is started). The filetype to use is
 detected from the template file's extension, if any. For example, creating
@@ -3439,7 +3466,7 @@
 template.</p>
 </div>
 <div class="section">
-<h4><a class="toc-backref" href="#id143" id="filetype-templates" name="filetype-templates">Filetype templates</a></h4>
+<h4><a class="toc-backref" href="#id142" id="filetype-templates" name="filetype-templates">Filetype templates</a></h4>
 <p>Filetype template files are read from the <tt class="docutils literal"><span class="pre">~/.config/geany/templates</span></tt>
 directory, and are named "filetype." followed by the filetype
 name, e.g. "filetype.python", "filetype.sh", etc. If you are
@@ -3451,7 +3478,7 @@
 </div>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id144" id="customizing-templates" name="customizing-templates">Customizing templates</a></h3>
+<h3><a class="toc-backref" href="#id143" id="customizing-templates" name="customizing-templates">Customizing templates</a></h3>
 <p>Each template can be customized to your needs. The templates are
 stored in the <tt class="docutils literal"><span class="pre">~/.config/geany/templates/</span></tt> directory (see the section called
 <a class="reference" href="#command-line-options">Command line options</a> for further information about the configuration
@@ -3459,7 +3486,7 @@
 Geany ;-) ) and edit the template to your needs. There are some
 wildcards which will be automatically replaced by Geany at startup.</p>
 <div class="section">
-<h4><a class="toc-backref" href="#id145" id="template-wildcards" name="template-wildcards">Template wildcards</a></h4>
+<h4><a class="toc-backref" href="#id144" id="template-wildcards" name="template-wildcards">Template wildcards</a></h4>
 <p>All wildcards must be enclosed by "{" and "}", e.g. {date}.</p>
 <table border="1" class="docutils">
 <colgroup>
@@ -3580,7 +3607,7 @@
 </div>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id146" id="customizing-the-toolbar" name="customizing-the-toolbar">Customizing the toolbar</a></h2>
+<h2><a class="toc-backref" href="#id145" id="customizing-the-toolbar" name="customizing-the-toolbar">Customizing the toolbar</a></h2>
 <p>You can add, remove and reorder the elements in the toolbar by editing
 the file <tt class="docutils literal"><span class="pre">ui_toolbar.xml</span></tt>.</p>
 <p>To override the system-wide configuration file, copy it from
@@ -3606,7 +3633,7 @@
 </ol>
 </div>
 <div class="section">
-<h3><a class="toc-backref" href="#id147" id="available-toolbar-elements" name="available-toolbar-elements">Available toolbar elements</a></h3>
+<h3><a class="toc-backref" href="#id146" id="available-toolbar-elements" name="available-toolbar-elements">Available toolbar elements</a></h3>
 <table border="1" class="docutils">
 <colgroup>
 <col width="19%" />
@@ -3709,9 +3736,9 @@
 </div>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id148" id="plugin-documentation" name="plugin-documentation">Plugin documentation</a></h1>
+<h1><a class="toc-backref" href="#id147" id="plugin-documentation" name="plugin-documentation">Plugin documentation</a></h1>
 <div class="section">
-<h2><a class="toc-backref" href="#id149" id="instant-save" name="instant-save">Instant Save</a></h2>
+<h2><a class="toc-backref" href="#id148" id="instant-save" name="instant-save">Instant Save</a></h2>
 <p>This plugin sets on every new file (File->New or File-> New (with template))
 a randomly chosen filename and set its filetype appropriate to the used template
 or when no template was used, to a configurable default filetype.
@@ -3721,7 +3748,7 @@
 similar.</p>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id150" id="backup-copy" name="backup-copy">Backup Copy</a></h2>
+<h2><a class="toc-backref" href="#id149" id="backup-copy" name="backup-copy">Backup Copy</a></h2>
 <p>This plugin creates a backup copy of the current file in Geany when it is
 saved. You can specify the directory where the backup copy is saved and
 you can configure the automatically added extension in the configure dialog
@@ -3731,7 +3758,7 @@
 </div>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id151" id="contributing-to-this-document" name="contributing-to-this-document">Contributing to this document</a></h1>
+<h1><a class="toc-backref" href="#id150" id="contributing-to-this-document" name="contributing-to-this-document">Contributing to this document</a></h1>
 <p>This document (<tt class="docutils literal"><span class="pre">geany.txt</span></tt>) is written in <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>
 (or "reST"). The source file for it is located in Geany's <tt class="docutils literal"><span class="pre">doc</span></tt>
 subdirectory.  If you intend on making changes, you should grab the
@@ -3751,7 +3778,7 @@
 and Fedora systems.</p>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id152" id="scintilla-keyboard-commands" name="scintilla-keyboard-commands">Scintilla keyboard commands</a></h1>
+<h1><a class="toc-backref" href="#id151" id="scintilla-keyboard-commands" name="scintilla-keyboard-commands">Scintilla keyboard commands</a></h1>
 <p>Copyright © 1998, 2006 Neil Hodgson <neilh(at)scintilla(dot)org></p>
 <p>This appendix is distributed under the terms of the License for
 Scintilla and SciTE. A copy of this license can be found in the file
@@ -3760,7 +3787,7 @@
 Scintilla and SciTE</a>.</p>
 <p>20 June 2006</p>
 <div class="section">
-<h2><a class="toc-backref" href="#id153" id="keyboard-commands" name="keyboard-commands">Keyboard commands</a></h2>
+<h2><a class="toc-backref" href="#id152" id="keyboard-commands" name="keyboard-commands">Keyboard commands</a></h2>
 <p>Keyboard commands for Scintilla mostly follow common Windows and GTK+
 conventions. All move keys (arrows, page up/down, home and end)
 allows to extend or reduce the stream selection when holding the
@@ -3848,9 +3875,9 @@
 </div>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id154" id="tips-and-tricks" name="tips-and-tricks">Tips and tricks</a></h1>
+<h1><a class="toc-backref" href="#id153" id="tips-and-tricks" name="tips-and-tricks">Tips and tricks</a></h1>
 <div class="section">
-<h2><a class="toc-backref" href="#id155" id="document-notebook" name="document-notebook">Document notebook</a></h2>
+<h2><a class="toc-backref" href="#id154" id="document-notebook" name="document-notebook">Document notebook</a></h2>
 <ul class="simple">
 <li>Double-click on empty space in the notebook tab bar to open a
 new document.</li>
@@ -3861,7 +3888,7 @@
 </ul>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id156" id="editor" name="editor">Editor</a></h2>
+<h2><a class="toc-backref" href="#id155" id="editor" name="editor">Editor</a></h2>
 <ul class="simple">
 <li>Alt-scroll wheel moves up/down a page.</li>
 <li>Ctrl-scroll wheel zooms in/out.</li>
@@ -3871,13 +3898,13 @@
 </ul>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id157" id="interface" name="interface">Interface</a></h2>
+<h2><a class="toc-backref" href="#id156" id="interface" name="interface">Interface</a></h2>
 <ul class="simple">
 <li>Double-click on a symbol-list group to expand or compact it.</li>
 </ul>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id158" id="gtk-related" name="gtk-related">GTK-related</a></h2>
+<h2><a class="toc-backref" href="#id157" id="gtk-related" name="gtk-related">GTK-related</a></h2>
 <ul class="simple">
 <li>Scrolling the mouse wheel over a notebook tab bar will switch
 notebook pages.</li>
@@ -3892,7 +3919,7 @@
 </div>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id159" id="hidden-preferences" name="hidden-preferences">Hidden preferences</a></h1>
+<h1><a class="toc-backref" href="#id158" id="hidden-preferences" name="hidden-preferences">Hidden preferences</a></h1>
 <p>There are some uncommon preferences that are not shown in the Preferences
 dialog. These can be set by editing <tt class="docutils literal"><span class="pre">~/.config/geany/geany.conf</span></tt>, then
 restarting Geany. Search for the key name, then edit the value. Example:</p>
@@ -3965,7 +3992,7 @@
 </table>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id160" id="compile-time-options" name="compile-time-options">Compile-time options</a></h1>
+<h1><a class="toc-backref" href="#id159" id="compile-time-options" name="compile-time-options">Compile-time options</a></h1>
 <p>There are some options which can only be changed at compile time,
 and some options which are used as the default for configurable
 options. To change these options, edit the appropriate source file
@@ -3977,7 +4004,7 @@
 <p class="last">Most users should not need to change these options.</p>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id161" id="src-geany-h" name="src-geany-h">src/geany.h</a></h2>
+<h2><a class="toc-backref" href="#id160" id="src-geany-h" name="src-geany-h">src/geany.h</a></h2>
 <table border="1" class="docutils">
 <colgroup>
 <col width="33%" />
@@ -4034,7 +4061,7 @@
 </table>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id162" id="project-h" name="project-h">project.h</a></h2>
+<h2><a class="toc-backref" href="#id161" id="project-h" name="project-h">project.h</a></h2>
 <table border="1" class="docutils">
 <colgroup>
 <col width="33%" />
@@ -4059,7 +4086,7 @@
 </table>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id163" id="editor-h" name="editor-h">editor.h</a></h2>
+<h2><a class="toc-backref" href="#id162" id="editor-h" name="editor-h">editor.h</a></h2>
 <table border="1" class="docutils">
 <colgroup>
 <col width="33%" />
@@ -4085,7 +4112,7 @@
 </table>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id164" id="keyfile-c" name="keyfile-c">keyfile.c</a></h2>
+<h2><a class="toc-backref" href="#id163" id="keyfile-c" name="keyfile-c">keyfile.c</a></h2>
 <p>These are default settings that can be overridden in the <a class="reference" href="#preferences">Preferences</a> dialog.</p>
 <table border="1" class="docutils">
 <colgroup>
@@ -4167,7 +4194,7 @@
 </div>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id165" id="gnu-general-public-license" name="gnu-general-public-license">GNU General Public License</a></h1>
+<h1><a class="toc-backref" href="#id164" id="gnu-general-public-license" name="gnu-general-public-license">GNU General Public License</a></h1>
 <pre class="literal-block">
             GNU GENERAL PUBLIC LICENSE
                Version 2, June 1991
@@ -4512,7 +4539,7 @@
 </pre>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id166" id="license-for-scintilla-and-scite" name="license-for-scintilla-and-scite">License for Scintilla and SciTE</a></h1>
+<h1><a class="toc-backref" href="#id165" id="license-for-scintilla-and-scite" name="license-for-scintilla-and-scite">License for Scintilla and SciTE</a></h1>
 <p>Copyright 1998-2003 by Neil Hodgson <neilh(at)scintilla(dot)org></p>
 <p>All Rights Reserved</p>
 <p>Permission to use, copy, modify, and distribute this software and
@@ -4532,7 +4559,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2008-12-30 13:14 UTC.
+Generated on: 2009-01-03 16:33 UTC.
 Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2009-01-03 16:31:12 UTC (rev 3442)
+++ trunk/doc/geany.txt	2009-01-03 16:37:47 UTC (rev 3443)
@@ -1062,6 +1062,8 @@
     (1) Searching backwards with regular expressions is not supported.
     (2) \\r and \\n are never matched because regular expression
         searches are made line per line (stripped of end-of-line chars).
+    (3) The POSIX '?' regular expression character for optional
+        matching is not supported.
 
 **In a regular expression, the following characters are interpreted:**
 
@@ -1081,18 +1083,42 @@
 
 \\>     This matches the end of a word.
 
+\\c     A backslash followed by d, D, s, S, w or W, becomes a
+        character class (both inside and outside sets []).
+
+        * d: decimal digits
+        * D: any char except decimal digits
+        * s: whitespace (space, \\t \\n \\r \\f \\v)
+        * S: any char except whitespace (see above)
+        * w: alphanumeric & underscore (changed by user setting)
+        * W: any char except alphanumeric & underscore (see above)
+
 \\x     This allows you to use a character x that would otherwise have
         a special meaning. For example, \\[ would be interpreted as [
         and not as the start of a character set. Use \\\\ for a literal
         backslash.
 
-[...]   This indicates a set of characters, for example, [abc] means
-        any of the characters a, b or c. You can also use ranges, for
-        example [a-z] for any lower case character.
+\\xHH   A backslash followed by x and two hexa digits, becomes the
+        character whose Ascii code is equal to these digits. If not
+        followed by two digits, it is 'x' char itself.
 
-[^...]  The complement of the characters in the set. For example,
-        [^A-Za-z] means any character except an alphabetic character.
+[...]   Matches one of the characters in the set. If the first
+        character in the set is ^, it matches the characters NOT in
+        the set, i.e. complements the set. A shorthand S-E (start
+        dash end) is used to specify a set of characters S up to E,
+        inclusive. The special characters ] and - have no special
+        meaning if they appear as the first chars in the set. To
+        include both, put - first: [-]A-Z] (or just backslash them).
 
+        Examples::
+
+        [-]|]    matches these 3 chars
+        []-|]    matches from ] to | chars
+        [a-z]    any lowercase alpha
+        [^-]]    any char except - and ]
+        [^A-Z]   any char except uppercase alpha
+        [a-zA-Z] any alpha
+
 ^       This matches the start of a line (unless used inside a set, see
         above).
 
@@ -1105,15 +1131,12 @@
         Saam, Saaam and so on.
 ======  ============================================================
 
+.. note::
+    This table is adapted from Scintilla and SciTE documentation,
+    distributed under the `License for Scintilla and SciTE`_.
 
-Partial POSIX compatibility
-```````````````````````````
 
-Note that the POSIX '?' regular expression character for optional
-matching is not supported by the Find and Replace dialogs.
 
-
-
 Tags
 ----
 


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