ScintillaNET Documentation
Welcome to the ScintillaNET Documentation Wiki. Here you will find information about using ScintillaNET in your project. If you don't see the information you're looking for, please review the Frequently Asked Questions before posting a topic in the Discussions Forum.Table of Contents
Getting StartedExamples
Advanced Features
Documentation
Developers Guide
Help
Getting Started
Everything you need to know to download ScintillaNET, configure it in your development environment, and begin using it in your project.Examples
The following examples are just the tip of the iceburg. More examples will be coming soon.- How do I use my own configuration files?
- How do I get syntax highlighting to work?
- How do I get show line numbers?
- Basic Styling Overview
- Coming Soon
Advanced Features
- Coming Soon
Documentation
Scintilla is really the heart of ScintillaNET. 99% of all the text editing functionality is baked into the Scintilla editing component. ScintillaNET provides a friendly interface, which is exactly how the Windows Forms library works. If you truly want to learn how to use ScintillaNET you have to learn Scintilla.Developers Guide
- Getting the Source Code
- Creating a Patch