Modified openApi (-classes) as plugin. possible? Permanently deleted user 创建于 2015年10月26日 10:20 Is it possible to build a modified openapi as plugin for IntelliJ? I can replace the openapi.jar in intelliJ´s lib folder .. but i want to offer some changes as plugin for the community.
What exactly do you want to achieve? Change the OpenAPI to suit your plugin's needs?
Not really.
An example for a Plug-in would be the display of version control Timestamps in the package explorer.
Try using extension point com.intellij.ide.projectView.ProjectViewNodeDecorator
Thank you, it works fine.
ok, do you know how i can add a glow-effect to the editor tabs? I cant find a extension point where i can manipulate/override the paint method.
AFAIK you can't override the painting itself, still you can provide custom color via com.intellij.openapi.fileEditor.impl.EditorTabColorProvider