summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2009-11-09 16:33:18 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2009-11-09 16:33:18 +0200
commit11bf7ee394290adb5dff304ecff83e65960ae56e (patch)
tree1c90d785bf784c7f2827af1e4367aad72325cf6b
parenta1f68b05ed682e9a3640684d99a6d228cec80a35 (diff)
downloadfpGUI-11bf7ee394290adb5dff304ecff83e65960ae56e.tar.xz
New todo items added.
-rw-r--r--TODO.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 38e2b3d5..421c542f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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.