ScintillaNET : A color-syntax-higlighting editor component for .NET

I think I'll take a moment to plug a little peice of software that I'd built in the past, that I'm reviving and shoring up.

ScintillaNET is a .NET binding for a fantastic little color-syntax-highlighting editor component called Scintilla.

Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product.

As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts.

I wrote 5 different .NET bindings over the years, stretching from C# to Managed C++ and back to C#.  This will be rebuild number 6.

This time, I'm using CodeDom to emit the bindings from the definition file that the Scintilla project uses to do it's own coding, and FXCop to make sure it's interface is clean and correct.  I've also gotten some fantastic input from Chris Rickard, and work that he's done has been invaluable.

I'm also going to re-engineer the configuration system that I built, which was quite huge, and a little daunting. I have a proof-of-concept version that I built which has support for 60 or so languages, and distills the schemes down to a very small surface area. Depending on what I want out of it, I may rebuild that too.

Anyway, if you want to check it out, I've got an alpha build on CodePlex : (https://www.codeplex.com/Wiki/View.aspx?ProjectName=ScintillaNET) and I'd welcome people to log issues at the site, and if you're willing to contribute, I'd love the help.

Probably in a week or so, I should have the core functionality finished, and can start assigning tasks.

g

Garrett Serack | Program Manager |Federated Identity Team | Microsoft Corporationblog: https://blogs.msdn.com/garretts