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

0
2 comments
Avatar
Permanently deleted user

Hello Steven,

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?


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!"


0
Avatar
Permanently deleted user

Perfect.

Thanks!

0

Please sign in to leave a comment.