Skip to content

Highlight/Mark entire selection and do not end on word boundaries or non-alpha characters #978

@cybermartini

Description

@cybermartini

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions