Custom Vcs and Editor Markup
One last question for the Vcs folks out there:
When editing a file in some Vcs' (CVS for example), the Editor marks up the content in the left margin based on the changes made to the file.
This is a terrific feature, and I would like to add this into my Custom Vcs plugin as well. How is this accomplished?
Thanks again!
Steve
Please sign in to leave a comment.
Hello Steven,
This will work automatically if you implement ChangeProvider and provide
correct content in Change.getBeforeRevision().
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Perfect.
Thanks!