dexed/dastworx
Basile Burg 810996bcc8 rename as Dexed, "D extended editor" 2018-10-20 13:28:15 +02:00
..
src update dparse, and show invariants in sym list 2018-09-15 18:26:52 +02:00
build.bat dastwork bat script supports the env variables "dc" and "mflags" 2018-10-07 16:13:27 +02:00
build.sh dastwork sh script supports the env variables "dc" and "mflags" 2018-10-09 16:16:46 +02:00
dastworx.dxp rename as Dexed, "D extended editor" 2018-10-20 13:28:15 +02:00
dastworx.grp rename as Dexed, "D extended editor" 2018-10-20 13:28:15 +02:00
readme.md rename as Dexed, "D extended editor" 2018-10-20 13:28:15 +02:00

readme.md

Dastworx

D AST works is a tool that processes the AST of a D module to extract several information used by dexed.

It's notably used by the symbol list and the todo list widgets.

Build

If dexed is build manually you certainly have to build dastworx too. Two options exist.

Using dexed & the submodules

  • If you've cloned this repository, make sure that the submodule are also here with git submodule update --init.
  • In Coedit open the project dastworx.ce.
  • Select the release configuration.
  • Click Compile project

Using the scripts

  • Windows: build.bat
  • Linux: sh ./build.sh