Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.39k stars 166 forks source link

"Find first" doesn't work with regex enabled #5540

Closed pintassilgo closed 1 month ago

pintassilgo commented 1 month ago

It's a regression from a very recent change. I can't reproduce it with v1.214.6.7 from 3 days ago, but betas 80 and 81 from yesterday are affected.

pintassilgo commented 1 month ago

STR

teste
teste
teste

Enable .*. Search for teste, Press F3 so that current match is NOT the one in first line. Now press Alt+Enter or click |< or call find first from Palette. The match in first line should be highlighted, but nothing happens.

Alexey-T commented 1 month ago

Tks! Fixed, beta updated.