eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

[Bug]: Find and Replace freezes #3414

Open mahmutelmas06 opened 4 days ago

mahmutelmas06 commented 4 days ago

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