开发者

Free syntax highlighting component in .NET

Does anyone kn开发者_开发知识库ows about good free syntax highlighting component for .NET?

Thanks a lot,

Adi Barda


We have used CSharpEdit's editor component. It takes a bit of work but is worth it.


  1. Visual Studio Express version.
  2. SharpDevelop.
  3. 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜