diff --git a/.gitignore b/.gitignore index 9d89f28e..61c9abbb 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /wx/libwx_* /wx/locale /unittests/lib_pubsub_provider_actual.py +wingdbstub.py diff --git a/TODO.txt b/TODO.txt index 3fc289e0..d5a0642d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -155,7 +155,13 @@ other dev stuff * Find and fix issue with wx.TheClipboard. Pasting text from the clipboard is failing, as if the data in the clipboard is not text. It may be an issue - with the wx.TextDataObject class. + with the wx.TextDataObject class. + + It's a problem with OSX dataobject code. + See https://groups.google.com/d/topic/wx-dev/wFxevpvbhvQ/discussion + + There are also reports of issues on Windows too... + http://trac.wxwidgets.org/ticket/15488 * Potential reference count issue with wxGridCellCoordsArray? Code like this::