Add plugin action to "Welcome" window
Hi to everyone.
I'm trying to add my action to WelcomeScreen.QuickStart.IDEA group with next tags in plugin.xml:
<actions>
<action id="WelcomeScreen.NewIhubProject" class="actions.NewIhubProject" text="New Ihub Project">
<add-to-group group-id="WelcomeScreen.QuickStart.IDEA" anchor="first"/>
</action>
</actions>
But when I'm trying to run Ide it's just stuck on loading step without any errors or warnings.
Please, can someone explain, what I'm doing wrong?
Please sign in to leave a comment.
Are you sure there are no errors logged?
Possible cause is that your action has no assigned icon, while welcome screen expects it to have one.
Hi Aleksey!
That helped me! Thanks a lot!