Which ActionGroup for Database Pane
Hi,
I've poked around quite a bit but haven't managed to find the ActionGroup to hook into to add functionality to the database/data source pane. I've placed a breakpoint to see what was being called when executing one of the existing actions, and things seem to flow through com.intellij.persistence.database.view.DatabaseView and com.intellij.persistence.database.psi.DefaultDbPsiManager. Neither of these is documented in the Open API. How can I hook myself in there?
Thanks,
Sebastien
Please sign in to leave a comment.
Hello Sebastien,
The Database view action group is not pluggable so you can't currently add
actions to it. You can file a JIRA issue requesting to make it pluggable.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thank you, Dmitry. That's really too bad. As you suggested, I've created a JIRA issue: http://www.jetbrains.net/jira/browse/IDEA-20900