little-brother / sqlite-gui

Lightweight SQLite editor for Windows
GNU General Public License v2.0
1.09k stars 52 forks source link

Matching words not highlighted when no space follows #114

Closed jungle-boogie closed 2 years ago

jungle-boogie commented 2 years ago

Similar to https://github.com/little-brother/sqlite-gui/issues/109

  1. Take this and put into a new editor: foo bar biz baz foo bar biz baz foo

  2. Double-click on the first foo and notice the last foo is not highlighted.

  3. Go to the last foo and add a space

  4. Go to the first foo and double-click all the values up and down the list

Because the last foo did not have a space after it, it was not highlighted.

I would expect matching words to be highlighted.

Thanks!

little-brother commented 2 years ago

It's a bug with text length.

little-brother commented 2 years ago

Done.