mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
add getFolder() method to Mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
6
todo.txt
6
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
|
||||
|
||||
Reference in New Issue
Block a user