CVS plugin help
Hi,
I want to build my first most wanted plugin in Intellij.
Could somebody give me a code example of how to point with the mouse-cursor on a given editor tab and the name of the cvs branch will be shown in the tooltip with the file name ?
Thanks
Please sign in to leave a comment.
Hello Tuncay,
T> I want to build my first most wanted plugin in Intellij.
T>
T> Could somebody give me a code example of how to point with the
T> mouse-cursor on a given editor tab and the name of the cvs branch
T> will be shown in the tooltip with the file name ?
The editor tab tooltip is currently generated by IDEA and not customizable.
You can file a JIRA request to add a possibility to customize the tooltip
through OpenAPI.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
Thanks for reply,
Maybe I should express me more clear.
Since I'm building my first importent plugin, I have following problem:
1) How do I get the cvs branch name of the current file I'm editing?
2) What is JIRA request?
Please supply some code example..
Thank you very much.
Hello Tuncay,
T> Since I'm building my first importent plugin, I have following
T> problem:
T>
T> 1) How do I get the cvs branch name of the current file I'm editing?
There is no OpenAPI method for this.
T> 2) What is JIRA request?
This is a request in our bug and feature request tracking system, http://www.jetbrains.net/jira
.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"