How to get IDEA main window? Permanently deleted user Created November 24, 2015 10:05 I need to add listiner to IDEA main window, so I wonder, how I can get it
I solved the problem.
Here is the piece of code fot that
Window window= WindowManager.getInstance().getFrame(DataKeys.PROJECT.getData(actionEvent.getDataContext()));