rename/delete of sketches works again.. other ide tweakies

This commit is contained in:
benfry
2005-02-05 17:41:59 +00:00
parent fd431251da
commit 00f8d3821c
6 changed files with 78 additions and 29 deletions

View File

@@ -130,7 +130,7 @@ public class PdeSketchbook {
* Handle creating a sketch folder, return its base .pde file
* or null if the operation was cancelled.
*/
public String handleNew(boolean startup,
public String handleNew(boolean noPrompt,
boolean shift,
boolean library) throws IOException {
File newbieDir = null;
@@ -147,7 +147,7 @@ public class PdeSketchbook {
// unless, ermm, they user tested it and people preferred that as
// a way to get started. shite. now i hate myself.
//
if (startup) prompt = false;
if (noPrompt) prompt = false;
if (prompt) {
//if (!startup) {