Added support for Typescript and FSharp.
↧
Created Release: ColorCode 1.0.2 (Mar 19, 2013)
↧
Updated Release: ColorCode 1.0.2 (Mar 19, 2013)
The following languages are supported in the 1.0 release:
Note: Update the 1.0 release to 1.0.1 which has several significant bug fixes.
The build number for 1.0.1 is 62759.
- HTML
- XML
- JavaScript
- SQL
- C#
- VB.NET
- ASPX (C#)
- ASPX (VB.NET)
- {C++}
- PHP
- Typescript
- FSharp
Note: Update the 1.0 release to 1.0.1 which has several significant bug fixes.
The build number for 1.0.1 is 62759.
↧
↧
Released: ColorCode 1.0.2 (Mar 19, 2013)
The following languages are supported in the 1.0 release:
Note: Update the 1.0 release to 1.0.1 which has several significant bug fixes.
The build number for 1.0.1 is 62759.
- HTML
- XML
- JavaScript
- SQL
- C#
- VB.NET
- ASPX (C#)
- ASPX (VB.NET)
- {C++}
- PHP
- Typescript
- FSharp
Note: Update the 1.0 release to 1.0.1 which has several significant bug fixes.
The build number for 1.0.1 is 62759.
↧
Updated Release: ColorCode 1.0.2 (Mar 19, 2013)
The following languages are supported in the 1.0 release:
Note: Update the 1.0 release to 1.0.1 which has several significant bug fixes.
The build number for 1.0.1 is 62759.
- HTML
- XML
- JavaScript
- SQL
- C#
- VB.NET
- ASPX (C#)
- ASPX (VB.NET)
- {C++}
- PHP
- Typescript
- FSharp
Note: Update the 1.0 release to 1.0.1 which has several significant bug fixes.
The build number for 1.0.1 is 62759.
↧
Updated Wiki: Home
Project Description
ColorCode is a library for colorizing source code (also known as syntax highlighting).
Language Support
ColorCode supports the following languages:
- XML
- Java
- JavaScript
- SQL
- C#
- VB.NET
- ASPX (C#)
- ASPX (VB.NET)
- C++
- PHP
- PowerShell
- Typescript
- FSharp
Code Sample
using ColorCode; string sourceCode = File.ReadAllText(@"/path/to/source/file"); string colorizedSourceCode = new CodeColorizer().Colorize(sourceCode, Languages.CSharp);
Who's Using ColorCode?
- codeplex.com
- Microsoft Forums sites
↧
↧
New Post: How long until the Nuget gallery is updated with the latest release?
http://nuget.org/packages/ColorCode/ is still on version 1.0.1.
↧
Reviewed: ColorCode 1.0.2 (Mar 25, 2013)
Rated 5 Stars (out of 5) - Brilliant, easy to use, just what I was after. A+
↧
Reviewed: ColorCode 1.0.2 (Mar 26, 2013)
Rated 5 Stars (out of 5) - Very nicely done and easy to use.
↧
New Post: Unable to use ColorCode
Try to cleanup the solution and delete manually all files from bin\Debug and try again.
Can try like
Can try like
ColorCode.CodeColorizer colorizer = new ColorCode.CodeColorizer();
string colorizedSourceCode = colorizer.Colorize(sourceCode, Languages.CSharp);
↧
↧
New Post: I'm new...
Need an environment like VS2010 or VS2012
After that create a solution, Windows form project and add a reference to provided DLL from this page.
After that create a solution, Windows form project and add a reference to provided DLL from this page.
↧
Source code checked in, #ab8a7c19dfedce9aa898702f480302f59e297239
Added the FSharp test output to the git ignore list
↧
Reviewed: ColorCode 1.0.2 (Oct 17, 2013)
Rated 5 Stars (out of 5) - I have been using ColorCode for LiteBlog very since the first release. I have found it very useful and simple to use. Great job.
↧
New Post: Winrt
Works in WinRT projects??
↧
↧
New Post: Objective C support.
I am using ColorCode for the blog - http://vijayt.com. I have started writing posts with ObjectiveC in it. Is it possible to extend ColorCode for ObjectiveC highlighting?
Example of a page that uses ObjectiveC - http://vijayt.com/Post/Playing-audio-in-iOS-using-AVAudioPlayer
Example of a page that uses ObjectiveC - http://vijayt.com/Post/Playing-audio-in-iOS-using-AVAudioPlayer
↧
New Post: Tooltips: F-Sharp (F#) language type checking
Hello!
Just a suggestion:
Could you use open source library http://tpetricek.github.io/FSharp.Formatting/ to add FSharp-code type syntax information via tooltips?
Just a suggestion:
Could you use open source library http://tpetricek.github.io/FSharp.Formatting/ to add FSharp-code type syntax information via tooltips?
↧
New Post: rich text box vs. HTML
KetticRichTextBox WinForms control is capable of editing rich text in html.
↧
Created Unassigned: ColorCode doesn't build with recent .NET v3.5 [25040]
I need to use ColorCode with Mono v2.x on Linux. Therefore I downloaded the source code and tried to build it on Linux. Too many errors forced me to try to build on Windows. On Windows, using the v3.5 SDK, I got some errors about default parameters not being legal. So I had to modify 6 places in the code to build. I have attached a zip archive with the two modified files. Please consider to merge these into the ColorCode distribution so that it can be built for .NET v2.0/3.5.
↧
↧
New Post: Line Number
Hello,
Just wondering if there is anyway to get also the line number on the syntax highlighting of the code?
Thanks and great dll!
Just wondering if there is anyway to get also the line number on the syntax highlighting of the code?
Thanks and great dll!
↧
Reviewed: ColorCode 1.0.2 (abr 27, 2014)
Rated 5 Stars (out of 5) - Awesome! it worked great for me, although i do miss line numbering with the syntax highlighting.
↧
Created Unassigned: NuGet package for 1.0.2 [25041]
Is there a NuGet package for 1.0.2 version ?
↧