Skip to content

Commit d993351

Browse files
committed
preparing releae
1 parent b75ffa6 commit d993351

2 files changed

Lines changed: 33 additions & 36 deletions

File tree

core/todo.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@ X Editor menu is outside the visible screen with 800x480 display
77
X https://github.com/processing/processing/issues/3913
88
X https://github.com/processing/processing/pull/3999
99
X https://github.com/processing/processing/pull/3992
10-
_ when calling exit(), if sketch has halted w/ exception, force the quit
11-
_ otherwise have to double-quit with cmd-q on OS X
12-
_ simple test case: using size() inside setup() from Eclipse
13-
X figure our size(img.width, img.height) situation
14-
X just make loadImage() work in settings
15-
_ update the wiki and reference
16-
_ menu bar not hiding properly in exported applications with FX2D
17-
_ hideMenuBar() called from setup() works fine
18-
_ see if 8u65 or 8u66 fix the JavaFX problem
19-
_ if not, need to add them to the block list
20-
_ --hide-stop not working
2110

2211
jakub
2312
X Fix depth sorter ordering when two triangles in a plane share vertices
@@ -65,6 +54,19 @@ X Remove Gluegen & JOGL sources
6554
X https://github.com/processing/processing/pull/3982
6655

6756

57+
_ when calling exit(), if sketch has halted w/ exception, force the quit
58+
_ otherwise have to double-quit with cmd-q on OS X
59+
_ simple test case: using size() inside setup() from Eclipse
60+
_ figure our size(img.width, img.height) situation
61+
_ just make loadImage() work in settings
62+
_ update the wiki and reference
63+
_ menu bar not hiding properly in exported applications with FX2D
64+
_ hideMenuBar() called from setup() works fine
65+
_ see if 8u65 or 8u66 fix the JavaFX problem
66+
_ if not, need to add them to the block list
67+
_ the --hide-stop option not working (FX only? traces?)
68+
69+
6870
known
6971
_ window must close when using file dialogs with OpenGL on Windows
7072
_ https://github.com/processing/processing/issues/3831

todo.txt

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ X https://github.com/processing/processing/issues/3996
1717
X https://github.com/processing/processing/pull/3998
1818
X updates for serial
1919
X https://github.com/processing/processing/pull/4015
20-
_ question about PDE_pt-br instead of PDE_pt
21-
_ https://github.com/processing/processing/issues/4018
22-
_ Saving sketch with the same name as a class
23-
_ https://github.com/processing/processing/pull/4033
24-
_ infinite "file changed" popups
25-
_ https://github.com/processing/processing/issues/3965
26-
_ https://github.com/processing/processing/pull/4037
27-
_ Pasting text into PDE results in "Clipboard does not contain a string"
28-
_ https://github.com/processing/processing/pull/4040
2920

3021
jakub
3122
X Include Example packs into update count
@@ -59,7 +50,19 @@ X Medium-sized I/O updates
5950
X https://github.com/processing/processing/pull/3997
6051
X add i/o library for rpi
6152
X https://github.com/processing/processing/pull/3985
62-
_ make sure naming, etc is all correct
53+
o make sure naming, etc is all correct
54+
55+
56+
more contribs
57+
_ question about PDE_pt-br instead of PDE_pt
58+
_ https://github.com/processing/processing/issues/4018
59+
_ Saving sketch with the same name as a class
60+
_ https://github.com/processing/processing/pull/4033
61+
_ infinite "file changed" popups
62+
_ https://github.com/processing/processing/issues/3965
63+
_ https://github.com/processing/processing/pull/4037
64+
_ Pasting text into PDE results in "Clipboard does not contain a string"
65+
_ https://github.com/processing/processing/pull/4040
6366

6467

6568
known issues
@@ -72,21 +75,6 @@ _ http://www.excelsiorjet.com/kb/35/howto-create-a-single-exe-from-your-java-a
7275
_ mouse events (i.e. toggle breakpoint) seem to be firing twice
7376

7477

75-
3.0.1
76-
_ https://github.com/processing/processing/milestones/3.0.1
77-
_ error checkers/suggestions not including the library path
78-
_ https://github.com/processing/processing/issues/3924
79-
_ import suggestions box needs design review
80-
_ https://github.com/processing/processing/issues/3407
81-
_ update CM entries when sketchbook location changes
82-
_ https://github.com/processing/processing/issues/3927
83-
_ Tooltip over variable decl has wrong style and content
84-
_ make all tooltips run through our style
85-
_ https://github.com/processing/processing/issues/3940
86-
_ File modified externally gives infinite pop-ups
87-
_ https://github.com/processing/processing/issues/3965
88-
89-
9078
run/debug
9179
_ debugger deadlocks when choosing "Step Into" on println()
9280
_ https://github.com/processing/processing/issues/3923
@@ -95,6 +83,11 @@ _ https://github.com/processing/processing/issues/3928
9583

9684

9785
gui
86+
_ Tooltip over variable decl has wrong style and content
87+
_ make all tooltips run through our style
88+
_ https://github.com/processing/processing/issues/3940
89+
_ import suggestions box needs design review
90+
_ https://github.com/processing/processing/issues/3407
9891
_ fix background color for selected lines in VariableInspector
9992
_ https://github.com/processing/processing/issues/3925
10093
_ implement 2x versions of the icons for the debugger window/variable inspector
@@ -650,6 +643,8 @@ _ e.g. ocd is broken in 0125 because of method signature changes
650643

651644
PDE / Manager
652645

646+
_ update CM entries when sketchbook location changes
647+
_ https://github.com/processing/processing/issues/3927
653648
_ ugly white gap at the top of scroll bar
654649
_ the table header doesn't extend far enough
655650
_ scrolling "past" top/bottom causes the screen to jiggle (OS X and Trackpad)

0 commit comments

Comments
 (0)