473,396 Members | 2,089 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Red wavy lines - can they be turned off?

In the C# text editor within VS.NET, it always draws red wavy lines
underneath any syntax that's invalid and won't compile, as you're typing the
text. I find this really annoying, as it's not going to be valid until I've
finished typing the algorithm. Any way in which they can be turned off?
Nov 16 '05 #1
3 1555
Beeeeeves,

In the Options dialog, go to "Text Editor | C# | Formatting |
Intellisense".

Under the section that says "Editor Help" there is a checkbox that says
"Underline errors in the editor". Unclick this, and it will go away.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Beeeeeves" <1234512345789123456789> wrote in message
news:%2*****************@TK2MSFTNGP10.phx.gbl...
In the C# text editor within VS.NET, it always draws red wavy lines
underneath any syntax that's invalid and won't compile, as you're typing the text. I find this really annoying, as it's not going to be valid until I've finished typing the algorithm. Any way in which they can be turned off?

Nov 16 '05 #2
The only ones there are on mine under Text Editor, C#, Formatting are
Indentation (leave open braces...,indent case labels, automatically format
completed constructs...,smart comment editing)

Outlining (editor outlining mode..., collapse #region blocks...)

and
Intellisense Member Selection (intellisense preselects...)

no mention of underline errors in the editor!
I'm using VS.NET 2k3 EA.
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:%2****************@TK2MSFTNGP10.phx.gbl...
Beeeeeves,

In the Options dialog, go to "Text Editor | C# | Formatting |
Intellisense".

Under the section that says "Editor Help" there is a checkbox that says "Underline errors in the editor". Unclick this, and it will go away.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Beeeeeves" <1234512345789123456789> wrote in message
news:%2*****************@TK2MSFTNGP10.phx.gbl...
In the C# text editor within VS.NET, it always draws red wavy lines
underneath any syntax that's invalid and won't compile, as you're typing

the
text. I find this really annoying, as it's not going to be valid until

I've
finished typing the algorithm. Any way in which they can be turned off?


Nov 16 '05 #3
Beeeeeves,

My apologies, I realized I was looking at the Whidbey beta. 2003 does
not have it. You can expect that you can turn it off in the next version
though.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Beeeeeves" <1234512345789123456789> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
The only ones there are on mine under Text Editor, C#, Formatting are
Indentation (leave open braces...,indent case labels, automatically format
completed constructs...,smart comment editing)

Outlining (editor outlining mode..., collapse #region blocks...)

and
Intellisense Member Selection (intellisense preselects...)

no mention of underline errors in the editor!
I'm using VS.NET 2k3 EA.
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in message news:%2****************@TK2MSFTNGP10.phx.gbl...
Beeeeeves,

In the Options dialog, go to "Text Editor | C# | Formatting |
Intellisense".

Under the section that says "Editor Help" there is a checkbox that

says
"Underline errors in the editor". Unclick this, and it will go away.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Beeeeeves" <1234512345789123456789> wrote in message
news:%2*****************@TK2MSFTNGP10.phx.gbl...
In the C# text editor within VS.NET, it always draws red wavy lines
underneath any syntax that's invalid and won't compile, as you're typing
the
text. I find this really annoying, as it's not going to be valid until

I've
finished typing the algorithm. Any way in which they can be turned

off?



Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ed Willis | last post by:
How do I turn the Syntax error wavy blue underlining on. It is working in my ASPX code page but not my custom class. It just all of a sudden stopped? Help. Thanks.
14
by: JStrauss | last post by:
Hello, Can anybody give me some tips on the best and/or easiest way to display multiple lines in a field. The data is collected from a "textarea" field when the form is submitted, and I want to...
0
by: Du | last post by:
I tried to search google and the news group, nothing turned up. I used the following code, but some how it doesn't work rchtextbox.Lines = "hello"; rchtextbox is my RichTextBox thanks
3
by: BradC | last post by:
I have a big VS 2002/2003 annoyance, and wondering if there is a way to turn it off: Put your cursor at the start of an indented line of code inside a function. (right before the first...
54
by: MLH | last post by:
I use A97 and do not always insert line numbers while writing procedures. I find it necessary to go back and add them later to aid in debugging. Nearly 3 years ago, something was mentioned in...
23
by: r.e.s. | last post by:
I have a million-line text file with 100 characters per line, and simply need to determine how many of the lines are distinct. On my PC, this little program just goes to never-never land: def...
10
by: kaczmar2 | last post by:
Hey there, I have a large image in a browser window, and I would like a way to overlay grid lines on top of the image, so a user can show the grid or hide the grid lines. The grid would cover...
4
by: jason.m.ho | last post by:
Hello, I am writing a no-plugin networked Sketchpad program (DHTML, Comet/Ajax). Because I am trying to avoid using Flash or Java Applet, I rendered my strokes at first with the wz_jsgraphics...
9
by: NvrBst | last post by:
Whats the best way to count the lines? I'm using the following code at the moment: public long GetNumberOfLines(string fileName) { int buffSize = 65536; int streamSize = 65536; long...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.