Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Releases: PoLaKoSz/FastColoredTextBox

Create syntaxes easier

09 Apr 13:15
Compare
Choose a tag to compare

Breaking changes

FastColoredTextBlock class

  • AutoIndentCharsPatterns field removed
  • CommentSelected(string commentPrefix) method removed
  • Language Enum removed

SyntaxHighlighter class's methods

  • HighlightSyntax(SyntaxDescriptor desc, Range range) removed
  • RestoreBrackets()removed
  • RememberBrackets()removed
  • InitStyleSchema()removed

IXmlDocParser class removed

XmlDocParser class removed

Fixed build errors in the Example (Tests) projects

07 Apr 15:31
79baf72
Compare
Choose a tag to compare

This is a quick fix because only boilerplate C#, HTML and XML syntax highlighting added.

Objectum oriented architecture

07 Apr 14:25
f6c7bf9
Compare
Choose a tag to compare
Pre-release

Need some fixes but the core of the new architecture is done.

Braking changes

  • FastColoredTextBox().LeftBracket field removed
  • FastColoredTextBox().RightBracket field removed
  • FastColoredTextBox().LeftBracket2 field removed
  • FastColoredTextBox().RightBracket2 field removed
  • FastColoredTextBox class Language field's type changed from Enum to Interface (ILanguage)

Known bugs

The Tester project is not compatible with the new version of FastColoredTextBox.

PavelTorgashov's version

05 Apr 15:21
Compare
Choose a tag to compare
v1.0.0

no message