diff --git a/cesyms/readme.md b/cesyms/readme.md index 4aaebac3..d1241a7c 100644 --- a/cesyms/readme.md +++ b/cesyms/readme.md @@ -2,9 +2,12 @@ ceSyms ====== Tool designed to build a symbol tree for a particular D module. -It's written in D using Coedit. To build it, [libdparse](https://github.com/Hackerpilot/libdparse) +It's written in D using Coedit. + +To build it, either [libdparse](https://github.com/Hackerpilot/libdparse) must be setup in the [libman](https://github.com/BBasile/Coedit/wiki#library-manager-widget) -as described in this [tutorial](https://github.com/BBasile/Coedit/wiki#lets-build-a-static-library). +as described in this [tutorial](https://github.com/BBasile/Coedit/wiki#lets-build-a-static-library), +or *libdparse* submodule must be cloned with Coedit repository (`git submodule init` or `update`) This tool is mandatory to enable the new _symbol list widget_ (formerly called _static explorer_) It replaces DMD JSON output to list the declarations within a module. \ No newline at end of file diff --git a/cetodo/readme.md b/cetodo/readme.md index 3c08b7f8..60cedc7d 100644 --- a/cetodo/readme.md +++ b/cetodo/readme.md @@ -2,6 +2,11 @@ ceTodo ====== Tool designed to analyze the _TODO comments_ in D source files. -It's written in D using Coedit. To build it, [libdparse](https://github.com/Hackerpilot/libdparse) +It's written in D using Coedit. + +To build it etheir [libdparse](https://github.com/Hackerpilot/libdparse) must be setup in the [libman](https://github.com/BBasile/Coedit/wiki#library-manager-widget) -as described in this [tutorial](https://github.com/BBasile/Coedit/wiki#lets-build-a-static-library). \ No newline at end of file +as described in this [tutorial](https://github.com/BBasile/Coedit/wiki#lets-build-a-static-library) or +or *libdparse* submodule must be cloned with Coedit repository (`git submodule init` or `update`). + +This tool is mandatory to enable the *todo list widget*. \ No newline at end of file