From ca4d7cc31258aaecb416351810f2d060dd6a7706 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 25 Jun 2021 06:44:05 -0400 Subject: [PATCH] note about javafx fix for Linux #214 --- todo.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/todo.txt b/todo.txt index cfb0f9fa2..0866f133b 100755 --- a/todo.txt +++ b/todo.txt @@ -1,14 +1,20 @@ 1275 (4.0a6) +contribs +X Module javafx.base not found on Linux +X https://github.com/processing/processing4/issues/214 +X https://github.com/processing/processing4/pull/215 + + for next release _ Code completion not working _ https://github.com/processing/processing4/issues/177 _ confirmed not working from Sam's repo either - - +_ move ISSUE_TEMPLATE to .github subfolder _ lots more cleanup to do in javafx/build.xml + _ remove the PDE classpath from sketches _ causing it to include incomplete JFX, other misc; too confusing