File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -254,9 +254,9 @@ static private void createAndShowGUI(String[] args) {
254
254
255
255
static private void handleWelcomeScreen (Base base ) {
256
256
boolean sketchbookPrompt = false ;
257
- if (Preferences .getBoolean ("welcome.show" )) {
257
+ if (Preferences .getBoolean ("welcome.four.beta. show" )) {
258
258
// only ask once about split sketchbooks
259
- if (!Preferences .getBoolean ("welcome.seen" )) {
259
+ if (!Preferences .getBoolean ("welcome.four.beta. seen" )) {
260
260
// Check if there's a 2.0 sketchbook present
261
261
String oldPath = Preferences .getOldSketchbookPath ();
262
262
if (oldPath != null ) {
@@ -277,7 +277,7 @@ static private void handleWelcomeScreen(Base base) {
277
277
278
278
// Needs to be shown after the first editor window opens, so that it
279
279
// shows up on top, and doesn't prevent an editor window from opening.
280
- if (Preferences .getBoolean ("welcome.show" )) {
280
+ if (Preferences .getBoolean ("welcome.four.beta. show" )) {
281
281
try {
282
282
new Welcome (base , sketchbookPrompt );
283
283
} catch (IOException e ) {
Original file line number Diff line number Diff line change 50
50
# In 3.0, the location has changed.
51
51
#sketchbook.path.three=
52
52
53
- welcome.show = true
54
- welcome.seen = false
53
+ # Rolling this over for the beta release
54
+ welcome.four.beta.show = true
55
+ welcome.four.beta.seen = false
55
56
56
57
# By default, no sketches currently open
57
58
last.sketch.count = 0
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ X https://github.com/processing/processing4/issues/203
38
38
X update with a new round of icons
39
39
X replace sketch.ico and sketch.icns to application (for exported app)
40
40
X (too confusing b/c .pde is the "sketch", or especially if we go pdp)
41
+ X roll over the welcome screen for 4.0 beta so folks see it
41
42
42
43
install from pdex files
43
44
X initial code to install a contrib from a pdex file
You can’t perform that action at this time.
0 commit comments