项目作者: Stumpii

项目描述 :
A ScintillaNET v3 Find & Replace Dialog + Goto Dialog + Incremental Search
高级语言: C#
项目地址: git://github.com/Stumpii/ScintillaNET-FindReplaceDialog.git
创建时间: 2016-05-06T00:22:25Z
项目社区:https://github.com/Stumpii/ScintillaNET-FindReplaceDialog

开源协议:MIT License

下载


ScintillaNET-FindReplaceDialog

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.