We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is 15000 words in a text file and almost 1000 is caracter "," which i want to replace to caracter ";"
I use find and replace CTRL+H
When i click replace all button program freezes for a minute.
17.10.0
Windows 10
CTRL+H put , for find area put ; for replace area click to replace all freezes for a minute
No response
The text was updated successfully, but these errors were encountered:
I just tried that on macOS and it worked instantly.
Number of words:
$ cat frame.cpp |wc -w 15794
2166 occurrences of ;
;
$ cat frame.cpp |grep ";"|wc -l 2166
I will try this on Windows and report back
Sorry, something went wrong.
eranif
No branches or pull requests
What happened?
There is 15000 words in a text file and almost 1000 is caracter "," which i want to replace to caracter ";"
I use find and replace CTRL+H
When i click replace all button program freezes for a minute.
Version
17.10.0
Operating system
Windows 10
Steps to reproduce
Relevant log output
No response
The text was updated successfully, but these errors were encountered: