Feature #231
Show difference between old and new topic
| Status: | New | Start: | 11/03/2009 | ||
| Priority: | Low | Due date: | |||
| Assigned to: | % Done: | 30% |
|||
| Category: | Engine IRC | ||||
| Target version: | 0.11 | ||||
| Complexity: | High |
||||
| Votes: | 0 |
Description
When someone changes the topic, smuxi could show which part changed by using a wdiff algorithm. This makes the actually change more clear for long topics as often seen on big IRC channels.
History
Updated by David Paleino 1237 days ago
- Assigned to changed from Mirco Bauer to David Paleino
- Target version set to 0.7
Updated by David Paleino 1235 days ago
- % Done changed from 0 to 30
I currently implemented a "character-diff" algorithm, thus setting completion percentage to 30%.
I'll work on making that a word-diff, and that will grant me a 70% completion :)
As soon as I integrate that with Topic Change, I'll complete the work. YAY \o/
Updated by Mirco Bauer 1230 days ago
One of these implementation might help:
http://code.google.com/p/google-diff-match-patch/
http://www.mathertel.de/Diff/ViewSrc.aspx