Hi There,
I am playing with macro's in Visual Studio 2008.
I have several Macro's mapped to the VS IDE Keyboard:
These macro's do manipulations in the VS IDE, like CommentOut (re)draws a little box around a commentline,
Like if I type in a new line:
'The Magic Starts Here
If I press CTRL+/, CTRL+C the result is:
'--------------------------------' ' The Magic Start Here ' '--------------------------------'
I want to have the same result in the Macro IDE
However if I want to map the macro's to the Macro IDE I do not see the Macro.BaanstedeMac commands....
How do I make those visible?
Perhaps I should copy BaanstedeMac.??? to C:\ProgramFiles....\VisualStudio\...\IDE\Public Assemblies?
Second question is in these macro's I access the VS IDE by DTE.ActiveDocument.TextSelection, but then I am referencing the VS IDE not the Macro IDE? If so how do I reference the Macro?
Regards Jos
It works, but it does not work (The program runs, but does not produce the desired result)