110252 (3.2)
2+ _ Move general PDE code out of JavaMode and into general base classes
3+ _ https://github.com/processing/processing/issues/4606
24X change PdeInputHandler constructor
35_ check whether this breaks other Modes before releasing
46_ modify line number color when no lines extend that far?
57_ https://github.com/processing/processing/pull/4560
68_ text gutter doesn't seem to be hidpi
79X or is it b/c screen not quite 2x? (nope)
810_ swap out the fonts?
9- _ Set text color for InputMethod
10- _ https://github.com/processing/processing/pull/4593
1111_ Processing .jar files in CLASSPATH can cause startup crash
1212_ https://github.com/processing/processing/issues/4128
1313
@@ -16,7 +16,7 @@ _ https://github.com/processing/processing/issues/43503#issuecomment-237715947
1616
1717contrib
1818
19- input method work
19+ input method work from tyfkda
2020X Simplify conditional branch
2121X https://github.com/processing/processing/pull/4589
2222X Enable input method support by default on Japanese/Korean/Chinese systems
@@ -49,8 +49,6 @@ _ possible infinite loop on modified externally
4949_ https://github.com/processing/processing/issues/3965
5050
5151medium
52- _ Move general PDE code out of JavaMode and into general base classes
53- _ https://github.com/processing/processing/issues/4606
5452_ detect changes in case with libraries
5553_ https://github.com/processing/processing/issues/4507
5654
0 commit comments