Bring Idea window in front Mukhametova 创建于 2013年06月25日 13:54 I wirte plugin that listens to socket and opens an editor.How can i focus idea window and bring it in front?
You cannot. Modern operating systems do not allow a window of an arbitrary application to bring itself to front.
But how works Focus application on breakpoint setting?
Use
ProjectUtil.focusProjectWindow(project, true)