Skip to content

C# app demonstrating the powerful Scintilla text editor component

License

Notifications You must be signed in to change notification settings

ZelgiusLiu/ScintillaNET.Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%