From eb1ca910acbdb619dd1314ae346fd5c0d25ffa1e Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 13 Aug 2015 22:31:53 -0400 Subject: [PATCH] finish moving Base around (fixes #2765) --- todo.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/todo.txt b/todo.txt index f13fb05a9..8cb435ea8 100644 --- a/todo.txt +++ b/todo.txt @@ -7,8 +7,8 @@ X canceling "create folder, move sketch, and continue?" will cause crash X throws an NPE and then forces a quit X https://github.com/processing/processing/issues/3586 X also showError() there shouldn't die if other Java windows open -_ move Platform into its own class? -_ https://github.com/processing/processing/issues/2765 +X move Platform into its own class, also Messages and others +X https://github.com/processing/processing/issues/2765 api changes X Make fields and functions in PdeKeywords protected @@ -16,7 +16,9 @@ X https://github.com/processing/processing/issues/2383 X Added "EditorException", which is thrown when loading bad sketches X createEditor() now throws this when something goes wrong X rather than handleOpenInternal() returning false (and being ignored) -_ Base.openURL() -> Platform.openURL() +X Base.openURL() -> Platform.openURL() +X Base.showXxxx() -> Messages.showXxxx() +X Base.log() -> Messages.log() gsoc X Second round of arm patches (v5)