iamtabo / ScintillaNET.Demo

C# app demonstrating the powerful Scintilla text editor component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScintillaNET.Demo

This is an easy to understand C# app demonstrating all the features of the powerful ScintillaNET text editor component. ScintillaNET is a .NET wrapper for Scintilla, which is used as the primary code editor in numerous IDEs. Even the venerable Notepad++ uses Scintilla!

We demonstrate:

  • syntax coloring / keywords
  • font / styling
  • number margin
  • bookmark margin
  • highlighting lines
  • code folding / regions
  • rectangular selection (hold ALT and drag)
  • drag and drop files
  • editing commands (casing, indenting)
  • quick search bar
  • zooming (hold CTRL and scroll)
  • hotkey system

Coming soon:

  • suggestion lists / intellisense
  • brace matching
  • find & replace dialogs

About

C# app demonstrating the powerful Scintilla text editor component

License:MIT License


Languages

Language:C# 100.0%