mate-desktop / pluma

A powerful text editor for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
158 stars 66 forks source link

pluma-utils: Enable multiline mode on regex search #542

Closed rbuj closed 4 years ago

rbuj commented 4 years ago

Test: search ^\d{2}\.\w{3}+.* in te text below:

11 aa 222
11.aaa 222
 11 aaa 222
11.aaa 222
11
11.aaa 222

Result: found the even lines

Captura de Pantalla 2020-04-16 a les 22 00 47

Closes #541

raveit65 commented 4 years ago

Looks like we can consider this as Bugfix for cherry-picking to stable branch?

superian commented 4 years ago

Thank you.