Bug 1501 : add option to disable re-opening previous projects
Last modified: 2010-06-05 03:47




Status:
ASSIGNED
Resolution:
-
Priority:
P2
Severity:
enhancement

 

Reporter:
Alec Taylor
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2010-03-08 05:00
Top of the morning to you,

Just wondering why the IDE reopens 'previous projects', which one had
previously open?

Also wondering if we could unimplement this, especially in the case of one
already having processing windows open.

Thank you so much,

Alec Taylor
Additional Comment #1 From Lonnen 2010-03-09 14:09
I suppose it could be added as a preference.

Line 263 in base.java would be changed to:

if(Preferences.getBoolean("last.sketch.restore")){
boolean opened = restoreSketches();
}

and the preference file would need to be modified to have last.sketch.restore, or whatever it
would be called.
Additional Comment #2 From fry 2010-06-05 03:47
most people find this a useful feature, but will mark this as a possible
enhancement to be discussed.
This bug is now being tracked here.