Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to plug in to extension points? #61

Closed
vjpr opened this issue Jun 15, 2016 · 1 comment
Closed

Is there a way to plug in to extension points? #61

vjpr opened this issue Jun 15, 2016 · 1 comment

Comments

@vjpr
Copy link

vjpr commented Jun 15, 2016

See http://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_extensions_and_extension_points.html

@dkandalov
Copy link
Owner

dkandalov commented Jun 15, 2016

Adding extension to extension point, yes.
See wiki or Console.groovy source code.

I never tried adding new extension point from liveplugin. Something like this method might work ExtensionsAreaImpl#registerExtensionPoint. Or may be using ExtensionsArea interface (the API is xml oriented though).

Overall IJ APIs were not designed for reloadability, so if you do something interesting, please send a code snippet :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants