From 1b7cdae8d7fdccd1d483ccb84ce6f49c4038027a Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 21 Sep 2004 01:46:39 +0000 Subject: [PATCH] add stop() to static apps, remove loop() from special preproc --- app/PdePreprocessor.java | 1 + core/todo.txt | 4 ++++ todo.txt | 8 ++++++++ 3 files changed, 13 insertions(+) diff --git a/app/PdePreprocessor.java b/app/PdePreprocessor.java index b3bdf564a..214c9d222 100644 --- a/app/PdePreprocessor.java +++ b/app/PdePreprocessor.java @@ -335,6 +335,7 @@ public class PdePreprocessor { if (programType == STATIC) { // close off draw() definition + out.print("noLoop(); "); out.print("}"); } diff --git a/core/todo.txt b/core/todo.txt index f4df4b47f..d68ccbd9b 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -186,7 +186,11 @@ o PGraphics has none.. PApplet has fill/stroke X actually not the case, only that wasn't calling decent superclass X set PImage.format as RGB by default? X this was problem with rendering an image from PGraphics on board +X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1091798655;start=0 +X http://processing.org/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1080671926;start=0 +040920 later +X remove "loop" from special inserts on preproc _ need to resolve rotated text in SCREEN_SPACE _ SCREEN_SPACE is weird for text diff --git a/todo.txt b/todo.txt index 66bd296a9..e60e57e41 100644 --- a/todo.txt +++ b/todo.txt @@ -66,6 +66,14 @@ X append the user's classpath to the end of that 040913 afternoon X "Processing" folder not properly created on new install +040920 +X add noLoop() to static mode apps + +_ static applets need to be able to resize themselves on 'play' +_ figure out what to do with static apps exported as application +_ needs to just hang there + + _ add all imported libs to hash table of jars _ something calling