You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search for something like "module.exports.(.*);" (without the quotes) - that works OK
Change that to "module.exports.(.*);\n" - still works OK
Change that to "module.exports.(.*);\nfunction" - does only find in the open files.
Note that in the editor search/replace (CMD-F), it works perfect (both search and replace too)
To make things even worse, when the search sidebar finds something using a regex with newline, if you try to use Replace, the sidebar UI gets completely screwed.
The text was updated successfully, but these errors were encountered:
rnemec
changed the title
Newline in Files search Regexnot working
Newline in Files search Regex not working
Feb 22, 2017
Steps to Reproduce:
To make things even worse, when the search sidebar finds something using a regex with newline, if you try to use Replace, the sidebar UI gets completely screwed.
The text was updated successfully, but these errors were encountered: