mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 12:30:07 +01:00
Remove finished ToDo
This commit is contained in:
13
TODO.txt
13
TODO.txt
@@ -174,19 +174,6 @@ other dev stuff
|
||||
|
||||
* wx.Window.DoEraseBackground?
|
||||
|
||||
* In etg/wxdatetime.py fix the Parse*() methods to be like they were in
|
||||
Classic, returning a -1 on failure, or the number of characters parsed.
|
||||
Something like this:
|
||||
|
||||
int ParseDateTime(const wxString& datetime)
|
||||
{
|
||||
wxString::const_iterator begin = datetime.begin();
|
||||
wxString::const_iterator end;
|
||||
if (!self->ParseDateTime(datetime, &end))
|
||||
return -1;
|
||||
return end - begin;
|
||||
}
|
||||
|
||||
* The sphinxtools are too agressive at ignoring content beyond a #. If the hash
|
||||
happens to be inside a string then syntax related errors can happen. For example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user