@@ -6,6 +6,11 @@ X just need to do 'ant clean-jogl' inside core
66X update wiki with recent changes (i.e. separating sketch folder)
77X https://github.com/processing/processing4/wiki/Processing-4
88X check Windows for any visual artifacts with FlatLaf
9+ X code completion seems to have broken between beta 4 and beta 5
10+ X https://github.com/processing/processing4/issues/491
11+ X git bisect good ccc62c6 / git bisect bad f583eef
12+ X https://github.com/processing/processing4/commit/0f9b290398aac86ef56fe3c4e9c3ff88fdd53466
13+ X introduces https://github.com/processing/processing4/issues/519
914
1015export application
1116X fix Export to Application on macOS with Apple Silicon
@@ -220,6 +225,11 @@ o launch4j may be all set, but double-check
220225X um, no--we should use the embedded version, b/c who knows what happens
221226
222227
228+ known issues
229+ _ mixed mode warning now broken
230+ _ https://github.com/processing/processing4/issues/519
231+
232+
223233fixes/changes before beta 9
224234_ dialog formatting fixes
225235_ move all (formerly Lucida) dialog formatting into Messages
@@ -238,10 +248,6 @@ _ visual fixes for tab sizes, etc (with Paul)
238248_ weirdness with gaps in tabs (editor too big, manager too small)
239249_ contrib mgr: filter/dropdown vertical centering is too high
240250_ fake bold being used for tab name? (Windows only?)
241- _ code completion seems to have broken between beta 4 and beta 5
242- _ https://github.com/processing/processing4/issues/491
243- _ git bisect good ccc62c6 / git bisect bad f583eef
244- _ https://github.com/processing/processing4/commit/0f9b290398aac86ef56fe3c4e9c3ff88fdd53466
245251
246252
247253during release of beta 9
0 commit comments