mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
DS-2106: Restore confirmation OpenNewProject for DataSpell
Support multiple projects / workspaces GitOrigin-RevId: a3397e9105b3c44016eada0e779ed088c01a0b68
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e6f6539791
commit
93fba88f4e
@@ -56,7 +56,7 @@ public final class GeneralSettings implements PersistentStateComponent<GeneralSe
|
||||
private boolean mySearchInBackground;
|
||||
private boolean myConfirmExit = true;
|
||||
private boolean myShowWelcomeScreen = true;
|
||||
private int myConfirmOpenNewProject = PlatformUtils.isDataSpell() ? OPEN_PROJECT_SAME_WINDOW_ATTACH : OPEN_PROJECT_ASK;
|
||||
private int myConfirmOpenNewProject = OPEN_PROJECT_ASK;
|
||||
private ProcessCloseConfirmation myProcessCloseConfirmation = ProcessCloseConfirmation.ASK;
|
||||
private String myDefaultProjectDirectory = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user