* Jasper Groenewegen <[EMAIL PROTECTED]> wrote:
> I'd love a feature like that as well.

I don't expect it to be a trivial or easy addition, but as long 
as you were asking for other things to add...  :)

> The only thing is..  one of the first real code lines of 
> filediff.py reads:
>
> for sourceview in "gtksourceview sourceview".split():

Yeah, that's a little odd.  I haven't looked at the source, but I 
would expect something more like...

    for sourceview in ('gtksourceview', 'sourceview'):
        ...

In any case, meld isn't perfect, but it's the best tool of its 
type that I've seen, and I suspect it could either be 
incorporated into bzr-gtk directly or added as a plugin.  Using 
'bzr mdiff' isn't so bad, but it'd be nice to have it built into 
the existing GUI somehow.

(perhaps activating a row in viz could run a user-defined 
command, instead of always using the built-in diff widget?)


-- Scott

-- 
bzr-gtk mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.canonical.com/mailman/listinfo/bzr-gtk

Reply via email to