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

quick fix for crash on the start of line regex #459

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

lifenjoiner
Copy link
Collaborator

  • the 1st try has set flag boost::match_prev_avail
  • the 2 tries does not work for Replace at the same time, currently

Should fix #405.

I guess there could be a refactoring for CSearchDlg::SearchFile. The code is long, and takes time.

* the 1st try has set flag `boost::match_prev_avail`
* the 2 tries does not work for Replace at the same time, currently
@stefankueng stefankueng merged commit 584e08c into stefankueng:main Feb 15, 2024
1 check passed
@lifenjoiner lifenjoiner deleted the CrashFix branch February 15, 2024 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash when using the start-of-file anchor (^) on "Treat files as binary"
2 participants