diff --git a/README.md b/README.md index e74aca8a..e6172a96 100644 --- a/README.md +++ b/README.md @@ -24,20 +24,20 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https ## Project information -- :bookmark: latest release: version 3.7.6, Mon 4 Feb 2019. +- :bookmark: latest release: version 3.7.7, Thu 7 Feb 2019. - :scroll: licensed under the terms of the Boost software license. - :dollar: Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J). -## Download version 3.7.6 +## Download version 3.7.7 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/Basile-z/dexed/releases/download/v3.7.6/dexed.3.7.6.linux64.setup.zip) -- :package: [binaries for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.6/dexed.3.7.6.linux64.zip) -- :package: [setup program for Windows 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.6/dexed.3.7.6.win64.setup.zip) -- :package: [binaries for Windows 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.6/dexed.3.7.6.win64.zip) -- :package: [rpm for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.6/dexed-3.7.6-0.x86_64.rpm) -- :package: [deb for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.6/dexed-3.7.6.amd64.deb) +- :package: [setup program for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.7/dexed.3.7.7.linux64.setup.zip) +- :package: [binaries for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.7/dexed.3.7.7.linux64.zip) +- :package: [setup program for Windows 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.7/dexed.3.7.7.win64.setup.zip) +- :package: [binaries for Windows 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.7/dexed.3.7.7.win64.zip) +- :package: [rpm for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.7/dexed-3.7.7-0.x86_64.rpm) +- :package: [deb for Linux 64 bit](https://github.com/Basile-z/dexed/releases/download/v3.7.7/dexed-3.7.7.amd64.deb) The _zip_ archives allow to move freely the files. The _setup.zip_ archives contain a command line program that installs to predefined locations so that the software can be run without additional intervention. diff --git a/docs/widgets_gdb_commander.md b/docs/widgets_gdb_commander.md index 7da3511d..2d22d9ca 100644 --- a/docs/widgets_gdb_commander.md +++ b/docs/widgets_gdb_commander.md @@ -96,6 +96,7 @@ The text following the symbol is written to the input stream, with an implicit n - **commandHistory**: Container that stores the custom GDB commands. - **coreBreakingSymbols**: List of the symbols specific to the D language, which allow, among other things, to automatically break on `throw`. - **customEvalHistory**: Container that stores the custom expressions that have been evaluated. +- **hideCpuView**: When checked the CPU inspector is not visible anymore. - **ignoredSignals**: Sets the signals that won't break the execution. - **keepRedirectedStream**: Sets if the files that contain the inferior I/O history are kept on the disk. These files stands in the target directory with the extensions _.inferiorin_ and _.inferiorout_. - **shortcuts**: Allows to define a shortcut for each button in the toolbar.