From c0dd66b8bfcef09659cff72f8ba453d9acd2a599 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 16 Jan 2022 16:32:00 -0500 Subject: [PATCH] fix one bug, hide it with another --- todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo.txt b/todo.txt index d10448fb2..efd0a7001 100755 --- a/todo.txt +++ b/todo.txt @@ -13,6 +13,8 @@ X make the final call to remove, or put the libs on download.processing.org X removing, with the theming integration, gonna head that direction instead X bump ant from 1.10.10 to 1.10.12 X bump JNA from 5.8.0 to 5.10.0 +X remove "Illegal reflective access" warning on Linux +X https://github.com/processing/processing4/issues/207 contribs X select entire line when doing Edit > Copy on an empty selection @@ -1085,6 +1087,8 @@ _ https://github.com/processing/processing/issues/186 DIST / Linux +_ Need better method than reflection for setting application name +_ https://github.com/processing/processing4/issues/349 _ update install.sh for .pdex and .pdez file associations _ https://github.com/processing/processing4/issues/239