https://bugs.kde.org/show_bug.cgi?id=487095
Bug ID: 487095 Summary: Make text highlighting characters based not ‘whole word’ only Classification: Applications Product: kate Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kwrite-bugs-n...@kde.org Reporter: elia...@protonmail.ch Target Milestone: --- SUMMARY Currently, text highlighting in kate is ‘whole word’ only. For usability, I suggest to make it based on characters instead (this is how it is currently done in gedit and in VS Code). For example, highlighting the word ‘mode’ in: `mode.function` Highlights also mode in: mode.script() but not: modeNew.script() I think it would be useful to alter it so that not words are highlighted, but any sequence of characters. Ref: https://discuss.kde.org/t/text-highlighting-in-kate-is-whole-word-only-make-it-based-on-characters-instead/15622 -- You are receiving this mail because: You are watching all bug changes.