Bug #108
regex search uses length of expression for highlighting
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
04/14/2018
Due date:
% Done:
0%
Description
When finding gosub/goto labels in a source I use the regex ‘\s*\w[a-zA-Z_0-9]*:’
The silly thing that happens is that the first 20 characters of the line are selected. Probably as my regex is 20 characters long, but obviously that is a bug.