mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
todo items
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
<key>LSUIPresentationMode</key>
|
||||
<integer>4</integer>
|
||||
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user