From e841d07414c6a9669c70524a32f023e60f11c4a1 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 3 Jan 2019 00:17:48 +0100 Subject: [PATCH] rlz --- README.md | 18 +++++++++--------- docs/options_dub_build.md | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1dbbfded..6869f000 100644 --- a/README.md +++ b/README.md @@ -25,26 +25,26 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https **Project information** --- -- latest release: version 3.6.21, Mon 22 Oct 2018. +- latest release: version 3.7.0, Thu 3 Jan 2019. - 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.21** +**Download version 3.7.0** --- 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/dexed/releases/download/v3.6.21/dexed.3.6.21.linux64.setup.zip) -- :package: [binaries for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.6.21/dexed.3.6.21.linux64.zip) -- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/dexed/releases/download/v3.6.21/dexed.3.6.21.win32.setup.zip) -- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/dexed/releases/download/v3.6.21/dexed.3.6.21.win32.zip) -- :package: [rpm for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.6.21/dexed-3.6.21-0.x86_64.rpm) -- :package: [deb for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.6.21/dexed-3.6.21.amd64.deb) +- :package: [setup program for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.0/dexed.3.7.0.linux64.setup.zip) +- :package: [binaries for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.0/dexed.3.7.0.linux64.zip) +- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.0/dexed.3.7.0.win64.setup.zip) +- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.0/dexed.3.7.0.win64.zip) +- :package: [rpm for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.0/dexed-3.7.0-0.x86_64.rpm) +- :package: [deb for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.0/dexed-3.7.0.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. The _deb_ and the _rpm_ packages are for those who prefer the official setup system for their linux systems. -Linux 32 bits version must be [built manually](https://bbasile.github.io/dexed/build.html). +Linux and Windows 32 bits version must be [built manually](https://bbasile.github.io/dexed/build.html). [**See this page**](https://bbasile.github.io/dexed/setup.html) for more information about the setup. diff --git a/docs/options_dub_build.md b/docs/options_dub_build.md index f68fedc6..bacd4240 100644 --- a/docs/options_dub_build.md +++ b/docs/options_dub_build.md @@ -14,6 +14,7 @@ This category exposes the DUB options that are passed to the build tool each tim - **archOverride: The option allows to build for x86 under x86_64 and the opposite. - **autoFetch**: If checked then Dexed will try to download missing dependencies when a project or a libman entry is opened. This option is designed to provide better completion but can slow down the startup and the loading of a project. +- **autoSelectTestConfig**: When not checked the configuration used to test with DUB must be selected before executing the action _Test project_. - **combined**: If checked, tries to build the whole project in a single compiler run. - **compiler**: Selects [which compiler](options_compilers_paths) is used by DUB when a project is compiled. Note that the DUB scripts don't use this setting, instead the same preference set for the [runnable modules](features_runnables#options) is used. - **dependenciesCheck**: Defines how DUB checks the project dependencies, typically used to avoid too much network operations.