| Summary: | Bug with auto-completion of references | ||
|---|---|---|---|
| Product: | [Applications] kile | Reporter: | Nikos Platis <nplatis> |
| Component: | general | Assignee: | Michel Ludwig <michel.ludwig> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.9.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Thank you for your bug report. The bug that you reported has been identified and fixed in the latest development (SVN) version of Kile. cio holger |
Version: 1.9.2 (using KDE KDE 3.5.6) Installed from: Unspecified OS: Linux Sometimes auto-completion of references completes the wrong text. It seems to be happening in very specific situations: a) Create a label "\label{Eq:ThisIsAnEquation}" b) Compile or save, so that the list of labels is refreshed c) Try to reference this label by typing "\ref{ <ENTER>" (to auto-complete the command and open the dropdown list of labels) d) Type "Eq:Thi <ENTER>" to see "\ref{Eq:ThiThisIsAnEquation} ! The issue is that Kile seems to repeat some characters of the label. I strongly suspect that this has something to do with the label containing ":". It only seems to happen if I type some characters after the ":" of the label before hitting <ENTER> to perform the auto-completion.