Pinned Loading
-
ScintillaNET MSSQL Recipe
ScintillaNET MSSQL Recipe 1private static void SetStyleSql(Scintilla scintilla)
2{3// Reset the styles4scintilla.StyleResetDefault();
5scintilla.Styles[Style.Default].Font = "Courier New";
-
ScintillaNET Json Recipe
ScintillaNET Json Recipe 1private static void SetStyleJson(Scintilla scintilla)
2{3// Reset the styles4scintilla.StyleResetDefault();
5 -
Daxanius/FastColoredTextBox
Daxanius/FastColoredTextBox PublicForked from PavelTorgashov/FastColoredTextBox
Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.