Closed olliencc closed 11 years ago
Currently if you right-click / press enter on an element of code to perform a search and regex searching is enabled and it contained a ( or similar then it is not escaped e.g. ( , leading to no results being found.
Fixed in change set 7c33f8c13b - might be a negative user experience impact from this path though
Actual full fix is in change set 40608b471d
Currently if you right-click / press enter on an element of code to perform a search and regex searching is enabled and it contained a ( or similar then it is not escaped e.g. ( , leading to no results being found.