mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 05:45:00 +02:00
Autompletion enhancement: remove unwanted symbols
Fixes #3861 Closes #3917
This commit is contained in:
parent
92d962782e
commit
f07ebbf806
@ -135,7 +135,7 @@ void AutoCompletion::getWordArray(vector<generic_string> & wordArray, TCHAR *beg
|
||||
|
||||
generic_string expr(TEXT("\\<"));
|
||||
expr += beginChars;
|
||||
expr += TEXT("[^ \\t\\n\\r.,;:\"()=<>'+!\\[\\]]+");
|
||||
expr += TEXT("[^ \\t\\n\\r.,;:\"(){}=<>'+!\\[\\]]+");
|
||||
|
||||
int docLength = int(_pEditView->execute(SCI_GETLENGTH));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user