Free syntax highlighting component in .NET
Does anyone kn开发者_开发知识库ows about good free syntax highlighting component for .NET?
Thanks a lot,
Adi BardaWe have used CSharpEdit's editor component. It takes a bit of work but is worth it.
- Visual Studio Express version.
- SharpDevelop.
- Learn about code highlighting techniques.
- For open source options, check out ICSharpCode.TextEditor (a text editing component used inside Resharper). It supports configurable highlighting like this and this
- For commercial options, try Actipro's SyntaxEditor control, they have both WinForms and WPF version
- If you want to add custom language support to Visual Studio, take a look at language services
If you're looking for an editor, Visual Studio Express (http://www.microsoft.com/express/) has syntax highlighting along with a ton of other features.
Syncfusion has such a component as part of the Winforms control. It is called EditControl. It can be used for free in many cases. Check the licensing for accurate details.
精彩评论