]> git.saurik.com Git - wxWidgets.git/commit - wxPython/wx/tools/XRCed/tree.py
0.1.5-2
authorRoman Rolinsky <rolinsky@femagsoft.com>
Thu, 26 May 2005 01:10:05 +0000 (01:10 +0000)
committerRoman Rolinsky <rolinsky@femagsoft.com>
Thu, 26 May 2005 01:10:05 +0000 (01:10 +0000)
commit9a69d0aa1dccadd8c88231ef0158a660713453df
tree2580fa52b3841b1eca7bab8718d6a04a55718843
parent628eae0bcd7916c57847b7eab739d4cc32534ccf
0.1.5-2
-------

Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.

Fixed pasting siblings (Ctrl key pressed while pasting).

Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
If encoding is not specified it is not written in XRC. Will add more
customization in the future.

Changed to use SimpleTool instead or Toggle tool (does not work on Win32).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34344 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/tree.py
wxPython/wx/tools/XRCed/xrced.py
wxPython/wx/tools/XRCed/xrced.xrc
wxPython/wx/tools/XRCed/xxx.py