Re: ViEmu Interaction with VS Macros
I am trying to write a VS macro that allows the user to select a piece of text and modify it by wrapping it in parens or somesuch
The macro runs but the selection triggers visual mode and any characters added after that are interpreted as visual mode commands rather than being inserted.
I have not found a way to force insert mode
I tried to turn ViEmu on/off but I couldnt properly capture the commands using the macro recorder.
Also, I still have an outstanding question about using ViEmu in the Macro IDE
Thank you