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