2828X Add reference for installed tools and libraries to the Help menu
2929X https://github.com/processing/processing/issues/943
3030X 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
3235manindra
3336X Fix for "Probably a ++ should go here" messages
@@ -53,6 +56,15 @@ X fix encodings, line endings, and mime types in the repo
5356X https://github.com/processing/processing/issues/2955
5457X https://github.com/processing/processing/pull/2978
5558X 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
768777TOOLS / 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