dexed/cesyms
Basile Burg 49500d66f5 fix, symbol list background tool
- error icons were never displayed.
- error or warnings messages containing a single quote could prevent the deserialization in the GUI.
- a memory error with the static items could prevent the deserialization in the GUI.
2015-05-16 16:29:18 +02:00
..
cesyms.d fix, symbol list background tool 2015-05-16 16:29:18 +02:00
cesyms_libman.coedit duplicated project files according to the libdparse usage 2015-03-08 16:24:27 +01:00
cesyms_submodule.coedit duplicated project files according to the libdparse usage 2015-03-08 16:24:27 +01:00
readme.md updated tools readme 2015-05-03 07:40:34 +02:00

readme.md

ceSyms

Tool designed to build a symbol tree for a given D module. It's written in D using Coedit.

To build it, either libdparse must be setup in the libman as described in this tutorial, or libdparse submodule must be cloned with Coedit repository (git submodule init or update).

Notice that libdparse can be easily build in Coedit using the metad project.

  • cesyms_submodule.coedit: coedit project based on libdparse as a submodule.
  • cesyms_libman.coedit: coedit project based on libdparse as a libman entry.

This tool is mandatory to enable the symbol list widget.