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
Have you used the debugging guide to try to resolve the issue?
Have you checked our FAQs to make sure your question isn't answered there?
Have you checked to make sure your issue does not already exist?
Have you checked you are on the latest release of Pulsar?
What happened?
I want to find and replace equal or more than 2 empty lines to single empty line. I'm using regex (\r\n){3,} and replace pattern \n\n. It works fine for file search, but It doesn't work if project-wide search used.
Pulsar version
1.123.0
Which OS does this happen on?
🐧 Debian based (Linux Mint, Ubuntu, etc.)
OS details
Win 10x64
Which CPU architecture are you running this on?
x86_64/AMD64
What steps are needed to reproduce this?
File search works fine:
Project wide search doesn't work:
Additional Information:
No response
The text was updated successfully, but these errors were encountered:
Thanks in advance for your bug report!
What happened?
I want to find and replace equal or more than 2 empty lines to single empty line. I'm using regex
(\r\n){3,}
and replace pattern\n\n
. It works fine for file search, but It doesn't work if project-wide search used.Pulsar version
1.123.0
Which OS does this happen on?
🐧 Debian based (Linux Mint, Ubuntu, etc.)
OS details
Win 10x64
Which CPU architecture are you running this on?
x86_64/AMD64
What steps are needed to reproduce this?
File search works fine:
Project wide search doesn't work:
Additional Information:
No response
The text was updated successfully, but these errors were encountered: