A collection of Windows Forms components that interface with ScintillaNET v3. I am using this project as a vehicle to learn about C#, WinForms, and various design patterns.
Includes:
- Incremental Search tool
- Find & Replace Dialog
- Go To Dialog
- Planned: Suggestion box (Autocomplete)
ScintillaNET v3 is a Windows Forms control, wrapper, and bindings for the versatile Scintilla source code editing component.
All credit goes to Jacob Slusser for writing and maintaining ScintillaNET v2.5 and v3. Thanks to Steve Towner for creating ScintillaNET-FindReplaceDialog, which served as an inspiration for this project.