Subversion Repositories oidplus

Rev

Rev 747 | Rev 993 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 747 Rev 992
Line 1... Line 1...
1
 
1
 
2
TODO:
2
TODO:
3
* (See "TODO" entries in the *.pas files)
3
* (See "TODO" entries in the *.pas files)
4
 
4
 
-
 
5
KNOWN BUGS:
-
 
6
- If you write an OID description with a linebreak (very long line), then do multiple Shift+Return
-
 
7
  (to make line breaks), and then press backspace, then everything is messed up
-
 
8
- If you fill a description with 255 characters, then the last 4 are not getting written. why?
-
 
9
 
5
IDEAS:
10
IDEAS:
6
* If you call OIDPLUS.EXE with an argument to a .OID file, then open this OID
11
* If you call OIDPLUS.EXE with an argument to a .OID file, then open this OID
7
* TreeView: Write to StringList (avoid recursive calls) and save StringList to file
12
* TreeView: Write to StringList (avoid recursive calls) and save StringList to file
8
* TreeView: In the preview, let the user jump to a specific OID
13
* TreeView: In the preview, let the user jump to a specific OID
9
* Implement RAs
14
* Implement RAs
10
* Implement Create/Update timestamps? (people must be able to predate it)
15
* Implement Create/Update timestamps? (people must be able to predate it)
11
* Data exchange between OIDplus for Win95 and OIDplus 2.0 ?
16
* Data exchange between OIDplus for Win95 and OIDplus 2.0 ?
-
 
17
* XML Export to OID-Info.com
-
 
18