From bb80fcbf2449494ea8a22eb7838bd331110ddcc9 Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 26 Jan 2011 01:22:24 +0000 Subject: [PATCH] moving parser stuff to the parser area of the source --- .../processing/mode/java/preproc}/ParserTests.launch | 0 todo.txt | 7 +++++++ 2 files changed, 7 insertions(+) rename app/{ => src/processing/mode/java/preproc}/ParserTests.launch (100%) diff --git a/app/ParserTests.launch b/app/src/processing/mode/java/preproc/ParserTests.launch similarity index 100% rename from app/ParserTests.launch rename to app/src/processing/mode/java/preproc/ParserTests.launch diff --git a/todo.txt b/todo.txt index 49483d55d..856f896fd 100644 --- a/todo.txt +++ b/todo.txt @@ -39,6 +39,12 @@ o message(new String(b, offset, length), err, false); o http://code.google.com/p/processing/issues/detail?id=197 X couldn't find a good way to reproduce this, closing +_ add splash image on os x +If you want a bundled app to show a splash screen you can do so by adding an entry named SplashFile to the Java section of the Info.plist: +SplashFile +$JAVAROOT/splash.png +I do not know if it still works but it did in 2008 (see ). + _ remove any reference to 'Editor' from Sketch.java _ or is that excessive, since Document is in there, etc _ Build does the heavy lifting anyway... @@ -208,6 +214,7 @@ _ http://github.com/fjenett/processingjstool/zipball/v0.0.6 _ accented letter input is broken (on os x and windows) _ http://code.google.com/p/processing/issues/detail?id=335 +_ disabled input method support for now _ launch4j problem - FIXABLE _ no crash when double-clicking a sketch and loading it