VCS changes coloring on side bar - how to preserve ? Follow
In SELENA when I'm editing file I see on editor left side coloring of these changes.
When file is saved these coloring disappear.
Is there a way these coloring will stay till I checkin the file - Can you give a hint, which part of AbstractVcs I should implement in order to 'preserve' these coloring.
Thanks
Boaz
Please sign in to leave a comment.
Hello Boaz,
You need to implement ChangeProvider and to return correct Change and ContentRevision
objects for the changed files.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks !!!
Boaz
"Dmitry Jemerov" <yole@jetbrains.com> wrote in message
news:431b0f667de58c90c678c12443c@news.jetbrains.com...
>
>> In SELENA when I'm editing file I see on editor left side coloring of
>> these changes.
>>
>> When file is saved these coloring disappear.
>>
>> Is there a way these coloring will stay till I checkin the file - Can
>> you give a hint, which part of AbstractVcs I should implement in order
>> to 'preserve' these coloring.
>
>
>