more notes

This commit is contained in:
Ben Fry
2016-08-07 09:33:58 -04:00
parent 7e142e8b54
commit 81ee25e2e3
+11 -5
View File
@@ -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