krasa / FrameSwitcher

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7138?pr=idea
Apache License 2.0
39 stars 5 forks source link

Add switches for opening in same/new window #13

Closed axelcostaspena closed 7 years ago

axelcostaspena commented 7 years ago

Please can you consider adding next behavior into the frame switcher popup?

ENTER = as is: launch current IDEA project opening action (this depends on user settings: ask, same window, new window...) Shift-ENTER = open project in current window Ctrll-ENTER = open project in new window

Kind regards.

krasa commented 7 years ago

Sounds good.

AlexHaaniWink commented 7 years ago

For if you decide to work on this; Note this JetBrains issue: https://youtrack.jetbrains.com/issue/PY-20579 "Reopen" gives a different dialog than "Open" does.

krasa commented 7 years ago

@AlexHaaniWink not sure what to do about that @axelcostaspena So I implemented it, but in a real life shift-enter sometimes closes a wrong project :X

axelcostaspena commented 7 years ago

@krasa sorry for not noticying your comment!! I've just come back since a long time. I have just tested the feature and seems to work like a charm. Really thank you!!!