An open API service indexing awesome lists of open source software.

https://github.com/robinrodricks/scintillanet.demo

C# app demonstrating the powerful Scintilla text editor component
https://github.com/robinrodricks/scintillanet.demo

Last synced: about 1 year ago
JSON representation

C# app demonstrating the powerful Scintilla text editor component

Awesome Lists containing this project

README

          

# 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

![](https://github.com/hgupta9/ScintillaNET.Demo/raw/master/images/demo2.png)