sergey-su / logjoint

LogJoint log viewer core. Viewer plugins for publicly-available domains.
MIT License
55 stars 13 forks source link

Highlight partial word selection #10

Closed sabrogden closed 5 years ago

sabrogden commented 5 years ago

By default, you have to select the entire word for other instances of the selection to be selected. I don't like this and would like any instance of the selection to be highlighted regardless if the entire word is selected. This is how vscode and notepad++ works, visual studio is between these.

In HighlightingManager.cs can wordSelection.IsWordBoundary checks be removed or have some way to turn this off.

scott

sergey-su commented 5 years ago

Agree. I'll fix it.

sabrogden commented 5 years ago

sweet, thanks, I see the change.

sergey-su commented 5 years ago

Update for windows is published.