mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
starting rev 0164
This commit is contained in:
@@ -41,8 +41,8 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int REVISION = 163;
|
||||
static String VERSION_NAME = "0163";
|
||||
static final int REVISION = 164;
|
||||
static String VERSION_NAME = "0165";
|
||||
|
||||
static HashMap<Integer, String> platformNames = new HashMap();
|
||||
static {
|
||||
@@ -1232,8 +1232,8 @@ public class Base {
|
||||
return "other";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Map a platform constant to its name.
|
||||
* @param which PConstants.WINDOWS, PConstants.MACOSX, PConstants.LINUX
|
||||
@@ -1249,10 +1249,10 @@ public class Base {
|
||||
return (entry == null) ? -1 : entry.intValue();
|
||||
}
|
||||
|
||||
|
||||
|
||||
// These were changed to no longer rely on PApplet and PConstants because
|
||||
// of conflicts that could happen with older versions of core.jar, where
|
||||
// the MACOSX constant would instead read as the LINUX constant.
|
||||
// the MACOSX constant would instead read as the LINUX constant.
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
0163 core (1.0.1)
|
||||
X do not parse split() with regexp
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1060
|
||||
X ArrayIndexOutOfBoundsException in ellipseImpl() with 1.0
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1068
|
||||
|
||||
|
||||
0162 core (1.0)
|
||||
X no additional changes for 1.0
|
||||
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
0163 core
|
||||
X do not parse split() with regexp
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1060
|
||||
X ArrayIndexOutOfBoundsException in ellipseImpl() with 1.0
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1068
|
||||
0164 core
|
||||
|
||||
|
||||
_ focus not coming through, ESC no longer working
|
||||
|
||||
|
||||
24
done.txt
24
done.txt
@@ -1,3 +1,27 @@
|
||||
0163 pde (1.0.1)
|
||||
X ArrayIndexOutOfBoundsException with File > New (Processing 1.0)
|
||||
X maybe a /tmp permissions problem?
|
||||
X are we not checking errors properly on this route?
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1067
|
||||
X need to look into why this didn't give a better error message
|
||||
X "[JavaAppLauncher Error] CallStaticVoidMethod() threw an exception"
|
||||
X on startup with OS X
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1063
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1078
|
||||
X Fix some "An error occurred while starting the application" problems
|
||||
X due to the weird sketch folder naming issue
|
||||
X implement multi-line tab via tab key (also outdent)
|
||||
o add preference for indent size
|
||||
X the bracket isn't working on osx because of an apple menu bug
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1075
|
||||
X "editor.indent" setting does not work properly
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1073
|
||||
X "space-import-space-quote-semicolon" Causes Error in String or Comment
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1064
|
||||
X the changes page doesn't have a toc entry for the 1.0 release notes
|
||||
X add minim to the changes page
|
||||
|
||||
|
||||
0162 pde (1.0)
|
||||
X update revisions.html
|
||||
X write revisions.txt
|
||||
|
||||
24
todo.txt
24
todo.txt
@@ -1,25 +1,5 @@
|
||||
0163 pde
|
||||
X ArrayIndexOutOfBoundsException with File > New (Processing 1.0)
|
||||
X maybe a /tmp permissions problem?
|
||||
X are we not checking errors properly on this route?
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1067
|
||||
X need to look into why this didn't give a better error message
|
||||
X "[JavaAppLauncher Error] CallStaticVoidMethod() threw an exception"
|
||||
X on startup with OS X
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1063
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1078
|
||||
X Fix some "An error occurred while starting the application" problems
|
||||
X due to the weird sketch folder naming issue
|
||||
X implement multi-line tab via tab key (also outdent)
|
||||
o add preference for indent size
|
||||
X the bracket isn't working on osx because of an apple menu bug
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1075
|
||||
X "editor.indent" setting does not work properly
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1073
|
||||
X "space-import-space-quote-semicolon" Causes Error in String or Comment
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1064
|
||||
X the changes page doesn't have a toc entry for the 1.0 release notes
|
||||
X add minim to the changes page
|
||||
0164 pde
|
||||
|
||||
|
||||
_ proper libraries warning dialog
|
||||
_ check if libraries folder does not exist
|
||||
|
||||
Reference in New Issue
Block a user