mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 08:44:40 +02:00
This commit is contained in:
parent
ec66bc059a
commit
3319612a26
@ -2906,7 +2906,7 @@ size_t Notepad_plus::getSelectedBytes()
|
||||
int Notepad_plus::wordCount()
|
||||
{
|
||||
FindOption env;
|
||||
env._str2Search = TEXT("[^ \\\\.,;:!?()+\\-\\*/=\\]\\[{}&~\"'`|@$%<>\\^]+");
|
||||
env._str2Search = TEXT("[^ \\\\.,;:!?()+\\r\\n\\-\\*/=\\]\\[{}&~\"'`|@$%<>\\^]+");
|
||||
env._searchType = FindRegex;
|
||||
return _findReplaceDlg.processAll(ProcessCountAll, &env, true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user