Dexed, the D Extended EDitor, is an IDE for the D programming language, its compilers, tools and libraries.
Go to file
Basile Burg 5116b50705 fix #15 - Add a way to kill a custom tool 2020-04-05 14:13:04 +02:00
dastworx add a CI configuration allowing to build a release 2020-03-15 20:00:29 +01:00
docs fix #15 - Add a way to kill a custom tool 2020-04-05 14:13:04 +02:00
etc fix #11 - terminal scrollbar lacks of accuracy 2020-03-31 16:48:05 +02:00
icons add project menu items for git branche checlout and git pull 2018-07-11 16:26:35 +02:00
isitthere update links 2019-01-19 17:40:54 +01:00
lazproj remove define that's not required anymore 2019-05-06 06:20:25 +02:00
logo multi layer png not required anymore for win 2018-10-21 19:24:05 +02:00
patches update links 2019-01-19 17:40:54 +01:00
setup add a changelog file and use it when publishing using gitlab api 2020-03-31 22:01:27 +02:00
src fix #15 - Add a way to kill a custom tool 2020-04-05 14:13:04 +02:00
.gitignore fix bad condition for creating a gitlab release from ci 2020-03-18 07:37:27 +01:00
.gitlab-ci.yml fix bad condition for creating a gitlab release from ci 2020-03-18 07:37:27 +01:00
.gitmodules remove GH stuff and update iz git url 2019-12-17 01:14:29 +01:00
CHANGELOG.md fix #15 - Add a way to kill a custom tool 2020-04-05 14:13:04 +02:00
LICENSE_1_0.txt rename license file + update readme 2017-09-20 02:36:12 +02:00
README.md fix bad condition for creating a gitlab release from ci 2020-03-18 07:37:27 +01:00

README.md

Dexed, the D Extended EDitor, is an IDE for the D programming language, 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) 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 integration (completion, ddoc display, call tips, jump to declaration, rename identifier).
  • Dynamic 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

Project information

  • 🔖 latest release: version 3.8.1, Wed 18 Mar 2020.
  • 📜 licensed under the terms of the Boost software license.
  • 💵 Development can be supported with Paypal donations.

Download version 3.8.1

Download the zipped binaries or the zip that contains the setup program for you platform:

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 (all archs) versions must be built manually.

See this page for more information about the setup.

Building

Follow the procedure described here.