Subversion Repositories oidplus

Rev

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

Rev 992 Rev 993
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:
5
KNOWN BUGS:
6
- If you write an OID description with a linebreak (very long line), then do multiple Shift+Return
6
- If you fill a description with 255 characters, then save, then the last 4 are not getting written. why?
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?
7
  ... actually, sometimes also just 1 char vanishes. maybe it was something to do with the amount of CRLF?
9
 
8
 
10
IDEAS:
9
IDEAS:
11
* If you call OIDPLUS.EXE with an argument to a .OID file, then open this OID
10
* If you call OIDPLUS.EXE with an argument to a .OID file, then open this OID
12
* TreeView: Write to StringList (avoid recursive calls) and save StringList to file
11
* TreeView: Write to StringList (avoid recursive calls) and save StringList to file
13
* TreeView: In the preview, let the user jump to a specific OID
12
* TreeView: In the preview, let the user jump to a specific OID