Bug 145151 - Highlight recent changes using Kdiff3
Summary: Highlight recent changes using Kdiff3
Status: RESOLVED DUPLICATE of bug 153109
Alias: None
Product: kate
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-07 19:12 UTC by Mihai Basa
Modified: 2010-11-21 11:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mihai Basa 2007-05-07 19:12:21 UTC
Version:           2.5.5 (using KDE 3.5.5, Debian Package 4:3.5.5a.dfsg.1-8 (4.0))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.18-4-686

Hello!

I'd like to make a suggestion for a feature: highlighting of recent changes in a file, as made since last opening it. This would be useful to quickly review modifications made in a large complex file, for example. Sometimes when toggling parts of the code on and off or changing parts repeatedly, for example, one can lose track of pieces left behind unintentionally.

It could be implemented perhaps by embedding a Kdiff3 Kpart, and comparing against the equivalent of a "*~" backup file (even though saving of such files should not need to be turned on). Perhaps "~" files could be temporarily stored away as long as the main file is open, after the first save. Or maybe, to save space, only the changes would be saved, directly in a patch file (Kdiff3 is able to render those too).

Here is some information about Kdiff3 as a Kpart, for a quick read: http://docs.kde.org/development/en/extragear-utils/kdiff3/kpart.html

I hope this made sense, and perhaps arouses the interest of someone with a bit more knowhow than me?


Cheers!
Mihai
Comment 1 Mihai Basa 2007-05-07 19:23:25 UTC
The simpler and more intuitive display of Kompare would actually be more suitable for such a feature.

I couldn't find any information about its availability as a Kpart however.
Comment 2 Matthew Woehlke 2007-10-11 02:53:38 UTC
This seems more suited to Kate (the application) than katepart... or better yet, a plugin.
Comment 3 Dominik Haumann 2010-11-21 11:28:19 UTC
There are two different wishes here:
- bug #153109: add diff capability to Kate
- bug #200753: Adding a "recently modified lines" system

I'll close this report as duplicate of bug #153109, since both are already reported.

*** This bug has been marked as a duplicate of bug 153109 ***