Open solomonkinard opened 9 years ago
Is this for buffer find or project find?
It could be useful in both, so feel free to choose the easiest one to implement (e.g. buffer).
I would like to see this as well. Thanks.
+1
This already works in buffer find (with regular expressions containing \n
), however it does not seem to work in project find.
+1 for \n
+++++++1111111 Have to jump back to Sublime to do multiline find/replace across projects. LAME!
:+1:
+1
Just a heads up for anyone that might run into the same problems I did:
\r\n
, not just \n
like on unix-like systems. You'll need this for multi-line regex find expressions.$
character in a regex followed by your \n
or \r\n
, you'll be able to highlight text that matches the regex, but the replace will fail (in my experience). Taking out the $
will allow you to do the replace.:+1:
+1
:+1:
:+1:
+1
:+1:
+1
+1
+1
+1
+1
+1
:+1:
+1
+1 Just please, never consider releasing another version without such a basic functionality. Sometimes I really struggle to truly embrace atom as the one editor to go with.
+1
+1
+1
:+1:
+1
+1
+1
:+1:
+1
+1
+1
+1
+1
adding +1 - not sure if effective though ;) ;(
+1
:+1:
:+1:
+1
+1
+1
+1
+1
+1
+1
The ability to find and replace multiple lines would be epic!
397 is different from #396 because it is requesting multiple rows in both the find and replace fields.
396 only accounts for the insertion of a newline character in the replace field.