@@ -3,13 +3,11 @@ X fix bug causing Preferences window exception
33X https://github.com/processing/processing/issues/3215
44X install/remove buttons not working in the managers
55X https://github.com/processing/processing/issues/3172
6-
7- akarshit
8- _ Preferences window elements not sized correctly in 3.0a6
9- _ https://github.com/processing/processing/issues/3212
6+ X Preferences window elements not sized correctly in 3.0a6
7+ X https://github.com/processing/processing/issues/3212
108X https://github.com/processing/processing/pull/3217
119X https://github.com/processing/processing/pull/3220
12- _ still having trouble w/ font menus
10+ X call setEditable() later after the layout
1311X Fixed Find/Replace layout regressions in 3.0a6
1412X https://github.com/processing/processing/issues/3213
1513X https://github.com/processing/processing/pull/3216
@@ -35,12 +33,15 @@ _ show debug window when running, hide when stopped
3533_ can we animate the show/hide for the debug box?
3634_ break out Mode options to their own panels in prefs
3735_ Mode should just provide a panel for their prefs
36+ _ in PDE.properties, unnecessary special syntax is used for replacements
37+ _ methoddef, varname, classname, namefield, typeA, typeB will be replaced with the correct value during runtime (don't translate)
3838
3939
4040breakage
4141_ break out a gui package (get class count down in .app)
4242_ remove deprecated methods
4343_ do the right thing on passing around List vs ArrayList and others
44+ _ PreferencesFrame is a misnomer (not a frame itself)
4445
4546
4647gui
0 commit comments