markbrents / ScintillaNET-FindReplaceDialog

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScintillaNET-FindReplaceDialog

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

ScintillaNET

ScintillaNET v3 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 v3 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.

Background

I have been using ScintillaNet v2.5 for a number of years. The reasons are the conversion to v3 are well documented, however some features were sorely missed. I started to work these features in a personal clone of ScintillaNET v3, copying chunks of v2.5 code I needed and fixing/converting along the way. All credit goes to Jacob Slusser for writing and maintaining ScintillaNET v2.5 and v3.

About

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

License:MIT License


Languages

Language:C# 86.7%Language:PowerShell 13.3%