Dialog similar to Ctrl+N Follow mangala shenoy Created July 16, 2015 04:51 Hi,In my plugin project i want to show a dialog which is similar to dialog that is opened on Ctrl+N.How can i achieve this
Please check out com.intellij.ide.actions.GotoActionBase
Iam not able to find anything related to opening dialog in this class
There's a bunch of inheriting classes implementing various "Goto" functionality