Skip to content

Commit b9bfc7d

Browse files
committed
moving parser stuff to the parser area of the source
1 parent 1e8864c commit b9bfc7d

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

app/ParserTests.launch renamed to app/src/processing/mode/java/preproc/ParserTests.launch

File renamed without changes.

todo.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ o message(new String(b, offset, length), err, false);
3939
o http://code.google.com/p/processing/issues/detail?id=197
4040
X couldn't find a good way to reproduce this, closing
4141

42+
_ add splash image on os x
43+
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:
44+
<key>SplashFile</key>
45+
<string>$JAVAROOT/splash.png</string>
46+
I do not know if it still works but it did in 2008 (see <http://lists.apple.com/archives/Java-dev/2008/Jun/msg00012.html>).
47+
4248
_ remove any reference to 'Editor' from Sketch.java
4349
_ or is that excessive, since Document is in there, etc
4450
_ Build does the heavy lifting anyway...
@@ -208,6 +214,7 @@ _ http://github.com/fjenett/processingjstool/zipball/v0.0.6
208214

209215
_ accented letter input is broken (on os x and windows)
210216
_ http://code.google.com/p/processing/issues/detail?id=335
217+
_ disabled input method support for now
211218

212219
_ launch4j problem - FIXABLE
213220
_ no crash when double-clicking a sketch and loading it

0 commit comments

Comments
 (0)