Description
Using v0.13 on MacOS with example text:
aa,bb,cc
aa,b,cc
I use my cursor to highlight 'aa,b' as selected text and mark all using style 1. Result is only 'aa' in line 1 and 'aa' in line 2 is highlighted/marked. I want to be able to highlight and mark exactly what is selected verbatim.
Describe the solution you'd like
Change the selection and highlight logic to not end on word boundaries or non-alpha characters. Instead use the entire selection as the match criteria. In the example above, 'aa,b' should be highlighted in line 1 and line 2.
Describe alternatives you've considered
No response
Description
Using v0.13 on MacOS with example text:
aa,bb,cc
aa,b,cc
I use my cursor to highlight 'aa,b' as selected text and mark all using style 1. Result is only 'aa' in line 1 and 'aa' in line 2 is highlighted/marked. I want to be able to highlight and mark exactly what is selected verbatim.
Describe the solution you'd like
Change the selection and highlight logic to not end on word boundaries or non-alpha characters. Instead use the entire selection as the match criteria. In the example above, 'aa,b' should be highlighted in line 1 and line 2.
Describe alternatives you've considered
No response