📄 todo.txt
字号:
Todo
=========
* memory management pb. Hard to use with 64 MB.
Eval: will try using weak references to GUI objects. Proper cleanup if GC?
* Might be useful to add checkboxes in Window menu to see which frame is selected
* Print XML-nodes in correct order according to DTD
* Fix "Remove" operation
Eval: Some nodes may not be removed. Need some way to make "Remove" more dynamic.
* Add JavaDoc
Fixed
=========
2000-01-01
* Handle ID's correctly
1999-12-23
* Added Preferences panel, which saves the configuration of EJB to /lib/resources/preferences.properties
Eval: Users can now choose window size from here. Good for users with 800x600 res. in particular
* Can now choose parser from Preferences panel
Eval: Requires restart to work properly. Might be overkill to fix this as it rarely changes
* Can now add file plugins through Preferences panel.
* Fixed Save/Save as bugs.
Eval: This was caused by buggy XML parsers. None of the parsers handled Document.replaceChild properly(!)
1999-12-20
* Fixed XMLManager service management bug (was a showstopper: no documents could be loaded/saved)
1999-10-29
* if you use the keyboard and not the mouse to change the selected item from the left frame, their is no
refresh on the right frame.
Eval: Changed so that selection and not mouse clicks are detected
* while saving a file, if you forget to specify ".xml", the file is not saved at all and you don t know about it.
So if you quit the application at that time, you lose your work.
Eval: Automatically appends ".xml". If unknown file extension is used, an error msg pops up
* It would be useful to have the common MDI "window" popup to select the child window you want.
* "file / save" does not work. I can t save any modification and I can t save a new created file.
Eval: correct filetype used? Changed so correct type is automatically used now
* "file / save as" does not work.
Eval: Bug in XML4J. Bug report sent to aW. Switched to ProjectX in the meantime. I'm glad I made XML parsers pluggable...
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -