Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

pulsar-edit/find-and-replace

 
 

Repository files navigation

This Repo is now archived under Pulsar as it's been bundled into the editor #517

Find and Replace package

Find and replace in the current buffer or across the entire project.

Find in buffer

Using the shortcut cmd-f (Mac) or ctrl-f (Windows and Linux). screen shot 2013-11-26 at 12 25 22 pm

Find in project

Using the shortcut cmd-shift-f (Mac) or ctrl-shift-f (Windows and Linux). screen shot 2013-11-26 at 12 26 02 pm

Provided Service

If you need access the marker layer containing result markers for a given editor, use the find-and-replace@0.0.1 service. The service exposes one method, resultsMarkerLayerForTextEditor, which takes a TextEditor and returns a TextEditorMarkerLayer that you can interact with. Keep in mind that any work you do in synchronous event handlers on this layer will impact the performance of find and replace.

About

🔒 Find and replace in a single buffer and in the project

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.0%
  • CoffeeScript 5.2%
  • Less 1.8%