Re: Visual Studio Macros stopped working?

2014-03-06 Thread Greg Keogh
While we're on the subject of macros, does anyone have one for the VS2012/13 text editor that can delete all lines that contain a certain string? Or, due to what's being discussed here, isn't that possible any more? I must be one of the 99% who never wrote a macro, and it looks like it's too late a

Re: Visual Studio Macros stopped working?

2014-03-06 Thread David Rhys Jones
At least I don't have to search. My marco that I use every 2 -3 mins has stopped working (Close document reformat and remove usings). Davy Davy, "So you want to keep data which is local, only ever going to be local, only needed locally, never accessed remotely, not WANTED to be made available o

Re: Visual Studio Macros stopped working?

2014-03-05 Thread Mark Hurd
On 6 March 2014 12:18, David Kean wrote: > Thanks. It's a known issue that we're tracking and coming up with a plan to > address those VS customers affected by it. Good. It's not too hard to find once you decide to start Googling for the problem, but, like I said in my StackOverflow question, I

RE: Visual Studio Macros stopped working?

2014-03-05 Thread David Kean
4:41 PM To: ozDotNet Subject: Re: Visual Studio Macros stopped working? Yes, but many of us are still using older versions to support existing code bases. I still have to support VB6 too. At least we can still debug (or at least step through) VB6 code in the later IDEs. As the KB article explains, and I

Re: Visual Studio Macros stopped working?

2014-03-05 Thread Mark Hurd
Yes, but many of us are still using older versions to support existing code bases. I still have to support VB6 too. At least we can still debug (or at least step through) VB6 code in the later IDEs. As the KB article explains, and I repeat in my SO rewrite of it here: http://stackoverflow.com/a/2

Re: Visual Studio Macros stopped working?

2014-03-05 Thread Arjang Assadi
Weren't Macros taken out of VS2013? http://stackoverflow.com/questions/12062515/can-i-record-play-macros-in-visual-studio-2012-2013 On 27 February 2014 19:26, Mark Hurd wrote: > It's not something you did > > I've been assuming my macros stopped working because of local actions > on my mach