From b2f96d38142bc2bac7621ffc421b75d9255f26f9 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 7 Aug 2017 22:21:59 -0400 Subject: [PATCH] todo notes and disable unused shellQuoted() method --- core/src/processing/core/PApplet.java | 2 ++ todo.txt | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 8cee0232e..df0164c32 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -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; } + */ ////////////////////////////////////////////////////////////// diff --git a/todo.txt b/todo.txt index ec5b2cd11..863070179 100755 --- a/todo.txt +++ b/todo.txt @@ -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