Syntax coloring for user-defined keywords with C# project?
-
How can I using syntax coloring for user-defined keywords in Visual Studio .NET for C# project like MFC project? Tien,
Have you taken a look at this: http://www.codeguru.com/tips/syntaxCSharp.shtml Cheers, Tom Archer Author - Inside C#, Visual C++.NET Bible
-
Have you taken a look at this: http://www.codeguru.com/tips/syntaxCSharp.shtml Cheers, Tom Archer Author - Inside C#, Visual C++.NET Bible
Does this to apply to VS.NET also. It seems to be for having C# syntax coloring VS 6.0
-
Does this to apply to VS.NET also. It seems to be for having C# syntax coloring VS 6.0
I think I misunderstood the orginal poster. When he asked for syntax colouring for C#, I assumed he must be running VS6 since sytax colouring for C# is obviously built in to VS.NET. Now that I've taken the time actually read the post :-O I see that he's referring to user-defined keywords. I know how to do that also in VS6, but I'm not sure it's the same in VS.NET. After I finish formatting this article for CodeProject, I'll see how that's done (if someone hasn't already posted the answer) Cheers, Tom Archer Author - Inside C#, Visual C++.NET Bible
-
Have you taken a look at this: http://www.codeguru.com/tips/syntaxCSharp.shtml Cheers, Tom Archer Author - Inside C#, Visual C++.NET Bible