hi,
in a c++ file tree i tried filtering for source files and caught an error.
with enabled regular expressions i typed the following:
(each line means a modification of the existing line
(moving the cursor to the right position and then inserting more letters))
pp
.pp
.*.pp
without leaving the text area i used the mouse to mark the text ".*.pp"
starting from the end.
immediately at this time an ArrayIndexOutOfBoundsException occurred.
i think this should be reproducible even though i did not close the app
(v7.0.9) and re-tried it.
regards