From aa44a9b9a7e7cf4b249cbf54dede65b5358cd99c Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 1 Aug 2014 12:31:21 -0400 Subject: [PATCH] add getFolder() method to Mode --- app/src/processing/app/Mode.java | 9 +++++++++ todo.txt | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/app/src/processing/app/Mode.java b/app/src/processing/app/Mode.java index 666ec7f0d..b7f8b4224 100644 --- a/app/src/processing/app/Mode.java +++ b/app/src/processing/app/Mode.java @@ -274,6 +274,15 @@ public abstract class Mode { //abstract public Editor createEditor(Base base, String path, int[] location); + /** + * Get the folder where this mode is stored. + * @since 3.0a3 + */ + public File getFolder() { + return folder; + } + + public File getExamplesFolder() { return examplesFolder; } diff --git a/todo.txt b/todo.txt index 8407725b8..aea14aca6 100644 --- a/todo.txt +++ b/todo.txt @@ -32,6 +32,12 @@ X prevent adding files to read-only sketches X https://github.com/processing/processing/issues/2459 X https://github.com/processing/processing/pull/2697 + +high +_ export application ubuntu -> windows not working (2.2.1) +_ https://github.com/processing/processing/issues/2698 + + pending _ look at the sound library https://github.com/wirsing/ProcessingSound _ sound is not yet supported on Windows