Skip to content

Implements the search and replace function of CodeMirror

Notifications You must be signed in to change notification settings

L-Focus/cm-search-replace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cm-search-replace

Description

Implements the search and replace function of CodeMirror

cm-search-replace is modified from codemirror-search-replace

Only the component mount location is changed

Usage

import "cm-search-replace/src/search.js"
import "codemirror/addon/search/searchcursor.js";
import "codemirror/addon/scroll/annotatescrollbar.js";
import "codemirror/addon/search/matchesonscrollbar.js";

Use Ctrl-F / Cmd-F to trigger search and replace

License

MIT

About

Implements the search and replace function of CodeMirror

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published