|
-
December 15th, 2010, 02:34 PM
#1
this arrow marks
Hi ,
I am using Visual Studio 2010.I am writing code.arrow marks out.
as follows
how I solve this problem?
-> -> -> class Range{
char *s;
->-> -> public:
Range(T *s):s(s){}
-> ->-> };
How can I remove this arrow marks?
-
December 15th, 2010, 03:13 PM
#2
Re: this arrow marks
Try this:

The better question is why did you put them there in the first place?
-
December 15th, 2010, 03:18 PM
#3
-
December 15th, 2010, 03:27 PM
#4
Re: this arrow marks
Oh, I misunderstood, I thought you had put arrows in your program for some reason. I don't know anything about VS prefs, but I'm sure someone else will.
-
December 15th, 2010, 03:31 PM
#5
Re: this arrow marks
In VS2005, from the edit menu, select Advanced, then turn off View White Space. 2010 is probably similar.
-
December 15th, 2010, 03:33 PM
#6
Re: this arrow marks
 Originally Posted by GCDEF
In VS2005, from the edit menu, select Advanced, then turn off View White Space. 2010 is probably similar.
thanks.
What does this...
-
December 15th, 2010, 03:34 PM
#7
Re: this arrow marks
you must have pressed CTRL+R, CTRL+W... press it again to hide whitespace characters
EDIT: @GCDEF: I was writing at the same time
win7 x86, VS 2008 & 2010, C++/CLI, C#, .NET 3.5 & 4.0, VB.NET, VBA... WPF is comming
remeber to give feedback  you think my response deserves recognition? perhaps you may want to click the Rate this post link/button and add to my reputation
private lessons are not an option so please don't ask for help in private, I won't replay
if you use Opera and you'd like to have the tab-button functionality for the texteditor take a look at my Opera Tab-UserScirpt; and if you know how to stop firefox from jumping to the next control when you hit tab let me know
-
December 15th, 2010, 03:35 PM
#8
Re: this arrow marks
 Originally Posted by GCDEF
In VS2005, from the edit menu, select Advanced, then turn off View White Space. 2010 is probably similar.
thanks.
What does this
-
December 15th, 2010, 03:36 PM
#9
Re: this arrow marks
 Originally Posted by memeloo
you must have pressed CTRL+R, CTRL+W... press it again to hide whitespace characters
EDIT: @GCDEF: I was writing at the same time 
thanks...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|