The purpose of the todoreader is to list any ToDo items from B4x project files and modules.
Which files to read, is identified by the B4x project file (.b4a, .b4i, .b4j) key NumberOfModules.
The files are scanned line by line, whereby an item is recognized by a default token 'TODO:.
Found items are added to the SQLite database todoreader.db, tables Projects and Items.
Each item is linked to a Project. A Project can have 1 or more items assigned.
Functions:
For more information please visit the author's home page.