Skip to content

Commit 8dae185

Browse files
committed
notes from other commits and merges
1 parent e92e6d7 commit 8dae185

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

todo.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ joel
2828
X Add reference for installed tools and libraries to the Help menu
2929
X https://github.com/processing/processing/issues/943
3030
X https://github.com/processing/processing/pull/2804
31+
X examples.properties file missing prevents startup
32+
X https://github.com/processing/processing/issues/3037
33+
X https://github.com/processing/processing/pull/3047
3134

3235
manindra
3336
X Fix for "Probably a ++ should go here" messages
@@ -53,6 +56,15 @@ X fix encodings, line endings, and mime types in the repo
5356
X https://github.com/processing/processing/issues/2955
5457
X https://github.com/processing/processing/pull/2978
5558
X https://github.com/processing/processing/pull/2977
59+
X add control for dependencies (i.e. svg needs xml), needed for export
60+
X http://code.google.com/p/processing/issues/detail?id=70
61+
X https://github.com/processing/processing/issues/109
62+
X https://github.com/processing/processing/pull/3010
63+
X lots of Auto Format fixes
64+
X https://github.com/processing/processing/pull/3002
65+
X https://github.com/processing/processing/issues/2540
66+
X https://github.com/processing/processing/issues/1041
67+
5668

5769
_ make examples pull/build automatic during dist
5870
_ merge experimental into the main Java mode
@@ -602,9 +614,6 @@ _ native lib stuff, use native.txt in lib folder, then:
602614
_ String osName = System.getProperty("os.name");
603615
_ String osArch = System.getProperty("os.arch");
604616
_ http://stackoverflow.com/questions/1611357/how-to-make-a-jar-file-that-include-dll-files
605-
_ add control for dependencies (i.e. svg needs xml), needed for export
606-
X http://code.google.com/p/processing/issues/detail?id=70
607-
_ https://github.com/processing/processing/issues/109
608617
_ need better platform designation setup for libs
609618
_ library installation should use the sketchbook folder, not the p5 folder
610619
_ actually enforce this, give users a warning about other libs
@@ -767,8 +776,6 @@ _ update will update classes from shared in the current folder
767776

768777
TOOLS / Auto Format
769778

770-
_ extra indent found
771-
_ https://github.com/processing/processing/issues/1041
772779
_ Switch block cases not indented
773780
_ https://github.com/processing/processing/issues/1042
774781
_ do a better job of maintaining cursor

0 commit comments

Comments
 (0)