first of all, BC2 is a great, BC3 is even better!
One thing I'm still missing is the ability to add Custom Links or Commands to the Toolbar for the Folder Compare and File Compare views. I would suggest that the "Customize Commands..." dialog enables you to add "Command line" actions which can be called with a bunch of placeholders depending on which the view/toolbar where it is used.
e.g.
I would like to be able to add Toolbar Icons for "SVN Log" using TortoiseSVN.
The Command for the "Show SVN Log for Left Directory" would be..
The Command for the "Show SVN Log for Right Directory" would be..
A list of nice placeholders would be...
for Folder Compare:
for File Compare:
Further, an Toolbar Icons could be customizable and grayed out if the Command includes parameters that are not available. e.g. The Icon for a command which uses %sel% as a parameter could be grayed out if there is nothing selected...
What do You Think?
One thing I'm still missing is the ability to add Custom Links or Commands to the Toolbar for the Folder Compare and File Compare views. I would suggest that the "Customize Commands..." dialog enables you to add "Command line" actions which can be called with a bunch of placeholders depending on which the view/toolbar where it is used.
e.g.
I would like to be able to add Toolbar Icons for "SVN Log" using TortoiseSVN.
The Command for the "Show SVN Log for Left Directory" would be..
Code:
X:\path\to\tortoiseproc.exe /command:log /path:%left%
Code:
X:\path\to\tortoiseproc.exe /command:log /path:%right%
for Folder Compare:
Code:
%left% full path of the Directory on the left %right% full path of the Directory on the right %sel% full path Selected File/Directory (left one if selection is on both sides) %sel_left% full path selected File/Directory on the left %sel_right% full path selected File/Directory on the right %sel_name% just the Name/Filename of the selected File/Directory (left one if selection is on both sides) %sel_left_name% just the Name/Filename of the selected File/Directory on the left %sel_right_name% just the Name/Filename of the selected File/Directory on the right
Code:
%left% full path of the File on the left %middle% full path of the File in the middle (3-way merge) %right% full path of the File on the right %out% full path of the File in the output-pane (3-way merge) %left_name% just the Filename of the File on the left %middle_name% just the Filename of the File in the middle (3-way merge) %right_name% just the Filename of the File on the right %out_name% just the Filename of the File in the output-pane (3-way merge)

What do You Think?

Comment