]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/CHANGES.txt
docstring update
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
index 44cacbe57d2daeed6351ccf40ab7a14ffbf52fc0..8f9a6e04f21a7a75a44212eb0765e784a429f108 100644 (file)
@@ -1,3 +1,38 @@
+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).
+
+0.1.5-1
+-------
+
+Added wxWizard, wxWizardPageSimple (only from pull-down menu). 
+
+Hide command for test window.
+
+Replacing classes works better.
+
+Added Locate tool.
+
+0.1.4-1
+-------
+
+Edit->Locate command (Ctrl-L) for quick selection of items.
+Works with event-handling controls (buttons, text fields) but
+not with labels/sizers.
+
+Some improvements: relative paths for files supplied as command-
+line argument work correctly, notebook panels are highlighted 
+better.
+
 0.1.2-1
 _______