notepad not responding due to searching the regular expression "(?-i)\u*(?=[^\l])" in a file that has "└" as the last character
-
put “└” at the end of a file
Ctrl+F
paste “(?-i)\u*(?=[^\l])” into da box
click “Find All in Current Document”
notepad not responding -
@HalfOffHell said in notepad not responding due to searching the regular expression "(?-i)\u*(?=[^\l])" in a file that has "└" as the last character:
put “└” at the end of a file
Ctrl+F
paste “(?-i)\u*(?=[^\l])” into da box
click “Find All in Current Document”
notepad not respondingJust noting for the record that I can reproduce this. It happens with Count as well as Find All and appears to happen if the
└
(U+2514) is at the end of the file or if it is followed by a lower-case letter.I’ll see if I can figure out why it happens. It certainly appears to be a bug.
-
@HalfOffHell said in notepad not responding due to searching the regular expression "(?-i)\u*(?=[^\l])" in a file that has "└" as the last character:
put “└” at the end of a file
Ctrl+F
paste “(?-i)\u*(?=[^\l])” into da box
click “Find All in Current Document”
notepad not respondingI’ve filed an issue for this.