microsoft / VS-Macros

An extension for Visual Studio 2013+ that enables the use of macros in the IDE. The extension can record most of the features in Visual Studio including text editing operations.
Other
131 stars 41 forks source link

Attempting to run a macro multiple times does not work if you press Enter instead of pressing the OK button. #18

Closed ergins23 closed 8 years ago

ergins23 commented 8 years ago

I pressed the button to run a macro multiple times, the small dialog shows up asking me to enter the number of times the macro should be executed. I entered a number an pressed Enter to confirm, the macro did not execute at all but the macro explorer showed that the macro was running (the run button changed to a stop button).

If I do the same thing but press the OK button everything works as expected.

justcla commented 8 years ago

Hi ergins23

I've looked in to this but can't seem to replicate it. Can you please provide more detail about the steps taken to reproduce this? Which version of VS are you using? Which macro are you running? Are you pressing the button on the marco explorer or through the menu. Does it happen if you record a simple macro (like insert text)? And anything else you think might help to replicate this issue.

Thanks

ergins23 commented 8 years ago

justcla, Thanks for looking into this, I just upgraded to 1.21 and tried the same thing and it looks like it is working now. Best regards ergins23

justcla commented 8 years ago

OK. That's great. Good to hear.