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
- Host: GitHub
- URL: https://github.com/robinrodricks/scintillanet.demo
- Owner: robinrodricks
- License: mit
- Created: 2016-11-03T14:50:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T18:56:22.000Z (about 5 years ago)
- Last Synced: 2024-10-31T21:35:14.705Z (over 1 year ago)
- Language: C#
- Size: 158 KB
- Stars: 148
- Watchers: 13
- Forks: 55
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
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
