diff --git a/app/Runner.java b/app/Runner.java
index 810d744b0..92bfe74df 100644
--- a/app/Runner.java
+++ b/app/Runner.java
@@ -120,6 +120,9 @@ public class Runner implements MessageConsumer {
File.pathSeparator +
System.getProperty("java.library.path"));
+ // still leaves menubar et al
+ //params.add("-Dapple.awt.fakefullscreen=true");
+
params.add("-cp");
params.add(sketch.classPath + Sketchbook.librariesClassPath);
diff --git a/core/todo.txt b/core/todo.txt
index 2cb654537..20dd63735 100644
--- a/core/todo.txt
+++ b/core/todo.txt
@@ -128,6 +128,8 @@ _ opengl crashes when depth sorting more than two textured shapes
_ http://dev.processing.org/bugs/show_bug.cgi?id=560
_ replaceAll() not supported by 1.1
_ http://dev.processing.org/bugs/show_bug.cgi?id=561
+_ draw() called twice in vista with java 1.6
+_ http://dev.processing.org/bugs/show_bug.cgi?id=587
_ loadBytes() doesn't do auto gunzip? but loadStrings and createReader do?
_ this might be a good solution for dealing with the differences
diff --git a/todo.txt b/todo.txt
index 4be7dae22..922be020d 100644
--- a/todo.txt
+++ b/todo.txt
@@ -88,6 +88,9 @@ _ the contents in the files are not the same, but the main-tab is
_ showing the contents of the .java tab, so if you press save
_ you will overwrite your original code from the main-tab.
+_ switching into present mode in info.plist
+ LSUIPresentationMode
+ 4
// from color sorting example
@@ -106,6 +109,24 @@ void sortSwap(int a, int b) {
}
+BOOK
+_ make "show sketch folder" work on linux
+_ add notes to the docs about how to fix if not working
+_ http://processing.org/reference/environment/platforms.html#linux
+_ add for "show sketch folder" option
+_ show the menu but dim if the command is not available
+_ gnome-open, kde-open, "kfmclient exec blah"
+_ also do with PApplet.open()
+_ adding a file to the sketch that already exists gives no confirm
+_ sometimes one item showing up twice
+_ (Table.pde showed twice after failed add)
+_ add open (-a?) on osx to the open() command
+_ also need the "find in reference" to work on linux
+_ find in ref is prolly also why +x may be required for .html on osx
+_ get started on time series chapter
+_ on linux, drag and drop didn't accept
+
+
new bugs
_ huge jar files from 0124 export
_ http://dev.processing.org/bugs/show_bug.cgi?id=541