Summary: | Auto-Complete Disabled when typing new key in \ref{} | ||
---|---|---|---|
Product: | [Applications] kile | Reporter: | Paul Weaver <p.j.weaver> |
Component: | general | Assignee: | Michel Ludwig <michel.ludwig> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Paul Weaver
2008-06-16 17:14:41 UTC
SVN commit 887046 by tbraun: BUG: 164231 BUG: 174003 Again some codecompletion fun :) This bug was hidden quite deeply but due to the help of Russell W. Howell <howell@*> and one one my flatmates the error could be spotted and solved. Thanks! This patch should be tested some more, although it didn't show up any drawbacks at our testing. the patch: the error is that if m_ref is true but the m_inprogress false the internal state was inconsistent and therefore the completion list didn't show up anymore after inserting letters. This is fixed now. Happy Testing! M +11 -1 codecompletion.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=887046 |