mirror of https://gitlab.com/basile.b/dexed.git
49 lines
3.5 KiB
Markdown
49 lines
3.5 KiB
Markdown
Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https://dlang.org), its compilers, tools and libraries.
|
|
|
|

|
|
|
|
## Overview
|
|
|
|
- available for _Linux_ or _Windows_.
|
|
- supports all the D compilers (DMD-GDC-LDC).
|
|
- supports the DUB projects (JSON or SDL), makefiles as projects, and also its own project format.
|
|
- supports the DUB scripts (aka _single file packages_) and its own script format (aka _runnable modules_).
|
|
- full [D Completion Daemon](https://github.com/dlang-community/DCD) integration (completion, ddoc display, call tips, jump to declaration, rename identifier).
|
|
- Dynamic [D-Scanner](https://github.com/dlang-community/D-Scanner) linting with results displayed in the editor gutter.
|
|
- single click to compile and to _unittest_ a module and optionally display tests coverage.
|
|
- advanced editor with D2 syntax highlighter, folds, regions, identifier markup, sync-edit, etc.
|
|
- additonal highlithers for C and C++ sources, based on the D color scheme, for other files a generic bicolor highlighter is used.
|
|
- edition helpers: comment blocks, local identifier renaming, brace auto-closing, ddoc templates, etc.
|
|
- Debugging with a GDB gui. (**linux only**)
|
|
- Integrated terminal emulator. (**linux** + **GTK2 widget set** only)
|
|
- Tree of symbols in the current module.
|
|
- static library manager that supports auto-registration from local DUB projects, from online DUB packages or from dexed custom project format.
|
|
- todo list based on the _todo comments_ located in a project or in the current source.
|
|
- user-defined tools powered by a string interpolation system.
|
|
- integrated file browser, dfmt interface, search & replace <!--, [discover more in the manual](https://basile-z.github.io/dexed/).-->
|
|
|
|
## Project information
|
|
|
|
- :bookmark: latest release: version 3.9.26, Mon 18 Sep. 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.26
|
|
|
|
- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.26/downloads/binaries/dexed.3.9.26.linux64.setup.zip)
|
|
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.26/downloads/binaries/dexed.3.9.26.linux64.zip)
|
|
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.26/downloads/binaries/dexed-3.9.26-0.x86_64.rpm)
|
|
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.26/downloads/binaries/dexed-3.9.26.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.
|
|
|
|
[**See this page**](https://basile.b.gitlab.io/dexed/setup.html) for more information about the setup.
|
|
|
|
## Building
|
|
|
|
Follow the procedure described [**here**](https://basile.b.gitlab.io/dexed/build.html).
|