All Projects → Basile-z → Dexed

Basile-z / Dexed

Licence: bsl-1.0
IDE for the D programming language, its compilers, tools and libraries

Programming Languages

pascal
1382 projects
dlang
54 projects

Labels

Projects that are alternatives of or similar to Dexed

Komodoedit
Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
Stars: ✭ 1,972 (+673.33%)
Mutual labels:  ide, editor
Pervane
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Stars: ✭ 159 (-37.65%)
Mutual labels:  ide, editor
Oni
Oni: Modern Modal Editing - powered by Neovim
Stars: ✭ 11,466 (+4396.47%)
Mutual labels:  ide, editor
Ethereum Studio
Official Ethereum Studio project repository. And IDE specially tailored to make it as simple as possible to onboard new users into the Ethereum ecosystem
Stars: ✭ 144 (-43.53%)
Mutual labels:  ide, editor
Bridge.
Minecraft Add-on Editor | We strive to provide the best development experience possible
Stars: ✭ 193 (-24.31%)
Mutual labels:  ide, editor
React Codemirror
CodeMirror component for React. @codemirror https://uiwjs.github.io/react-codemirror/
Stars: ✭ 142 (-44.31%)
Mutual labels:  ide, editor
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-38.04%)
Mutual labels:  ide, editor
Intellij Elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Stars: ✭ 1,488 (+483.53%)
Mutual labels:  ide, editor
Zerobranestudio
Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
Stars: ✭ 2,255 (+784.31%)
Mutual labels:  ide, editor
Vscodium
binary releases of VS Code without MS branding/telemetry/licensing
Stars: ✭ 14,639 (+5640.78%)
Mutual labels:  ide, editor
Goed
Terminal based code editor / development environment
Stars: ✭ 130 (-49.02%)
Mutual labels:  ide, editor
Theia
Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
Stars: ✭ 15,920 (+6143.14%)
Mutual labels:  ide, editor
Brackets Portable
Windows portable version of adobe brackets web development editor.
Stars: ✭ 124 (-51.37%)
Mutual labels:  ide, editor
Atheos
A self-hosted browser-based cloud IDE, updated from Codiad IDE
Stars: ✭ 144 (-43.53%)
Mutual labels:  ide, editor
Go Plus
An Enhanced Go Experience For The Atom Editor
Stars: ✭ 1,519 (+495.69%)
Mutual labels:  ide, editor
Lighttable
The Light Table IDE ⛺
Stars: ✭ 11,657 (+4471.37%)
Mutual labels:  ide, editor
Superblocks Lab
Superblocks Lab for DApp development
Stars: ✭ 100 (-60.78%)
Mutual labels:  ide, editor
Orchestra
One language to be RegExp's Successor. Visually readable and rich, technically safe and extended, naturally scalable, advanced, and optimized
Stars: ✭ 103 (-59.61%)
Mutual labels:  ide, editor
Radasm2
RadASM v2
Stars: ✭ 161 (-36.86%)
Mutual labels:  ide, editor
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (-13.73%)
Mutual labels:  ide, editor

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.
  • support 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, macros, 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.

Project information

  • 🔖 latest release: version 3.7.8, Mon 18 Feb 2019.
  • 📜 licensed under the terms of the Boost software license.
  • 💵 Development can be supported with Paypal donations.

Download version 3.7.8

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

See this page for more information about the setup.

Building

Follow the procedure described here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].