ANNOUNCE: MovingRange branch going to be merged into master _now_
Syron
mr.syron at googlemail.com
Sat Sep 11 04:03:31 UTC 2010
I noticed that at least the code assistant and the code browser
tooltips are at least one revision behind what's shown in the editor.
I.e., I write
1: setTick(0);
2: setRow(0);
then immediately remove line 1 because I remembered that line is
useless, so the code (pipe==cursor) looks like this:
1: |setRow(0);
and the assistant pops up and asks me to declare setTick...
The same for the browser/declaration info tooltip, it doesn't always
show the declaration under the cursor, but the one that was previously
selected.
Seems like a simple "offset by 1" problem to me.
-- Syron
More information about the KDevelop-devel
mailing list