Skip to content

Commit 738d68a

Browse files
committed
add todo notes
1 parent a695d59 commit 738d68a

2 files changed

Lines changed: 35 additions & 25 deletions

File tree

core/todo.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ X https://github.com/processing/processing/issues/5404
3333
gohai
3434
X ARM tweaks for shaders on the RPi
3535
X https://github.com/processing/processing/pull/5297
36+
X Fix 3D on contemporary versions of Linux
37+
X https://github.com/processing/processing/pull/5428
38+
X https://github.com/processing/processing/issues/5308
3639

3740
jakub
3841
X fix line joins on triangles

todo.txt

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,34 @@ X NullPointerException in ContributionManager.deleteFlagged()
66
X https://github.com/processing/processing/issues/5342
77
X move to Java 8u162
88

9+
jakub
10+
X Fix scrub comments for empty block comment /**/
11+
X https://github.com/processing/processing/pull/5265
12+
X https://github.com/processing/processing/issues/5219
13+
X Fix error checker crash when className contains [ or ]
14+
X https://github.com/processing/processing/pull/5304
15+
X major fixes for the net library
16+
X https://github.com/processing/processing/pull/5378
17+
X https://github.com/processing/processing/issues/4419
18+
X https://github.com/processing/processing/issues/5360
19+
X https://github.com/processing/processing/issues/3970
20+
X https://github.com/processing/processing/pull/5389
21+
22+
contrib
23+
X detect errors from curved quotation marks
24+
X https://github.com/processing/processing/issues/5133
25+
X https://github.com/processing/processing/pull/5152
26+
X Refactor to use a few Java 8 features
27+
X https://github.com/processing/processing/pull/5134
28+
X Remove "Pipe Organ" from exec javadoc
29+
X https://github.com/processing/processing/pull/5282
30+
X typo in Italian translation
31+
X https://github.com/processing/processing/issues/5365
32+
933

1034
welcome
1135
_ just remove the welcome dialog; but what should the default behavior be?
36+
_ or should it only show up for people who have used <=2 but not 3?
1237
_ Welcome dialog rewritten in Swing
1338
_ https://github.com/processing/processing/pull/5210
1439
_ Welcome screen doesn't size properly for HiDPI screens
@@ -25,7 +50,7 @@ _ Rename dialog is unusable on high density screen
2550
_ https://github.com/processing/processing/issues/5368
2651
_ change up the newline handling
2752
_ https://github.com/processing/processing/issues/5327
28-
_ Contributions manager fails to complete install of PythonMode when no windows open
53+
_ Manager fails to complete install of PythonMode when no windows open
2954
_ https://github.com/processing/processing/issues/5309
3055
_ update to launch4j 3.11?
3156
_ http://launch4j.sourceforge.net/changelog.html
@@ -39,30 +64,11 @@ _ problem is that any sketch that uses a library, the lib is stuck as "in use"
3964
_ https://github.com/processing/processing/issues/4973
4065
_ an incompatible Mode prevents the PDE from quitting after last window is closed
4166
_ https://github.com/processing/processing/issues/5112
42-
43-
jakub
44-
X Fix scrub comments for empty block comment /**/
45-
X https://github.com/processing/processing/pull/5265
46-
X https://github.com/processing/processing/issues/5219
47-
X Fix error checker crash when className contains [ or ]
48-
X https://github.com/processing/processing/pull/5304
49-
X major fixes for the net library
50-
X https://github.com/processing/processing/pull/5378
51-
X https://github.com/processing/processing/issues/4419
52-
X https://github.com/processing/processing/issues/5360
53-
X https://github.com/processing/processing/issues/3970
54-
X https://github.com/processing/processing/pull/5389
55-
56-
contrib
57-
X detect errors from curved quotation marks
58-
X https://github.com/processing/processing/issues/5133
59-
X https://github.com/processing/processing/pull/5152
60-
X Refactor to use a few Java 8 features
61-
X https://github.com/processing/processing/pull/5134
62-
X Remove "Pipe Organ" from exec javadoc
63-
X https://github.com/processing/processing/pull/5282
64-
X typo in Italian translation
65-
X https://github.com/processing/processing/issues/5365
67+
_ examples window not updating on install
68+
_ open examples window
69+
_ mode > add mode > libraries > install video
70+
_ did not update the examples window, had to restart pde
71+
_ was able to save over the video capture examples b/c they were a library
6672

6773
high
6874
_ menu bars broken in High Sierra
@@ -833,6 +839,7 @@ _ when are prefs saved? could instead save whenever changes are made
833839
_ and then if the file gets modified, it'll put up an error message
834840
_ also, this may be part of why other sketches aren't reloading properly
835841
_ simple prefs implementation to set key/value pairs using a JTable
842+
_ https://github.com/processing/processing/issues/5425
836843
_ prefs window doesn't swap ok/cancel properly for mac vs. windows/linux
837844
_ don't bother having a "cancel" for the prefs window
838845
_ make prefs dialog modal?

0 commit comments

Comments
 (0)