VC++ 2010 Syntax Highlighting vs. VC++ 2008 Syntax Highlighting: Tab Character Issue - visual-studio

Visual C++ 2010 has some sort of weird syntax highlighting issue when it comes to tab characters inside comments, and I know this is a trivial issues, but it's driving me crazy. I'm going to have to show you some screenshots so you will understand what I mean...
This is in Visual C++ 2010 Express
Same thing pasted in Visual C++ 2008 Express

I was able to reproduce this in Visual Studio 2010 and the 2011 preview.
To reproduce:
Tools->Options->Fonts And Colours->Comments
Item Background -> Purple/Red/Blue/Anything
The only solution was to change the back colour of all text (Plain Text), which I don't think you wanted to do or to go back to 2008 Express

Related

Visual Studio 2013 - How to turn off auto-indentation in code editor?

There is a post that goes on about Visual Studio with 'intelligent' word wrap in How to make word wrap respect indentation in Visual Studio?
However - its a personal preference and can make code more unreadable in some cases.
In Visual Studio 2013 - this auto-indentation is default behavior.
How do you in Visual Studio 2013 turn this off?, so we get word-wrapping going back to the previous way - all-left aligned?
There doesn't appear to be an option in Visual Studio Options, or maybe I am missing something. If it is missing in Visual Studio Options, does anyone know of an add-in that will reset this auto-indentation?
I have VS2010 but try this:
Options/Text Editor/C#/Tabulations and then at identation block select none.
PS. You have to expand the options, if you select text editor it will show only the general options for text editor.

Highlight all occurrences inside source code of an Identifier in Visual Studio

Unfortunately now I am one of those people who are asking for help to find some individual setting inside Visual Studio but after quite a long time of searching I am simply giving up.
I need the following feature of both Visual Studio 2008 and 2010 turned on:
If you click an identifier in your source code Visual Studio will highlight all other occurrences of this identifier with Grey.
Maybe:
I can't test this out myself, can't tell if it's a MSVS feature or Visual Assist. You might need Intellisense enabled for this.
This extension of Visual Studio will Highlight all occurrences of selected word
http://visualstudiogallery.msdn.microsoft.com/4b92b6ad-f563-4705-8f7b-7f85ba3cc6bb

Syntax Highlighter for Visual Studio Express?

I'm looking for a syntax highlighter for Visual Studio Express. I love Visual Assist, however it only works with Visual Studio Professional Edition, not Express.
Visual Studio 2010 actually has fairly decent syntax highlighting but there are some things I really miss from Visual Assist that I'm hoping I can find for VS Express, specifically:
Highlighting local variables in bold, and italicizing stable variables and methods.
Highlighting variables/methods/objects throughout a file just by clicking on it, and highlighting reads in a different color than writes (VS colors reads/writes the same color).
Syntax highlighting within Intellisense and auto-complete option dialogs.
In addition to just syntax highlighting it would also be great to have the some of the shortcuts like Visual Assist offers, like easily finding files in your solution/project, or switching between .h/.cpp files in C++. I also really like how IntelliJ IDEA's IDE takes you to a definition if you hold CTRL and click on a symbol.
I'd prefer something free or cheap, but I'm willing to pay for something if it's worth it.
And just to provide some background, I must use VS2010 because I'm developing a game engine in XNA 4.0, and it only works with Visual Studio. Otherwise I would definitely be open to suggestions of just using an IDE with more options, like IntelliJ IDEA or Eclipse.
The answer to this is in the comment by Cody Gray:
The Express version doesn't support extensions

Visual Studio 2010 - code coloring inconsistency

In Visual Studio 2010 I've noticed this below shown code coloring inconsistency - anyone who can tell me why the second and last modGlobal are not colored?
I've had this too. Happens sometimes and seems to be a bug. When you try to edit the code a little bit (adding new lines, cut/paste) the color coding will return.
Are you using Visual Studio 2010 SP1? if not try getting SP1 for VS2010, that will probably solve the problem.

is it my Visual Studio 2008 problem or is it Dreamweaver capability?

Oh no....
I just realized it, that the Visual Studio 2008 is getting me confused.
If we compared to the DreamWeaver later version... not the latest one, okay...
That DreavWeaver has a SPLIT View (in between the design and code).
And here, the Visual Studio 2008 also has that capability.
The difference is that... in Visual Studio 2008,
When the user start Clicking the Designer portion, the cursor on Code view doesn't get into focus. Yeah, meanwhile, in DreamWeaver, at the time user click on the designer portion, the mouse pointer is focusing into the code location accordingly....
Uh, oh.... this is getting me tired. Shall I update something into this Visual Studio 2008 version, guys? :(
use Visual Studio 2010 and be happy

Resources