mirror of
https://github.com/processing/processing4.git
synced 2026-05-06 19:06:19 +02:00
more notes
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
0252 (3.2)
|
||||
X Move general PDE code out of JavaMode and into general base classes
|
||||
X https://github.com/processing/processing/issues/4606
|
||||
X change PdeInputHandler constructor
|
||||
X check whether this breaks other Modes before releasing
|
||||
X added extra constructor to keep things working
|
||||
X Processing .jar files in CLASSPATH can cause startup crash
|
||||
X https://github.com/processing/processing/issues/4128
|
||||
X Remove java.ext.dirs on startup to avoid conflicts and startup errors
|
||||
@@ -15,7 +10,18 @@ X https://github.com/processing/processing/issues/4128
|
||||
X https://github.com/processing/processing/issues/4503
|
||||
X see if CLASSPATH can be set to screw up p5
|
||||
X works fine on OS X, couldn't reproduce on Linux
|
||||
|
||||
mode work
|
||||
X add template support for Modes
|
||||
X Move general PDE code out of JavaMode and into general base classes
|
||||
X https://github.com/processing/processing/issues/4606
|
||||
X change PdeInputHandler constructor
|
||||
X check whether this breaks other Modes before releasing
|
||||
X added extra constructor to keep things working
|
||||
_ allow modes to specify their own base file name
|
||||
_ need to move "is this a sketch?" handling into Mode
|
||||
_ favicon handling for p5jsMode
|
||||
_ move template subst code to Util
|
||||
|
||||
_ modify line number color when no lines extend that far?
|
||||
_ https://github.com/processing/processing/pull/4560
|
||||
|
||||
Reference in New Issue
Block a user