110251 (3.1.2)
2-
2+ X update to Java 8u102 build 14
33
44gohai
55X IO: Fix drawing for SPIAnalogDigital examples
@@ -12,6 +12,9 @@ X IO: We want motors, they said (implements SoftwareServo)
1212X https://github.com/processing/processing/pull/4546
1313X Add a temporary workaround for the CHIP to deal with cursor problems
1414X https://github.com/processing/processing/pull/4554
15+ X Fix the Downloader so that builds work again
16+ X https://github.com/processing/processing/issues/4496
17+ X https://github.com/processing/processing/pull/4511
1518
1619jakub
1720X Return of the error check toggle
@@ -29,16 +32,23 @@ X updates to Japanese translation
2932X https://github.com/processing/processing/pull/4564
3033X Make preferences button wider for Japanese
3134X https://github.com/processing/processing/pull/4558
35+ X Show warning message if mode cannot be changed
36+ X https://github.com/processing/processing/pull/4559
3237
3338fixed in 3.1.1
3439X debugger deadlocks when choosing "Step Into" on println()
3540X https://github.com/processing/processing/issues/3923
3641X Suggestions switch scope to first import
3742X https://github.com/processing/processing/issues/4016
43+ X loadImage() immediately after saveFrame() foiled by async default
44+ X https://github.com/processing/processing/issues/4218
45+ X the hint() mostly works, but gross to use a hint frequently
3846
3947
4048high
41- _ update to 8 102 14
49+ _ NullPointerException in SketchCode.getDocumentText()
50+ _ https://github.com/processing/processing/issues/4555
51+ _ https://github.com/processing/processing/pull/4547
4252_ Pasting code from editor to empty editor produces Exception
4353_ https://github.com/processing/processing/issues/4522
4454_ did we lose settings.path because it was too buggy?
@@ -113,13 +123,6 @@ _ Tweak Mode sometimes freezes while running, require a force quit
113123_ https://github.com/processing/processing/issues/3928
114124
115125
116- discussion
117- _ loadImage() immediately after saveFrame() foiled by async default
118- _ https://github.com/processing/processing/issues/4218
119- _ the hint() mostly works, but gross to use a hint frequently
120- _ how to handle the touch api
121-
122-
123126gui
124127_ Tooltip over variable decl has wrong style and content
125128_ make all tooltips run through our style
0 commit comments