Highlight: mid-word completions no longer insert a stray space
The biggest user-reported bug in Cotabby is fixed. Previously, accepting an inline suggestion in the middle of a word inserted an extra space (typing after and tabbing afternoon produced after noon). Tab now inserts exactly the ghost text you see, so partial-word completions land cleanly.
This single fix closes 17 reported issues of the same defect: #621, #620, #617, #615, #614, #559, #557, #553, #548, #547, #525, #491, #479, #395, #549, #543, #507. Tracked in #623, fixed by #622.
Huge thanks to everyone who reported, reacted, and stuck with us on this one: @BNoiZe, @Cr0wTom, @creativetags, @EzraCerpac, @fxPPC, @idiked, @join3r, @justinjakull, @lukas-runge, @Marcelony, @neominik, @salmanuc, @tiekuhn.
What's Changed
- Fix mid-word completion inserting a stray space on accept by @FuJacob in #622
- Onboarding: wrap long Custom template description to satisfy line_length lint by @FuJacob in #608
Full Changelog: v0.5.0-beta...v0.5.1-beta