diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2009-11-09 16:33:18 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2009-11-09 16:33:18 +0200 |
commit | 11bf7ee394290adb5dff304ecff83e65960ae56e (patch) | |
tree | 1c90d785bf784c7f2827af1e4367aad72325cf6b | |
parent | a1f68b05ed682e9a3640684d99a6d228cec80a35 (diff) | |
download | fpGUI-11bf7ee394290adb5dff304ecff83e65960ae56e.tar.xz |
New todo items added.
-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. |