diff --git a/todo.txt b/todo.txt index 205c76a44..45a38d0b4 100644 --- a/todo.txt +++ b/todo.txt @@ -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()