# ScintillaNET.Demo **Repository Path**: LiuJiaYu_Wizard/ScintillaNET.Demo ## Basic Information - **Project Name**: ScintillaNET.Demo - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-12-26 - **Last Updated**: 2025-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)