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

Notepad++ shuts down when regex search for Greek text has unclosed parenthesis #10803

Closed
JBradyK opened this issue Nov 19, 2021 · 3 comments
Closed

Comments

@JBradyK
Copy link

JBradyK commented Nov 19, 2021

Description of the Issue

The error detection on Regex searches in the find box doesn't warn the lack of a close parenthesis when the search string is Greek characters.

Steps to Reproduce the Issue

Select Find from Search menu
type " (Παυσ " [accidentally leaving out close paren]
2. Click Find Next
3. Sudden death.

Expected Behavior

Error message "invalid regular expression"

Actual Behavior

Notepad shuts down, all unsaved edits lost.

Debug Information

Notepad++ v8.1.5 (64-bit)
Build time : Sep 26 2021 - 15:23:23
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Home (64-bit)
OS Version : 1909
OS Build : 18363.1556
Current ANSI codepage : 1252
Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll

@donho
Copy link
Member

donho commented Nov 20, 2021

It's fixed in c7140f2.
The fix will be in the next release.

@donho donho closed this as completed Nov 20, 2021
@ArkadiuszMichalski
Copy link
Contributor

@donho Not in f52c2b0?

@donho
Copy link
Member

donho commented Nov 21, 2021

@ArkadiuszMichalski
You are right - I have had a bad copy-paste. Thank you for the correction!

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

No branches or pull requests

3 participants