This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Open
Conversation
b830254 to
6e116d1
Compare
6e116d1 to
00b8d57
Compare
|
Can you explain how someone can try your code and start programming on the atom project to help developing a test for this? |
|
@darangi could you please add the needed tests, so this can be merged? |
Contributor
Hi @rubo77, the guide on the atom flight manual on how to contribute to official atom packages is a step in the right direction. Do check it out 🙂 |
|
@darangi I think the PR author here has a problem to add the right test, although his PR works already if you compile atom with it. It would be great, if you would find the time to write a fast test for this PR so you can merge it, since it is one of the most-wanted feature in Atom ;) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For Review Only
Suggestions extremely welcome!
Description of the Change
Uses PathSearcher/PathReplacer from
scandalto implement find/replace in open files.Alternate Designs
Tried using Project Find and using the pathsEditor to scope the search to currently open files. It was kinda wonky, and @lee-dohm suggested PathSearcher and a separate panel as an alternative.
Benefits
Possible Drawbacks
project-find-view, which in turn duplicates a lot fromfind-view.Applicable Issues
#241 & #354
TODOs
open-files-find-view-spec.jsresults-model#replacePaths