Skip to content

Commit 78078fd

Browse files
committed
minor updates and notes
1 parent 853d822 commit 78078fd

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
*.x
99

1010
# temporary, until we complete the move to IntelliJ
11-
*.iml
12-
/.idea
11+
#*.iml
12+
#/.idea
1313

1414
# via https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
1515
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm

core/todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ _ https://github.com/processing/processing/issues/4897
5454

5555

5656
api changes
57-
_ static versions of selectInput/selectOutput/selectFolder in PApplet have been removed
57+
_ static versions of selectInput/selectOutput/selectFolder removed from PApplet
5858
_ java.awt.Frame object "frame" removed from PApplet (been warning since 2015)
5959
X https://github.com/processing/processing4/issues/54
6060
_ protected PImage.checkAlpha() now public

todo.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ X https://github.com/processing/processing4/pull/152
5555
X automate notarization in the build process
5656
X https://github.com/processing/processing4/issues/24
5757

58+
already fixed in 4.x? (confirm/close on release)
59+
_ HDPI support GNOME desktop
60+
_ https://github.com/processing/processing/issues/6059
61+
5862

5963
_ disable "notifications" prompt on startup for macOS
6064
_ (we're not posting any notifications, at least for now)
@@ -79,11 +83,6 @@ _ move all platform code out that doesn't require additional setup?
7983
_ i.e. all the things that rely on preferences can be inited separately (later)
8084

8185

82-
already fixed in 4.x? (confirm/close on release)
83-
_ HDPI support GNOME desktop
84-
_ https://github.com/processing/processing/issues/6059
85-
86-
8786
decisions before final 4.0 release
8887
X Shutting off VAqua due to interface ugliness and Contribution Manager freezing
8988
_ https://github.com/processing/processing4/issues/129
@@ -151,6 +150,8 @@ _ put the reference (and examples?) into .zip files
151150
_ unzipping the app takes forever
152151
_ see the 'examples' section below
153152
_ how are file associations handled in Linux? (for .pde, .psk)
153+
_ command line complaints
154+
_ https://github.com/processing/processing/issues/6129
154155

155156

156157
before final release

0 commit comments

Comments
 (0)