krasa / FrameSwitcher

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7138?pr=idea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Activating editor after switch

PsychodelEKS opened this issue · comments

How do one activate the editor after switching frame? My opens fine, but I can't find where focus is after switch (may be in the old frame) so I have to click with the mouse in the editor window or use Alt+1 to activate "Project" tool window and then activate editor with Esc.
Is there any way to activate editor automatically after switch?
PhpStorm 7.1.3 133.982

Right, it should work better, and it will.

The bad thing is that different OS and different JDK behave differently...

It work fine for already opened frames for me, but when openning the previously closed one - it does not. I can see cursor for a fraction of a second in the editor, but then the editor looses focus and "Project" tool window is activated, I have to manually hit Esc to return to editor.

Same for me on Win XP. It is IntelliJ bug/feature.

May be just dumbly emulate Esc key press in that case?

Yea, I will try to hack it until they fix it http://youtrack.jetbrains.com/issue/IDEA-121348