Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find-and-replace newline regex problem #1158

Open
5 tasks done
asiloisad opened this issue Dec 8, 2024 · 0 comments
Open
5 tasks done

find-and-replace newline regex problem #1158

asiloisad opened this issue Dec 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@asiloisad
Copy link
Contributor

asiloisad commented Dec 8, 2024

Thanks in advance for your bug report!

  • Have you reproduced issue in safe mode?
  • 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:
image

Project wide search doesn't work:
image

Additional Information:

No response

@asiloisad asiloisad added the bug Something isn't working label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant