java - IntelliJ plugin: how to use a custom FrameTitleBuilder? -


i change text in intellij main window, looks this:

myservice - [c:\some\path] - [myservice-webservice] - ...\a\b\c\foo.xml - intellij idea 12-1-4 

and use maven version number, this:

myservice-1.2.3-snapshot - [c:\some\path] - [myservice-webservice] - ...\a\b\c\foo.xml - intellij idea 12-1-4 

there no extension points plugin.xml apparent me , when looking @ community edition code on github got lost after looking through servicemanager , applicationmanager...

my conclusion custom frametitlebuilder looks promising, can't see how plug in.

or of course there may better way this.

thanks tips on how proceed.

you can override component in picocontainer, available applicationmanager.getapplication().getpicocontainer(), , cast mutablpicocontainer unregister , register component.

if there's better way, please add answer or comment!


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -