A new version of XRCed from Roman Rolinsky with a few tweaks by me.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-03-06 21:41:19 +00:00
parent 820b49cdbf
commit f0c20d947b
9 changed files with 1319 additions and 603 deletions

View File

@@ -1,33 +1,29 @@
TODO for XRCed
==============
* Undo/Redo
- Undo/Redo
* menu - accel not displayed in preview
- menu - accel not displayed in preview
* tree icons
+ tree icons
* paste as sibling (toolbar toggle button)
- replace object with another, keeping children
* replace object with abother, keeping children
+ write tmp file for current dialog/panel/etc.
* write tmp file for current dialog/panel/etc.
+ XML indents
* XML indents
? select same notebook pages after update
* select same notebook pages after update
- put some default values in tree ctrl etc.
* put some default values in tree ctrl etc.
* special (fast) update for some values: pos/size, value/content, sizeritem
- special (fast) update for some values: pos/size, value/content, sizeritem
stuff (?), well, as much as possible
* highlighting with better method
- highlighting with better method
* import XRC/WXR files
- import XRC/WXR files
* disable some window creation when it's not valid
+ disable some window creation when it's not valid
* check for memory leaks from wx objects
* style defaults for `hidde' and `focused' should be false
- check for memory leaks from wx objects