Re: [Feature request with patch]: Show log at revision

2023-02-13 Thread Dave Lawrence via TortoiseSVN
While I can see why you want such a feature, I think it's really not worth adding yet another entry to the already very crowded context menu. Also I don't quite see the reason to pop up a dialog asking for a revision number. Wouldn't it be enough to just show the log for the repo root? You can t

[Feature request with patch] Add hotkeys for Copy Revisions

2023-02-13 Thread TortoiseSVN on behalf of Dave Lawrence
Add accelerators to the log window to copy revisions to the clipboard: Alt-Ctrl-C or Ctrl-R. Note, as far as I can tell, this code is obsolete so I removed it: void CLogDlg::CopySelectionToClipBoard() const { if ((GetKeyState(VK_CONTROL) & 0x8000) && ((GetKeyState(L'C') & 0x8000) == 0) &&