summaryrefslogtreecommitdiff
path: root/docview/TODO.txt
blob: 2307e115affd1d729457177e37b57ac204a6fa6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68

  DocView todo list.

Legend
======
[ ] - not started yet
[o] - started but not complete
[x] - completed task.


Todo list
=========
[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
[o] - 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.
[o] - 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.
[o] - Implement Image support in INF or HLP files.



[x] - External links are not supported yet.
[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
      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.
[x] - MRU menu item doesn't seem to remember all opened documents.
[x] - Text wrapping in RichTextView is not 100% correct
[x] - Hyperlinks on scrolled content doesn't work.
[x] - Implement History tab and tracking - including Back & Next buttons.
[x] - Open Recent Files doesn't always get populated, or gets cleared for some
      reason.
[x] - Fixes suggish scrolling. I think it's a recursive position event on the
      vertical scrollbar causing the problem.


fpdoc IPF todo list
===================
[x] - Class declaration in overview page is missing. Like HTML output.
[x] - Class inheritance tree must be shown in overview page. Like HTML output.
[ ] - 
[ ] - 
[ ] -