All Projects → Stumpii → ScintillaNET-FindReplaceDialog

Stumpii / ScintillaNET-FindReplaceDialog

Licence: MIT license
A ScintillaNET v3 Find & Replace Dialog + Goto Dialog + Incremental Search

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to ScintillaNET-FindReplaceDialog

ScintillaNET.WPF
A WPF Wrapper around the ScintillaNET v3 control
Stars: ✭ 30 (-9.09%)
Mutual labels:  scintillanet, scintilla, scintillanet-findreplacedialog
ExtremeStudio
ExtremeStudio is a PAWN editor and is designed to be used in SA-MP development.
Stars: ✭ 25 (-24.24%)
Mutual labels:  scintillanet, scintilla
Simple-Incremental-Search-Tool
Simple web frontend to an elasticsearch database made for local files indexing
Stars: ✭ 19 (-42.42%)
Mutual labels:  incremental-search
goto
A fish shell utility to quickly navigate to aliased directories supporting tab-completion
Stars: ✭ 17 (-48.48%)
Mutual labels:  goto
Koder
A code editor for Haiku based on Scintilla editing component.
Stars: ✭ 35 (+6.06%)
Mutual labels:  scintilla
vim-npr
Sensible 'gf' for Node Path Relative JS module resolution per project 🐿
Stars: ✭ 19 (-42.42%)
Mutual labels:  goto
goto
Goto - The Good Way to Program
Stars: ✭ 14 (-57.58%)
Mutual labels:  goto

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].