#region Blocks Randomly Expand while Typing

  • Thread starter Thread starter The One We Call 'Dave'
  • Start date Start date
T

The One We Call 'Dave'

Hi,

I frequently use #region blocks in my C# code. I've noticed that occasionally, while typing code, all #region blocks in the file I'm working on will expand themselves. This is incredibly annoying. Is anyone else experiencing this?

Thanks,

Jules Winfield
 
Hi,
I frequently use #region blocks in my C# code. I've noticed that
occasionally, while typing code, all #region blocks in the file I'm working
on will expand themselves. This is incredibly annoying. Is anyone else
experiencing this?

Thanks,

Jules Winfield

do you frequently type ctrl-M,ctrl-L ? That is the keyboard shortcut to
toggle all regions.


Hans Kesting
 
Hi,

I frequently use #region blocks in my C# code. I've noticed that occasionally, while typing code, all #region blocks in the file I'm working on will expand themselves. This is incredibly annoying. Is anyone else experiencing this?

Thanks,

Jules Winfield

I always assumed it had something to do with a SourceSafe action.
Auto-checkout worked for me anyway

Leon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top