[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Keyboard shortcuts in log

From: Kloster Oddvar <Oddvar.Kloster_at_sintef.no>
Date: 2007-10-09 15:09:31 CEST

I've missed being able to maneuver around the log dialog using just the
keyboard for some time, and finally decided to fix it myself. So, here's
a patch that I hope you'll find useful.
 
LogDlg:
* Pressing Enter or doubleclicking on a log line opens the list of file
diffs from previous rev. If just one file was modified in the rev, diffs
the file directly instead.
* Pressing Enter on a file in lower list opens diff from prev rev.
 
FileDiffDlg:
* Pressing Enter on a file opens diff, like doubleclick
* First file in list is selected on open/refresh
* Removed edit boxes showing URLs from tab sequence
* Apparently bug fix: File list was not cleared when selecting a new
from/to revision.
 
I tried to get the focus on the main list using SetFocus on dialog init,
but this does not seem to work - this also goes for the LogDlg where
this was already present. Would fix it if I knew how...
 
 
Cheers,
Oddvar Kloster
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

Received on Tue Oct 9 15:14:04 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.