AqiStar.TextBox Syntax Highlighting WPF control

High performance syntax coloring textbox for Windows Vista applications.

Folding Features

AqiStar.TextBox Rectangular selection

AqiStar.TextBox embed a powerful folding engine which continually parses text to get the outline of the document. This process is figure out in a separate thread in order to get UI thread always responsive. So users of your application get always the control.

  • Natively support for C# (consecutive line comments, block comments, method/namespace block, region block).
  • Natively support for XML (nodes with children and comments).
  • Natively support for HTML/ASP.NET (nodes with children even if are not correctly closed, comments, embedded script code).
  • Natively support for Java/JavaScript (method block, comments)
  • Support for custom folding algorithm.

    Write your own folding engine and plug it into AqiStar.TextBox. Everything is very easy: write a class deriving from  CustomFoldingEngine and override one method. That's it!