diff options
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -28,7 +28,12 @@ Todo list [ ] - Communication between application and docview. Both directions. Possible solutions is Pipes or IPC unit. [ ] - Create help file for DocView listing all supported features etc.. -[ ] - +[ ] - Searching for two words as-is does not seem to work. + eg: 'file descriptor' exists is fppoll help, but trying to search for + those two words doesn't find anything. +[ ] - Sometimes searching for a word doesn't find help even though it exists. + eg: 'descriptor' doesn't find the help in fppoll topic, even though the + work is clearly in the topic contents. [x] - Display topic by ID via command line parameters [x] - 'Could not load topic slots' message when trying to view some topics. |