diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2009-11-07 16:27:20 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2009-11-07 16:27:20 +0200 |
commit | a1f68b05ed682e9a3640684d99a6d228cec80a35 (patch) | |
tree | 9ac17df7eef70cb9fd5a40a79aed4cac4f6d0fc4 | |
parent | 8803d6777bfff9a91f6eb648690400407a419753 (diff) | |
download | fpGUI-a1f68b05ed682e9a3640684d99a6d228cec80a35.tar.xz |
Added todo.txt to git repository.
I forgot to check this in ages ago.
-rw-r--r-- | TODO.txt | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 00000000..38e2b3d5 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,51 @@ + + DocView todo list. + +Legend +====== +[ ] - not started yet +[o] - started but not complete +[x] - completed task. + + +Todo list +========= +[o] - Fixes suggish scrolling. I think it's a recursive position event on the + vertical scrollbar causing the problem. + (*** It's much better already ***) +[ ] - Text wrapping in RichTextView is not 100% correct +[ ] - Access Violation when the application terminates. +[ ] - Ever growing list of fonts used while loading new topics. +[ ] - Settings / Customization dialog is needed. +[ ] - Open Recent Files doesn't always get populated, or gets cleared for some + reason. +[ ] - 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 +[ ] - Text is not selectable in RichTextView. I imagine people want to + 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.. +[ ] - + +[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 + LCL documentation needs to be split in two, to compile. (this was an issue + with the Open Watcom WIPFC - limit is now set to 65000 entries) +[x] - Clicking in index list should set the text in the index search edit box. + + +fpdoc IPF todo list +=================== +[ ] - Class declaration in overview page is missing. Like HTML output. +[ ] - Class inheritance tree must be shown in overview page. Like HTML output. +[ ] - +[ ] - +[ ] - + + + + |