Bug 44951 - utilization of kompare's diff view
Summary: utilization of kompare's diff view
Status: RESOLVED LATER
Alias: None
Product: cervisia
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Christian Loose
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-09 22:03 UTC by Christian Loose
Modified: 2003-10-21 23:05 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Loose 2002-07-09 21:52:04 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           cervisia
Version:           KDE 3.0.6 CVS/CVSup/Snapshot
Severity:          wishlist
Installed from:    Compiled sources
Compiler:          gcc 2.95.2
OS:                Linux
OS/Compiler notes: Not Specified

I really like kompare's diff view (kdesdk/kompare). I think it gives a better overview over the changes made. So I think it would be nice if cervisia could use this view or may be offer it as an option.

Thanks

Christian Loose

(Submitted via bugs.kde.org)
Comment 1 Amilcar do Carmo Lucas 2003-07-02 11:06:45 UTC
This is already implemented as an option! :)  
goto: 
Settings -> Configure Cervisia ... -> Diff -> External diff frontend 
and type kompare 
That's it! 
Comment 2 Christian Loose 2003-07-02 20:26:48 UTC
Yes, I know. As I wrote this BR, I thought about using kompare's KPart but I think 
this is too complicated. But your solution isn't quite what I wanted either. :-) 
 
With your solution kompare is called like this: 
 
kompare file1 file2 
 
But this way, kompare only shows the code parts of the file that were changed and 
there are no command-line options to change this AFAIK.  
 
I know that there are a lot of changes in the make_it_cool-branch and I think the 
needed functionality is one of them. But the 'External diff' entry for kompare will then 
be more complicated. 
 
I have something like this in mind to make it easier to use kompare: 
 
[*] Use Kompare to display differences between revisions 
[ ] Use internal diff view 
[ ] Use external diff programm           [                                          ] 
 
 
Christian 
Comment 3 Christian Loose 2003-10-21 23:05:35 UTC
I have to rethink if this functionality is really needed since Kompare HEAD works much better in combination with the existing diff program option
(see comment #1).