Updated Release: ColorCode 1.0 (Oct 06, 2010)
The following languages are supported in the 1.0 release: HTML XML JavaScript SQL C# VB.NET ASPX (C#) ASPX (VB.NET) {C++} PHP Note: Update the 1.0 release to 1.0.1 which has several significant bug...
View ArticleReleased: ColorCode 1.0.1 (Oct 06, 2010)
The following languages are supported in the 1.0 release: HTML XML JavaScript SQL C# VB.NET ASPX (C#) ASPX (VB.NET) {C++} PHP Note: Update the 1.0 release to 1.0.1 which has several significant bug...
View ArticleUpdated Release: ColorCode 1.0.1 (Oct 06, 2010)
The following languages are supported in the 1.0 release: HTML XML JavaScript SQL C# VB.NET ASPX (C#) ASPX (VB.NET) {C++} PHP Note: Update the 1.0 release to 1.0.1 which has several significant bug...
View ArticleNew Post: How to Use
how to use colorcode with my .net blog i just downloaded dll and no idea? please if you can tell me the way to use this software!!!
View ArticleReviewed: ColorCode 1.0.1 (Nov 25, 2010)
Rated 5 Stars (out of 5) - i like codeplex code highlighting but i downloaded the dll and still don't know how to use it if someone can please let us know :)
View ArticleReviewed: ColorCode 1.0.1 (Jan 06, 2011)
Rated 5 Stars (out of 5) - i like codeplex code highlighting but i downloaded the dll and still don't know how to use it if someone can please let us know :) even don't understand why codeplex big...
View ArticleNew Post: How to Use
Hello gayancc, The simplist case is taking some text and colorizing it. There is a code sample on the home page of the project, but here it is: string colorizedSourceCode = new...
View ArticleNew Post: How to Use
hi drewmiller thank you very much for the kind reply and all i want to do is i'm currently developing extension for my blog (dotnetblogengine). so i don't like javascript syntax highlighter colorize....
View ArticleSource code checked in, #3a05ba770f90
Added dynamic and yield keywords to CSharp language
View ArticleNew Post: How I can join the project?
Hi, I made some minor modifications and added new functionality to use an external css style sheet and css classes for highlighting instead of using foreground and background colors. It is now...
View ArticleNew Post: How I can join the project?
I have a question, does this library already have support for nested languages? I didn't understand what LanguageParser.AppendCapturedStylesForNestedLanguage is used for. It would be nice to have some...
View ArticleReviewed: ColorCode 1.0.1 (May 28, 2011)
Rated 5 Stars (out of 5) - Works great. Not very extensible, But if you're satisfied by the languages it supports, then it's definitely the best highlighter out there.
View ArticleCreated Issue: Xml syntax doesn't show space between element attributes [25036]
When showing XML syntax, ColorCode doesn't show space between element attributes. See a screenshot here: http://npe.codeplex.com/workitem/3
View ArticleNew Post: How to use with VB
I am trying to get this to work in Visual Studio 2010 as an addition to a project in VB. Every time I try to run my project VS seems to forget that I have added the DLL as a reference as well as...
View ArticleNew Post: How to Use
Hi, I am new to .net. How can i use the colorcode. I write something in my code string filecontent = File.ReadAllText(nodefullpath); string colorizedSourceCode = new...
View ArticleNew Post: How to Use
Hi, I try with following code string filecontent = File.ReadAllText(nodefullpath); string colorizedSourceCode = new CodeColorizer().Colorize(filecontent, Languages.Html); htmleditor.Text =...
View ArticleNew Post: rich text box vs. HTML
Hello there!, First of all thanks for this great control with so many possible options. I tried to use it today without success. Unfortunately when I was doing : Dim colorquery As String = New...
View ArticleNew Post: How do I use IStyleSheet
I would like to use a style steet so i can change a few styles like background color, also so that i dont have inliine styles in code. Is this possible and how to do if is possible?
View ArticleNew Post: How to use with VB
I have got it working in VB, usesing VS 2010, I an not sure why you are having problems, maybe try removing ref and re adding and rebuild projectDim sourceCode As String =...
View Article