mirror of
https://github.com/processing/processing4.git
synced 2026-05-03 17:35:00 +02:00
working on examples export, other tweaks
This commit is contained in:
@@ -62,7 +62,7 @@ public class AndroidMode extends JavaMode {
|
||||
}
|
||||
|
||||
|
||||
protected File[] getExampleCategoryFolders() {
|
||||
public File[] getExampleCategoryFolders() {
|
||||
return new File[] {
|
||||
new File(examplesFolder, "Basics"),
|
||||
new File(examplesFolder, "Topics"),
|
||||
|
||||
@@ -49,7 +49,7 @@ public class JavaBuild {
|
||||
|
||||
protected Sketch sketch;
|
||||
protected Mode mode;
|
||||
|
||||
|
||||
// what happens in the build, stays in the build.
|
||||
// (which is to say that everything below this line, stays within this class)
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ public class JavaMode extends Mode {
|
||||
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
protected File[] getExampleCategoryFolders() {
|
||||
public File[] getExampleCategoryFolders() {
|
||||
// Basics, Topics, 3D, Books
|
||||
return new File[] {
|
||||
new File(examplesFolder, "Basics"),
|
||||
|
||||
@@ -85,7 +85,7 @@ public class JavaScriptMode extends Mode {
|
||||
|
||||
|
||||
//TODO Add examples
|
||||
protected File[] getExampleCategoryFolders() {
|
||||
public File[] getExampleCategoryFolders() {
|
||||
return new File[] {};
|
||||
/*
|
||||
return new File[] {
|
||||
|
||||
Reference in New Issue
Block a user