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 has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
The Find in Project regex will not find any results that contain newlines.
If a plain text search has a newline in it, it will not find any results.
This doesn't happen with file search, only project search.
Steps to Reproduce
Create a file containing
test
test test
Project search for test\s with regex enabled and see that it finds only one result when it should find two.
Project search for
test
(including the extra newline) into the search bar without regex enabled and see that it returns no result when it should find one.
لن يعثر البحث في Project regex على أية نتائج تحتوي على أسطر جديدة.
إذا كان البحث عن نص عادي يحتوي على سطر جديد فيه ، فلن يتم العثور على أية نتائج.
هذا لا يحدث مع البحث عن الملفات ، فقط البحث عن المشروع.
خطوات التكاثر
قم بإنشاء ملف يحتوي على
test
test test
البحث عن مشروع test\sمع تمكين regex ومعرفة أنه يجد نتيجة واحدة فقط عندما يجب العثور على اثنتين.
البحث عن مشروع
test
(بما في ذلك السطر الجديد الإضافي) في شريط البحث بدون تمكين regex وتأكد من أنه لا يعرض أي نتيجة عندما يجب أن يجد واحدة.
Prerequisites
Description
The Find in Project regex will not find any results that contain newlines.
If a plain text search has a newline in it, it will not find any results.
This doesn't happen with file search, only project search.
Steps to Reproduce
test\s
with regex enabled and see that it finds only one result when it should find two.(including the extra newline) into the search bar without regex enabled and see that it returns no result when it should find one.
Reproduces how often:
100%
Versions
Atom: 1.50.0
Electron: 5.0.13
Chrome: 73.0.3683.121
Node: 12.0.0
macOS: 10.15.6 (19G73)
The text was updated successfully, but these errors were encountered: