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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
The issue still holds after installing 0.187.0 via *.deb file.
Other special characters (like \t or even \r) still work. But as soon as the search term contains \n, nothing is found.
Atom seems to recognize correctly that \n doesn't mean "a backslash and an n", but "line feed" instead. Because if a file in a project contains an actual backslash followed by an n, it still finds nothing.
This bug appeared in every repo or normal folder that I open in Atom since reporting the bug.
This is really just a special case of #218. Currently, Find in Project doesn't support multi-line patterns. See the referenced issue for details and please subscribe there for updates.
I've a fresh Atom 0.186.0 on Ubuntu 14.10 with no additional packages.
When I use "Find in project" with any regex that contains
\n
it always tells me there are no results.The text was updated successfully, but these errors were encountered: