mirror of https://gitlab.com/basile.b/dexed.git
rlz
This commit is contained in:
parent
6aea36e65a
commit
73513b3512
|
@ -3,15 +3,16 @@
|
|||
## Enhancements
|
||||
|
||||
- Added support for the new DUB package naming scheme.
|
||||
However older DUB versions are still supported. (#118)
|
||||
However older DUB versions (or package installed with) are still supported. (#118)
|
||||
- Add highlighter preset "Arc Dark".
|
||||
|
||||
## Bugs fixed
|
||||
|
||||
- Completion did not work properly for dependencies specified with a local path.
|
||||
- Word completions did not contain identifiers containing digits. (#121)
|
||||
- Completion did not work properly for dependencies specified with a _path_ property.
|
||||
- Word completions (non-semantics ones) did not include identifiers containing digits. (#121)
|
||||
- Messages, "select all" could hang the IDE for a while (#120)
|
||||
- Custom tools editor, when focused and when typing a useless input box appeared.
|
||||
- Custom tools editor, when focused and typing, a useless input box appeared.
|
||||
- Symbol List, spurious errors when the code used most recently added languages constructs.
|
||||
|
||||
# v3.9.24
|
||||
|
||||
|
|
14
README.md
14
README.md
|
@ -24,22 +24,22 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https
|
|||
|
||||
## Project information
|
||||
|
||||
- :bookmark: latest release: version 3.9.24, Sat 25 Feb. 2023.
|
||||
- :bookmark: latest release: version 3.9.25, Wed 7 Jul. 2023.
|
||||
- :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.9.24
|
||||
## Download version 3.9.25
|
||||
|
||||
- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.24/downloads/binaries/dexed.3.9.24.linux64.setup.zip)
|
||||
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.24/downloads/binaries/dexed.3.9.24.linux64.zip)
|
||||
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.24/downloads/binaries/dexed-3.9.24-0.x86_64.rpm)
|
||||
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.24/downloads/binaries/dexed-3.9.24.amd64.deb)
|
||||
- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.25/downloads/binaries/dexed.3.9.25.linux64.setup.zip)
|
||||
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.25/downloads/binaries/dexed.3.9.25.linux64.zip)
|
||||
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.25/downloads/binaries/dexed-3.9.25-0.x86_64.rpm)
|
||||
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.25/downloads/binaries/dexed-3.9.25.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.
|
||||
The _deb_ and the _rpm_ packages are for those who prefer the official setup system of their linux systems.
|
||||
FreeBSD (all archs), Linux (32 bit) and Windows (32 bits) versions must be [built manually](https://basile.b.gitlab.io/dexed/build.html).
|
||||
A Windows 64bit build can be found [on appveyor](https://ci.appveyor.com/project/BBasile/dexed/history). Click the top most item that has a green left margin and download the file listed in the "Artifacts" tab.
|
||||
~~A Windows 64bit build can be found [on appveyor](https://ci.appveyor.com/project/BBasile/dexed/history). Click the top most item that has a green left margin and download the file listed in the "Artifacts" tab.~~
|
||||
|
||||
[**See this page**](https://basile.b.gitlab.io/dexed/setup.html) for more information about the setup.
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
v3.9.24
|
||||
v3.9.25
|
||||
|
|
Loading…
Reference in New Issue