Implemented xxxComment. Due to different minidom XML types (Comments
authorRoman Rolinsky <rolinsky@femagsoft.com>
Sun, 11 Mar 2007 05:08:45 +0000 (05:08 +0000)
committerRoman Rolinsky <rolinsky@femagsoft.com>
Sun, 11 Mar 2007 05:08:45 +0000 (05:08 +0000)
commitb372319fa08ce9b2794040bcdcb82b559d53da25
tree2879122cce8097beaea19a6345e145fb2b5d7272
parent047c5f3e6d3afae0655200158fa5d2d913038007
Implemented xxxComment. Due to different minidom XML types (Comments
are not Elements) had to add xxxObject.isElement flag and changed
xxxObject.element variable to xxxObject.node (xxxComment is derived
from xxxObject to minimize changes in processing). More testing is still
needed to verify that things didn't break. Use previous commit (0.1.8-4
release on 2007/03/10) if you need a stable version.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/wx/tools/XRCed/CHANGES.txt
wxPython/wx/tools/XRCed/globals.py
wxPython/wx/tools/XRCed/panel.py
wxPython/wx/tools/XRCed/params.py
wxPython/wx/tools/XRCed/tree.py
wxPython/wx/tools/XRCed/undo.py
wxPython/wx/tools/XRCed/xrced.py
wxPython/wx/tools/XRCed/xrced.xrc
wxPython/wx/tools/XRCed/xxx.py