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

[Bug]: Find and Replace freezes #3414

Open
mahmutelmas06 opened this issue Jun 30, 2024 · 1 comment
Open

[Bug]: Find and Replace freezes #3414

mahmutelmas06 opened this issue Jun 30, 2024 · 1 comment
Assignees
Labels

Comments

@mahmutelmas06
Copy link

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

CTRL+H

put , for find area
put ; for replace area

click to replace all

freezes for a minute

Relevant log output

No response

@eranif
Copy link
Owner

eranif commented Jul 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants