Inline diff bar for versionned files

Discussion about CodeLite development process and patches
Arnaud
CodeLite Curious
Posts: 2
Joined: Tue Mar 24, 2009 4:12 pm
Contact:

Inline diff bar for versionned files

Post by Arnaud »

Hi,

I'm using CodeLite to develop C code and find its code completion features and subversion integration useful.

In the past, I've been using Netbeans and Eclipse and they both offer one feature I really miss in CodeLite: an inline diff bar for versionned files.
It consists of a ruler on the side of the editor, identifying differences between the current version of the file and its base version. It uses different colors to point to changed, added or deleted lines. You can quickly see the differences by hovering over the ruler and have the option to restore the set of changes or open a full diff window.
You can see an example of this feature here (http://tinyurl.com/netbeans-inline-diff) for Netbeans.

This is a great way to work with versionned files and once you are used to it it's hard to look back. I am convinced that this would be a great addition to CodeLite! ;)

I don't know the feasibility of this, but given a svn client is already integrated in CodeLite and it has a internal diff viewer, I guess adding this feature would be possible. I have no idea, however, of the time it would take to develop this nor of other impacts it'd have on the rest of the IDE.
In a first time, having only a bar showing /if/ a line has been changed, added or deleted (without displaying the actual change by hovering) would be very usefull.

What do you think, would this be possible to do? Is this somewhere on a "roadmap" or do you any of you plan to work on this?

Regards,

--
Arnaud
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Inline diff bar for versionned files

Post by eranif »

I have seen this feature in the past within VS (2005 and up), not too much an effort to implement it, please submit a FR @sourceforge please

https://sourceforge.net/tracker/?group_id=202033

Eran
Make sure you have read the HOW TO POST thread
Arnaud
CodeLite Curious
Posts: 2
Joined: Tue Mar 24, 2009 4:12 pm
Contact:

Re: Inline diff bar for versionned files

Post by Arnaud »

I added a feature request (ID: 2711360): http://sourceforge.net/tracker/index.ph ... _id=202033.

Thanks for looking into this!

Cheers,

--
Arnaud
Post Reply