mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
minor tweaks, notes in the todo lists
This commit is contained in:
@@ -499,7 +499,7 @@ public class Sketch {
|
||||
return;
|
||||
}
|
||||
SketchCode newCode = new SketchCode(newFile, newExtension);
|
||||
System.out.println("new code is named " + newCode.getPrettyName() + " " + newCode.getFile());
|
||||
//System.out.println("new code is named " + newCode.getPrettyName() + " " + newCode.getFile());
|
||||
insertCode(newCode);
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+7
-3
@@ -1,4 +1,11 @@
|
||||
0155 core
|
||||
X hint(DISABLE_DEPTH_TEST) throws null pointer exception with OpenGL
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=984
|
||||
|
||||
|
||||
_ placement of elements in present mode is messed up
|
||||
_ "stop" button hops around, window not centered on screen
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=923
|
||||
|
||||
|
||||
_ rename GettingStarted_Shape example
|
||||
@@ -192,9 +199,6 @@ _ catch OutOfMemoryError inside size() and let the user know
|
||||
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1038847001
|
||||
_ loadBytes() needs optimization
|
||||
_ don't bother using a buffering stream, just handle internally. gah!
|
||||
_ placement of elements in present mode is messed up
|
||||
_ "stop" button hops around, window not centered on screen
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=923
|
||||
_ remove some of the bloat, how can we make things more compact?
|
||||
_ i.e. if not using 3D, can leave out PGraphics3, PTriangle, PLine
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=127
|
||||
|
||||
@@ -9,6 +9,15 @@ _ make processing tools use the tools api
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=886
|
||||
|
||||
|
||||
waiting for input
|
||||
_ moviemaker can't make exact 30fps output
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=988
|
||||
_ launch4j "An error occurred while starting the application"
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=986
|
||||
_ tabs menu not working on osx ppc (can't confirm)
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=993
|
||||
|
||||
|
||||
[ needs verification ]
|
||||
|
||||
_ check to see whether this bug is fixed once 0140 is released
|
||||
@@ -29,6 +38,7 @@ _ need someone to go out and test all scenarios of this
|
||||
|
||||
_ video library threading problems with other libraries
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=882
|
||||
_ using Capture.list() before size() sometimes works
|
||||
_ serial.available() broken with video
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=829
|
||||
_ first few frames of OpenGL sketches on Windows run slowly
|
||||
@@ -852,6 +862,7 @@ _ some type of sketch archive format for posting examples (.psk?)
|
||||
_ would be nice to open a sketch directly from a zip file
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=88
|
||||
_ maybe just open from a zip file, since psk doesn't help anything
|
||||
_ also have a means of importing sketches
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user