diff --git a/app/KjcEngine.java b/app/KjcEngine.java index ebfd3e4a5..21edc0d88 100644 --- a/app/KjcEngine.java +++ b/app/KjcEngine.java @@ -710,7 +710,7 @@ public class KjcEngine extends PdeEngine { //System.err.println("system err is working"); messageMode = RUNNING; - Frame frame = editor.frame; + Frame frame = PdeBase.frame; Point parentLoc = frame.getLocation(); Insets parentInsets = frame.getInsets(); diff --git a/done.txt b/done.txt index 63fcaee04..0b1663cd1 100644 --- a/done.txt +++ b/done.txt @@ -26,6 +26,14 @@ o or have a way to syntax color them o put processing/bagel into sourceforge cvs FOR BETA o probably after kjc/engine stuff restructured o bring cbagel up to par +X remove 'encoding' crap from PdeBase +X only existed b/c of reading as bytes and not using jdk11 methods +X cleanup program/inline_program crap.. take out scheme stuff +X better readFile/loadImage inside PdeBase +X temp array should be resizable inside readFile +X might just use ByteArray streams +X use getresource for loading image +X remove Editor's frame instance, replace refs with PdeBase.frame 0048 diff --git a/todo.txt b/todo.txt index 4fa69012f..980ed44e1 100644 --- a/todo.txt +++ b/todo.txt @@ -1,26 +1,18 @@ 0049 -_ disappearing text caret on win2k -_ works in 'insert' mode -_ pmouseX and pmouseX should be colored with mouseX and mouseY -_ weirdness with mac swiss-german keyboard on []{}| -_ add url support for loadImage -_ several examples broken (note from creas) in bugs.txt -_ pmouseX problem reported by casey (in bugs.txt) -_ ceil/floor -_ framerate() and framerate(15) +X add url support for loadImage +X ceil/floor/round + _ new set of examples _ new html for export _ new colors chosen by casey -verify all these are gone -b _ remove 'encoding' crap from PdeBase -b _ only existed b/c of reading as bytes and not using jdk11 methods -b _ cleanup program/inline_program crap.. take out scheme stuff -b _ better readFile/loadImage inside PdeBase -b _ temp array should be resizable inside readFile -b _ might just use ByteArray streams -b _ use getresource for loading image -b _ remove Editor's frame instance, replace refs with PdeBase.frame +_ disappearing text caret on win2k +_ works in 'insert' mode +_ pmouseX and pmouseX should be colored with mouseX and mouseY +_ pmouseX problem reported by casey (in bugs.txt) +_ weirdness with mac swiss-german keyboard on []{}| +_ framerate() and framerate(15) +_ several examples broken (note from creas) in bugs.txt ////////////////////////////////////////////////////////////////////