|
From: Stephen D. <sda...@es...> - 2005-03-21 22:27:32
|
KDiff3 is obviously great, but...
One feature that I'm used to with other tools is the ability
to right-click on a given line (in any of the document windows)
to pull up a menu, and from there, invoke an external editor
with at that line number.
When the external editor process exits, it would make sense to
check the file modification times, and refresh automatically.
Unfortunately how you invoke an external editor at a given line
number varies, so some form of variable expansion is probably needed,
e.g.:
External editor: myeditor -line $line $file
Regards,
Stephen
|