From c8ed308e8b80877c22b4863d8fe6bd6b7677f5d6 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Wed, 4 Aug 2021 08:28:27 -0400 Subject: [PATCH] code completion working again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5536a5a56..ab107c164 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The full list of changes can be seen in the release notes for each version, this ### Alpha 5 -* Known bug: code completion is currently broken. Any updates will be posted [here](https://github.com/processing/processing4/issues/177). +* ~~Known bug: code completion is currently broken. Any updates will be posted [here](https://github.com/processing/processing4/issues/177).~~ Fixed in alpha 6. * Moved from the 11.0.2 LTS version of JavaFX to the in-progress version 16. This fixes a [garbled text](https://bugs.openjdk.java.net/browse/JDK-8234916) issue that was breaking Tools that used JavaFX.