https://bugs.kde.org/show_bug.cgi?id=390323
Bug ID: 390323
Summary: Tab completion broken: inserts full completion after
initial characters
Product: kile
Version: 2.1.3
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: editor
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Kile has two styles of completion: full replacement via Enter key (replacing
initial content and potentially adding newlines), and partial completion via
Tab key. The latter is broken:
Typing:
\usep
and pressing Tab results in:
\usep\usepackage
It should result in:
\usepackage
--
You are receiving this mail because:
You are watching all bug changes.