dexed/cetodo
Basile Burg 4175d8a5e2 duplicated project files according to the libdparse usage
(lib or submodule)
2015-03-08 16:24:27 +01:00
..
cetodo.d fix, in asyncprocess output has to be accumulated in the two events 2015-02-25 09:23:02 +01:00
cetodo_libman.coedit duplicated project files according to the libdparse usage 2015-03-08 16:24:27 +01:00
cetodo_submodule.coedit duplicated project files according to the libdparse usage 2015-03-08 16:24:27 +01:00
readme.md duplicated project files according to the libdparse usage 2015-03-08 16:24:27 +01:00

readme.md

ceTodo

Tool designed to analyze the TODO comments in D source files. 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).

  • cetodo_submodule.coedit: coedit project based on libdparse as a submodule.
  • cetodo_libman.coedit: coedit project based on libdparse as a libman entry.

This tool is mandatory to enable the todo list widget.