atom / find-and-replace

Find and replace in a single buffer and in the project
MIT License
242 stars 197 forks source link

find and replace with regex catching group works wrong #625

Open wonderbeyond opened 8 years ago

wonderbeyond commented 8 years ago

Platform

OS: Ubuntu 12.04.5 LTS Atom version: 1.3.1 Installed packages: https://gist.github.com/wonderbeyond/4b1eedf0f88c4cb27198

Operations record:

cool-stuff

wonderbeyond commented 8 years ago

I've tried walking around: image However, it doesnt work even without catching group, then I tried to remove the $ sign after my regex, I finally got the right feedback.