GitHub - Stumpii/ScintillaNET-FindReplaceDialog: A ScintillaNET v5 Find & Replace Dialog + Goto Dialog + Incremental Search (original) (raw)

A ScintillaNET v5 Find & Replace Dialog + Goto Dialog + Incremental Search

Scintilla.NET

ScintillaNET v5 is a Windows Forms control, wrapper, and bindings for the versatile Scintilla source code editing component. It does not contain a Find & Replace dialog often seen in Scintilla based editors (Notepad++, SciTE, etc.).

ScintillaNET v2.5 contained Find & Replace, Goto and Incremental Search dialogs which were not included in the v3 branch. The project ports those v2.5 features into a library that will function with v5 ScintillaNET.

Find/Replace Dialog:Find Dialog

Incremental Search:Incremental Search

Go To Dialog:Go To Dialog

Documentation

For documentation, refer to the project Wiki which has examples of how to integrate this library with ScintillaNET.