widgets.commitmsg: Jump to the next line only when at EOL
commit000b2724865dd9441fc2362f5ef501798387512f
authorDavid Aguilar <davvid@gmail.com>
Fri, 30 Dec 2011 06:26:22 +0000 (29 22:26 -0800)
committerDavid Aguilar <davvid@gmail.com>
Fri, 30 Dec 2011 06:26:22 +0000 (29 22:26 -0800)
treec18938ee6ce055858945c26e480f1bad867b2a43
parentf0c3bbeedec024372a4006c9f4d5995de29970ef
widgets.commitmsg: Jump to the next line only when at EOL

Hitting 'Down' in the summary field is still useful for jumping
to the end of the summary.

Make the 'Down' key work by first jumping to the end of the line
(which is the default behavior we get for free from Qt) and then
a second down (when at the end of the line) jumps to the
description field.  This makes the summary field act just like
the description field which is another usability plus.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/commitmsg.py