Dexed, the D Extended EDitor, is an IDE for the D programming language, its compilers, tools and libraries.
Go to file
Basile Burg 7398bf9609 dont load docking in the OnFirstShow handler
This caused random cycles while auto-sizing, making dexed impossible
to start without deleting docking.xml
2023-02-15 09:34:46 +01:00
dexed-d self-import not forbidden in D ? 2022-05-12 09:56:58 +02:00
docs small changes to gdb completions 2022-06-18 05:28:34 +02:00
etc update libdexed-d 2022-05-11 20:03:27 +02:00
icons add project menu items for git branche checlout and git pull 2018-07-11 16:26:35 +02:00
isitthere Change basile repos from github URLs to gitlab 2022-04-13 04:47:20 -06:00
lazproj remove support for Laz versions < 2.2 2022-06-17 16:01:51 +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 rlz 2022-07-15 05:29:07 +02:00
src dont load docking in the OnFirstShow handler 2023-02-15 09:34:46 +01:00
.appveyor.yml try a release 2022-05-15 23:54:25 +02:00
.gitignore Add a D library to replace various D programs from the toolchain 2020-04-16 11:03:01 +02:00
.gitlab-ci.yml try a release 2022-05-15 23:54:25 +02:00
.gitmodules update libdexed-d 2022-05-11 20:03:27 +02:00
CHANGELOG.md editor, add the ecScrollCenteredDown and ecScrollCenteredUp actions 2022-08-14 14:33:57 +02:00
LICENSE_1_0.txt rename license file + update readme 2017-09-20 02:36:12 +02:00
README.md rlz 2022-07-15 05:29:07 +02: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), 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 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.9.23, Wed 15 Jul. 2022.
  • 📜 licensed under the terms of the Boost software license.
  • 💵 Development can be supported with Paypal donations.

Download version 3.9.23

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. A Windows 64bit build can be found on appveyor. Click the top most item that has a green left margin and download the file listed in the "Artifacts" tab.

See this page for more information about the setup.

Building

Follow the procedure described here.