SyntaxBox 2.0
Due to public request I am now kicking some life into my old SyntaxBox component again.
The code base have been upgraded to C#3 and compiles for .NET 2.0 (using VS.NET2008)
The title here is a bit misleading, it is not a new major version yet.
It is a cleaned up and upgrade of the old source.
For more info visit:
http://code.google.com/p/alsing/

Thank you for this great control!
I have a question: I am building an app that will be run on .NET 2.0 and I am thinking of using this control in that app. But this project makes use of Extension methods (in PatternExtensions.cs) for Pattern class. Would you permit me to incorporate those extension methods into Pattern class itself and then compile it against .NET Framework 2.0?
Hüseyin Tüfekçilerli
13 Jun 08 at 9:29 pm
This is already corrected in the SVN repository.
They are no longer extensions but rather instance methods inside a partial class.
I will update the downloadable source as soon as I get some time.
//Roger
Roger Alsing
14 Jun 08 at 4:07 am
Thank you so much for releasing this project and inject new life into it.
I actually heard about it from dnrTV episode 77 with Miguel Castro where he talks about his new product CodeBreeze. In it he mentions Compona as one of the syntax highlighting editor components he looked into.
I went looking for it but saw that it was no longer maintained. I’m glad though that you’re releasing it again.
It might be perfect for the blog editor I’m thinking of developing.
Thank you again.
Renaud Bompuis
15 Jun 08 at 3:41 am