Dialog similar to Ctrl+N

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

0

Please check out com.intellij.ide.actions.GotoActionBase

0
Avatar
Permanently deleted user

Iam not able to find anything related to opening dialog in this class

0

There's a bunch of inheriting classes implementing various "Goto" functionality


0

请先登录再写评论。