As a macro novice, I was attempting to add an additional menu item to the default ClearCase menu list. This bit is OK. But I wanted to invoke the ClearCase version tree dialogue for the current file. It doesn't work within slick edit and I don't understand why.
Here's wat I have. All help welcome.
_command VersionTree() name_info(','VSARG2_MACRO|VSARG2_MARK|VSARG2_READ_ONLY|VSARG2_REQUIRES_MDI_EDITORCTL)
{
_macro('R',1);
execute('C:/Program Files/Rational/ClearCase/bin/clearvtree.exe %F');
}