diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-08-05 15:16:13 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-08-05 15:16:13 +0200 |
commit | 756039829369f0b5a530264739f19e7794902dff (patch) | |
tree | 34394ec255271f3078bcde342ec8829ccb9bf7bb /docview | |
parent | 6ae3a1bdb6efe733e777fde0f3acb52c5eefabfd (diff) | |
download | fpGUI-756039829369f0b5a530264739f19e7794902dff.tar.xz |
docview: updated the very out of date todo list file.
Diffstat (limited to 'docview')
-rw-r--r-- | docview/TODO.txt | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/docview/TODO.txt b/docview/TODO.txt index aa4e62ac..886161c8 100644 --- a/docview/TODO.txt +++ b/docview/TODO.txt @@ -10,10 +10,6 @@ Legend Todo list ========= -[ ] - Access Violation when the application terminates. -[ ] - Ever growing list of fonts used while loading new topics. -[o] - Settings / Customization dialog is needed. -[ ] - Change mouse cursor when over hyperlinks in RichTextView [o] - Implement a ipfdump program. Already started work on this and is called docdump in the src directory. [ ] - Implement a IPF Compiler in Object Pascal @@ -21,21 +17,28 @@ Todo list copy & paste examples. Although "Save current Topic" already exists. [ ] - 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. -[ ] - Options or Configuration dialog to set various things. -[ ] - Implement popup window for "notes" hyperlinks. +[ ] - Implement popup window for "notes" hyperlinks. eg: The hyper link text + might be 'IBM', the "notes" link should then show a popup window (almost + like a tooltip window) showing 'International Business Machines'. [ ] - RichTextView component issue. Incompatible with original OS/2 VIEW. When resetting a font style (eg: italics to normal), it should not affect a previously set font color, unless a new font color is explicitly set. [ ] - External links are not supported yet. -[ ] - Implement Image support in INF or HLP files. +[o] - Implement Image support in INF or HLP files. + + +[x] - Access Violation when the application terminates. +[x] - Settings / Customization dialog is needed. +[x] - Create help file for DocView listing all supported features etc.. +[x] - Ever growing list of fonts used while loading new topics. +[x] - Change mouse cursor when over hyperlinks in RichTextView +[x] - 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. [This was an issue with WIPFC] +[x] - 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. [This was an issue with WIPFC] [x] - Display topic by ID via command line parameters [x] - 'Could not load topic slots' message when trying to view some topics. [x] - Extend compiler or INF file format for larged Word Index list. Currently |