| Summary: | Kate autocompletion appears too often | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Daniel Thaler <Daniel> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | cfeck |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 4.11 | |
| Sentry Crash Report: | |||
| Bug Depends on: | 320955 | ||
| Bug Blocks: | |||
|
Description
Daniel Thaler
2011-12-10 14:52:21 UTC
> when I'm editing in the middle of a word
The problem here is that kate does not remove the tail of the old word when actually initiating the auto completion. Example: Let's say I am in the middle of the word "Qt::FastTransformation". When I delete the "Fast" part, I type "Smo", so that it offers "SmoothTransformation" as possible auto completion. When I now hit Enter to accept that, I get "Qt:SmoothTransformationTransformation", which is not what I had expected.
True, see comment #1. I also think the tail of the current word should be removed. I consider this bug as fixed: - Paste never launches auto-complete in KDE >= 4.11 - The word completion plugin now removes the 2nd "Transformation" term |