notes about recent edits

This commit is contained in:
Ben Fry
2016-08-04 11:48:12 -04:00
parent 90cdf99ba1
commit fc0122d9d3
+4
View File
@@ -6,6 +6,8 @@ X or is it b/c screen not quite 2x? (nope)
_ swap out the fonts?
_ Set text color for InputMethod
_ https://github.com/processing/processing/pull/4593
_ Processing .jar files in CLASSPATH can cause startup crash
_ https://github.com/processing/processing/issues/4128
contrib
X Simplify conditional branch
@@ -14,6 +16,8 @@ X Enable input method support by default on Japanese/Korean/Chinese systems
X https://github.com/processing/processing/pull/4598
X Set sketch as modified when any character committed using input method
X https://github.com/processing/processing/pull/4599
X Insert characters by InputMethod at one time
X https://github.com/processing/processing/pull/4594
jakub
X NullPointerException in SketchCode.getDocumentText()