How do I add action to the popup menu in this DatabaseTool area?
Answered
How do I add action to the popup menu in this DatabaseTool area?
As shown:
Please sign in to leave a comment.
Hi,
You can try adding your action to the
Console.TableResult.PopupGroup
group. See:https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html#idea-plugin__actions__action__add-to-group
on how to add action to a group.