Open a project in a new window in IntelliJ after "accidentally" clicking remember decision

Intellij Idea

Intellij Idea Problem Overview


I wanted to open a new project in a separate window in IntelliJ and I "accidentally" clicked "Remember this decision and don't ask again" and clicked "open in the same window"!

Since I have more than one project it is getting really annoying to switch! Where could I change this setting?

Intellij Idea Solutions


Solution 1 - Intellij Idea

It can be changed in in File | Settings/Preferences | Appearance & Behavior | System Settings | Project Opening (or, before version 15, File | Settings/Preferences | General | Project Opening)

Solution 2 - Intellij Idea

In addition to the previous answers by Peter and Trailing Slash, Ctrl-clicking on a project in the "recently opened" list (File > Reopen Project) will open it in a new window - at least on Windows, running IntelliJ 14.0.3 Community edition. Useful if you only want to open a new window from time to time... :)

Unfortunately, this doesn't work with File > Open...

Solution 3 - Intellij Idea

In IDEA 14 and IDEA 15, this can be found in Settings | Appearance & Behavior | System Settings -> Project Opening.

Solution 4 - Intellij Idea

In IntelliJ IDEA 2016.x you can find it by path:

IntelliJ IDEA
  -> Preferences
    -> Appearance & Behavior
      -> System Settings : Project Opening preferences

Solution 5 - Intellij Idea

Answer already there, But I like to give short cut.

  1. Press Ctrl + Alt + S.
  2. Write 'System Settings' in search box and press enter.
  3. Open 'System Settings' in results below.
  4. You can see 'Project Opening' there is three options, select which way you want. >
    Not only for this for anything, search with word works faster than navigating all the tabs. For example if you want to change font size, search for font. You can see where and all it there.

>
Note: Some times it searching word not show in search results below. But it will appear if you open tabs in the search result. Like above, if you search 'Project Opening', it not appearing in result below, but it there in 'System Settings'.

Solution 6 - Intellij Idea

Follow step->

  1. File
  2. Settings
  3. Appearance and Behaviour
  4. System setting
  5. Under project setting chooses New Window "Radio Button". enter image description here

Solution 7 - Intellij Idea

Press ctrl + alt + s (settings)

Write Manage Projects

Is it Open Recent / Manage Projects...

Click on it and bind it

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionN3daView Question on Stackoverflow
Solution 1 - Intellij IdeaPeter GromovView Answer on Stackoverflow
Solution 2 - Intellij IdeaChristianView Answer on Stackoverflow
Solution 3 - Intellij Ideatrailing slashView Answer on Stackoverflow
Solution 4 - Intellij IdeaVladimir GilevichView Answer on Stackoverflow
Solution 5 - Intellij IdeaSunView Answer on Stackoverflow
Solution 6 - Intellij IdeaSanjay GiriView Answer on Stackoverflow
Solution 7 - Intellij IdeaJiří ZemanView Answer on Stackoverflow