Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommendation for 3rd party editing/syntax highlighting control - WinForms

I'm looking for a quality WinForms component that supports syntax highlighting, code folding and the like. The key criteria are:

  1. Stability
  2. Value (price)
  3. Ability to easily customize syntax to highlight
  4. Light weight
like image 748
mikeymo Avatar asked Sep 03 '08 14:09

mikeymo


1 Answers

ICSharpCode.TextEditor is free and pretty stable.
As for commercial solution Actipro's SyntaxEditor might be a best choice

like image 194
aku Avatar answered Nov 15 '22 06:11

aku