@@ -13,13 +13,44 @@ X text("test", 10, 10); is still slow with lots of fonts
1313X https://bugs.openjdk.java.net/browse/JDK-8179209
1414X added a note to the Known Issues section in the Changes wiki
1515X update the about screen to 2019
16+ o report of a library or tool (probably includes 2.x? 1.x?) breaking things
17+ o NoSuchFieldError: useNativeSelect
18+ X https://github.com/processing/processing/issues/4821
19+ X closed, no response
20+
21+
22+ shortcuts
23+ X problems with non-US keyboards and some shortcuts
24+ X https://github.com/processing/processing/issues/2199
25+ _ Determine new keyboard shortcut for Step Out
26+ _ https://github.com/processing/processing/issues/3538
27+
28+ # Comment/Uncomment, Increase Indent, Decrease Indent
29+ menu.edit.comment_uncomment.keystroke = meta pressed SLASH
30+ menu.edit.increase_indent.keystroke = meta pressed CLOSE_BRACKET
31+ menu.edit.decrease_indent.keystroke = meta pressed OPEN_BRACKET
32+ # inside Editor.java
33+
34+ # Previous Tab, Next Tab (ignored on Linux, which is Page Up and Page Down)
35+ editor.header.previous_tab.keystroke = meta alt pressed LEFT
36+ editor.header.next_tab.keystroke = meta alt pressed RIGHT
37+ # inside EditorHeader.java
38+
39+ # Step, Step Into, and Step Out
40+ menu.debug.step.keystroke = meta pressed J
41+ menu.debug.step_into.keystroke = shift meta pressed J
42+ menu.debug.step_out.keystroke = meta alt pressed J
43+ # inside JavaEditor.java
44+
1645
1746fixed earlier
1847X Could not initialize class com.sun.jna.Native on startup (Windows)
1948X https://github.com/processing/processing/issues/4929
2049X closed earlier; fixed as best we could
2150X sharing usage metrics about libraries
2251X https://github.com/processing/processing/issues/4708
52+ X Determine shortcut for Export vs Use Selection for Find
53+ X https://github.com/processing/processing/issues/2985
2354
2455contrib
2556X Updated russian translation, now can choose russian in preferences
@@ -31,9 +62,9 @@ X https://github.com/processing/processing/issues/5246
3162X https://github.com/processing/processing/pull/5654
3263X console hiding button
3364X https://github.com/processing/processing/pull/5115
34- _ NullPointerException in Contribution Manager
35- _ https://github.com/processing/processing/issues/5524
36- _ https://github.com/processing/processing/pull/5742
65+ X NullPointerException in Contribution Manager when installing
66+ X https://github.com/processing/processing/issues/5524
67+ X https://github.com/processing/processing/pull/5742
3768
3869jakub
3970X Fix sketch exception getting hidden by warning
@@ -51,13 +82,14 @@ _ Find in Reference disabled for various keywords (draw, for, if, catch, while)
5182_ https://github.com/processing/processing/issues/5562
5283_ https://github.com/processing/processing/pull/5642
5384_ discuss with Casey
54- _ Welcome screen doesn't size properly for HiDPI screens
55- _ https://github.com/processing/processing/issues/4896
5685
5786
58- nasty ones
87+
88+ high-ish
5989_ errors inside setup() aren't coming through at all?
6090_ seen in Eclipse; have to turn on the debugger
91+ _ Welcome screen doesn't size properly for HiDPI screens
92+ _ https://github.com/processing/processing/issues/4896
6193
6294
6395manager
@@ -100,16 +132,22 @@ _ clean Windows temp folders
100132_ https://github.com/processing/processing/issues/1896
101133
102134
135+ modes
103136_ sketch.properties not being written if initial mode is p5.js?
104137_ when creating a sketch within non-Java mode, should write the settings file
105138_ so that it re-loads in the proper environment
106139_ remove sketch.properties when moving back to the default?
107140_ or can we not do this, because it's used to set the 'next' mode
141+ _ allow modes to specify their own base file name
142+ _ need to move "is this a sketch?" handling into Mode
143+ _ fix extension check for other modes
144+ _ https://github.com/processing/processing/issues/3980
145+
108146
147+ sketch/launching
109148_ what to double-click when opening p5 projects
110149_ lack of a project file makes this a pain
111150_ dropping a sketch folder onto the PDE should also be implemented
112-
113151_ some type of sketch archive format for posting examples (.psk?)
114152_ would be nice to open a sketch directly from a zip file
115153_ https://github.com/processing/processing/issues/73
@@ -140,15 +178,6 @@ _ implement simple table for prefs?
140178_ "error during export" message, but no error message contents come through
141179_ e.g. https://github.com/processing/processing/issues/4792
142180
143- _ report of a library or tool (probably includes 2.x? 1.x?) breaking things
144- _ NoSuchFieldError: useNativeSelect
145- _ https://github.com/processing/processing/issues/4821
146-
147- _ allow modes to specify their own base file name
148- _ need to move "is this a sketch?" handling into Mode
149- _ fix extension check for other modes
150- _ https://github.com/processing/processing/issues/3980
151-
152181_ did we lose settings.path because it was too buggy?
153182_ https://github.com/processing/processing/issues/3948
154183
@@ -200,19 +229,11 @@ _ https://github.com/processing/processing/issues/4353#issuecomment-237715947
200229medium
201230_ detect changes in case with libraries
202231_ https://github.com/processing/processing/issues/4507
203- _ make when opening new editor window, open on the same display as current
232+ _ when opening new editor window, open on the same display as current
204233_ https://github.com/processing/processing/issues/4526
205234_ Library path mismatch between processing-java and export
206235_ https://github.com/processing/processing/issues/4493
207236
208- shortcuts
209- _ problems with non-US keyboards and some shortcuts
210- _ https://github.com/processing/processing/issues/2199
211- _ Determine shortcut for Export vs Use Selection for Find
212- _ https://github.com/processing/processing/issues/2985
213- _ Determine new keyboard shortcut for Step Out
214- _ https://github.com/processing/processing/issues/3538
215-
216237
217238needs more review
218239_ createPreprocessor() added to JavaEditor, creating a mess
0 commit comments