mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting rev 91
This commit is contained in:
+2
-2
@@ -50,8 +50,8 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int VERSION = 90;
|
||||
static final String VERSION_NAME = "0090 Beta";
|
||||
static final int VERSION = 91;
|
||||
static final String VERSION_NAME = "0091 Beta";
|
||||
|
||||
/**
|
||||
* Path of filename opened on the command line,
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
0090 core
|
||||
X added arraycopy() function that calls System.arraycopy()
|
||||
X also the useful shortcut fxn
|
||||
|
||||
|
||||
0089 core
|
||||
X no changes since 88
|
||||
|
||||
|
||||
+1
-4
@@ -1,7 +1,4 @@
|
||||
0090 core
|
||||
X added arraycopy() function that calls System.arraycopy()
|
||||
X also the useful shortcut fxn
|
||||
|
||||
0091 core
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
0090 pde
|
||||
X working on strange undo problems, use a new Document for each tab
|
||||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115665414;start=2
|
||||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115644611
|
||||
X don't allow a file to be named .pde or .java
|
||||
X patch from stendahl for the highlight inset ugliness
|
||||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Suggestions;action=display;num=1115597365;start=0
|
||||
X fix up some sketch renaming bugs
|
||||
|
||||
|
||||
0089 pde
|
||||
X properly rolled the version number in Base
|
||||
X fix nasty late-breaking undo bug
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
0090 pde
|
||||
X working on strange undo problems, use a new Document for each tab
|
||||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115665414;start=2
|
||||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115644611
|
||||
X don't allow a file to be named .pde or .java
|
||||
X patch from stendahl for the highlight inset ugliness
|
||||
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Suggestions;action=display;num=1115597365;start=0
|
||||
X fix up some sketch renaming bugs
|
||||
0091 pde
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
Reference in New Issue
Block a user