Home All Groups Group Topic Archive Search About

VS Editor... The thin grey line that goes across the window

Author
26 Jun 2005 2:21 AM
Jeff Jarrell
The thin grey line that goes across the editor to mark off the
sub\functions\regions from one another, is there a way to turn it off?

I was considering using an underscore for my private member variables, but
with the grey line, it obscures it (on the last one).

Author
26 Jun 2005 10:30 AM
Herfried K. Wagner [MVP]
"Jeff Jarrell" <jjarrel_NOSPAM@yahoo.com> schrieb:
> The thin grey line that goes across the editor to mark off the
> sub\functions\regions from one another, is there a way to turn it off?


"Tools" -> "Options..." -> "Text-editor" -> "Basic" -> "VB specific" -> [_]
"Line separators between procedures".

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
26 Jun 2005 7:16 PM
Jeff Jarrell
great. thanks

Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:eZfl7ljeFHA.3848@TK2MSFTNGP10.phx.gbl...
> "Jeff Jarrell" <jjarrel_NOSPAM@yahoo.com> schrieb:
>> The thin grey line that goes across the editor to mark off the
>> sub\functions\regions from one another, is there a way to turn it off?
>
>
> "Tools" -> "Options..." -> "Text-editor" -> "Basic" -> "VB specific" ->
> [_] "Line separators between procedures".
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>