diff --git a/.gitignore b/.gitignore
index 65085119..e51c5a2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@
*.or
*.ppu
*.res
+*.spec
Thumbs.db
backup
doc
diff --git a/README.md b/README.md
index 61e0e7ae..46236409 100644
--- a/README.md
+++ b/README.md
@@ -25,21 +25,21 @@ Coedit is an IDE for the [D programming language](https://dlang.org), its compil
**Project information**
---
-- latest release: version 3.6.15, Sat 02 Jun 2018.
+- latest release: version 3.6.16, Wed 04 Jul 2018.
- licensed under the terms of the Boost software license.
- Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J).
-**Download version 3.6.15**
+**Download version 3.6.16**
---
Download the zipped binaries or the zip that contains the setup program for you platform:
-- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.15/coedit.3.6.15.linux64.setup.zip)
-- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.15/coedit.3.6.15.linux64.zip)
-- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.15/coedit.3.6.15.win32.setup.zip)
-- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.15/coedit.3.6.15.win32.zip)
-- :package: [rpm for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.15/coedit-3.6.15-0.x86_64.rpm)
-- :package: [deb for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.15/coedit-3.6.15.amd64.deb)
+- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.16/coedit.3.6.16.linux64.setup.zip)
+- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.16/coedit.3.6.16.linux64.zip)
+- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.16/coedit.3.6.16.win32.setup.zip)
+- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.16/coedit.3.6.16.win32.zip)
+- :package: [rpm for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.16/coedit-3.6.16-0.x86_64.rpm)
+- :package: [deb for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.16/coedit-3.6.16.amd64.deb)
The _zip_ archives allow to move freely the files.
The _setup.zip_ archives contains a command line program that installs to predefined locations so that the software can be run without additional intervention.
diff --git a/docs/widgets_editor.md b/docs/widgets_editor.md
index 9e079c97..0c964ce4 100644
--- a/docs/widgets_editor.md
+++ b/docs/widgets_editor.md
@@ -1,5 +1,5 @@
---
-title: Widgets - GDB commander
+title: Widgets - Editor
---
{% raw %}
@@ -51,7 +51,7 @@ Options for the curly brackets:
- _autoCloseOnNewLineAlways_: Closes a brace after a `{` but only after ENTER.
- _autoCloseOnNewLineLexically_: Closes a brace on ENTER and if the count of braces pairs is odd.
-The last option is the default.
+The last option is the default. Use the CTRL key to skip the auto closing done with ENTER.
#### Custom regions