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