Skip to content

Commit b1b8d3b

Browse files
committed
todo notes and inherit dark/light settings from macOS (#699)
1 parent 445b736 commit b1b8d3b

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

build/build.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,8 @@
611611
<option value="-Dcom.apple.macos.use-file-dialog-packages=true" />
612612
<option value="-Dcom.apple.macos.useScreenMenuBar=true" />
613613
<option value="-Dcom.apple.smallTabs=true" />
614+
<!-- https://github.com/processing/processing4/issues/699 -->
615+
<option value="-Dapple.awt.application.appearance=system" />
614616

615617
<!-- https://github.com/jdf/Processing.py-Bugs/issues/322 -->
616618
<option value="-Dpython.console.encoding=UTF-8" />

todo.txt

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ X could not reproduce
44
/ Cannot load any user language files for i18n
55
X https://github.com/processing/processing4/issues/722
66
X not possible to load, updated the docs instead
7+
X comment/uncomment on French systems
8+
X https://github.com/processing/processing4/issues/625
9+
X https://github.com/processing/processing4/pull/660
10+
o reference needs to show a "not installed" message
11+
o https://github.com/processing/processing4/issues/733
12+
X this was an Android Mode bug
13+
_ update icon to look less like VS Code
14+
_ update splash screen based on changes
15+
716

817
contribs
918
X Syntax error highlighting placement / width incorrect from @sampottinger
@@ -32,18 +41,18 @@ X https://github.com/processing/processing4/issues/606
3241
X https://github.com/processing/processing4/pull/729
3342

3443

35-
pending
36-
_ comment/uncomment on French systems
37-
_ https://github.com/processing/processing4/issues/625
38-
_ https://github.com/processing/processing4/pull/660
44+
high priority
45+
_ right-click/ctrl-click for jump to declaration causes hang
46+
_ https://github.com/processing/processing4/issues/527
47+
_ https://github.com/processing/processing4/issues/551
48+
_ https://github.com/processing/processing4/issues/595
3949

4050

4151
_ sandbox access to Desktop folder when using non-notarized versions
4252
_ "Security-Scoped Bookmarks" is the term: https://stackoverflow.com/a/12155622
4353
_ example using JNI: https://github.com/plexteq/PQSsbJNIBridge
4454
_ how to store/save bookmarks: https://stackoverflow.com/a/74835008
4555

46-
4756
_ doing "Save As" on sketch didn't write a new main= entry in sketch.properties
4857
_ at least with Python Mode
4958
_ sketchbook entries that use local.properties not getting picked up in sketchbook window
@@ -153,10 +162,6 @@ _ https://github.com/processing/processing/issues/1476#issuecomment-23229990
153162
_ https://github.com/processing/processing4/wiki/Preferences#proxies
154163
_ proxies don't support authentication
155164
_ https://github.com/processing/processing4/issues/644
156-
_ right-click/ctrl-click for jump to declaration causes hang
157-
_ https://github.com/processing/processing4/issues/527
158-
_ https://github.com/processing/processing4/issues/551
159-
_ https://github.com/processing/processing4/issues/595
160165

161166

162167
organize this mess

0 commit comments

Comments
 (0)