| Parameter | Value |
|---|---|
| Computer | evm |
| User | m |
| Python | 3.3.2 |
cd /home/m/projects/graphal todos.sh -D history .git -o simple.txt -x simple.xml -m simple.html
| Parameter | Value |
|---|---|
| Working Directory | /home/m/projects/graphal |
| Verbose | False |
| Comments | ['#', '//', '/*'] |
| Patterns | ['\\bTODO\\b', '\\bFIXME\\b'] |
| Extensions | None |
| Suppressed Directories | ['history', '.git'] |
| Encoding | utf-8 |
| Ignore Case | False |
| Number of Lines | 1 |
| Output TXT File | simple.txt |
| Output XML File | simple.xml |
| Output HTML File | simple.html |
| Force | False |
| Directories | ['.'] |
| Parameter | Value |
|---|---|
| Searched Patterns | 2 |
| Files with Matches | 8 |
| Total Files | 646 |
| Total Directories | 20 |
| Pattern | Occurrences |
|---|---|
| \bTODO\b | 11 |
| \bFIXME\b | 0 |
| File | Line | Pattern | Content |
|---|---|---|---|
| ./graphal_gui/mainwindow.cpp | 191 | \bTODO\b | // editor->centerCursor();// TODO: only if it is not visible |
| ./graphal_gui/texteditorprogrammers.cpp | 252 | \bTODO\b | // TODO: 4 is the space between the left border and the text, how to get it? |
| ./samples/tests.txt | 599 | \bTODO\b | a[0] = var;// TODO |
| ./libgraphal/tests.cpp | 890 | \bTODO\b | // TODO: include, define... |
| ./libgraphal/context.cpp | 370 | \bTODO\b | // TODO: parse and execute specific commands here? |
| ./libgraphal/baseobject.cpp | 35 | \bTODO\b | // TODO: GUI doesn't check memory leaks and CLI doesn't use threads |
| ./libgraphal/baseobject.cpp | 44 | \bTODO\b | // TODO: GUI doesn't check memory leaks and CLI doesn't use threads |
| ./libgraphal/baseobject.cpp | 56 | \bTODO\b | // TODO: GUI doesn't check memory leaks and CLI doesn't use threads |
| ./libgraphal/Makefile | 145 | \bTODO\b | # TODO: optionally install header files of the shared library |
| ./libgraphal/Makefile | 152 | \bTODO\b | # TODO: optionally uninstall header files of the shared library |
| ./web/style.css | 53 | \bTODO\b | .todo:before { /*content: "TODO: ";*/ } |