todo notes and disable unused shellQuoted() method

This commit is contained in:
Ben Fry
2017-08-07 22:21:59 -04:00
parent c3ae3ba063
commit b2f96d3814
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -3572,6 +3572,7 @@ public class PApplet implements PConstants {
}
/*
static private final String shellQuoted(String arg) {
if (arg.indexOf(' ') != -1) {
// check to see if already quoted
@@ -3591,6 +3592,7 @@ public class PApplet implements PConstants {
}
return arg;
}
*/
//////////////////////////////////////////////////////////////
+6 -1
View File
@@ -1,6 +1,9 @@
0263 (3.3.6 or 3.4)
X update to Java 8u144
_ data folder not exporting on macOS?
_ https://github.com/processing/processing/issues/5207
contrib
X add Italian translation
X https://github.com/processing/processing/pull/5169
@@ -10,7 +13,9 @@ X https://github.com/processing/processing/issues/5165
X Fix comment/uncomment adding slashes at wrong indent
X https://github.com/processing/processing/issues/5171
X https://github.com/processing/processing/pull/5185
X typo in German translation
X https://github.com/processing/processing/pull/5195
X https://github.com/processing/processing/issues/5187
_ movie maker a little broken
_ https://github.com/processing/processing/issues/5168