1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-09 11:33:20 +02:00
Find a file
Oleg Krasilnikov 86d252bd88 Bug 141973: Bad cursor position after auto-completion
The line in DOMCompletionContributor.handleVariable() :
    proposal.setCursorPosition(repString.length() - 1);
seems to be copied from previous method handleFunction().
It's reasonable for function (put cursor INSIDE brackets
after function name), but useless for variable (it has
no trailing brackets, so cursor will stop 1 symbol left
from the end on variable name).

So mentioned line is removed: default cursor position
(set inside of CCompletionProposal constructor) is OK.

          Oleg Krasilnikov <oleg.krasilnikov@intel.com>
2006-06-05 13:42:58 +00:00
build fix for 131063 2006-06-05 12:27:48 +00:00
core Bug 141973: Bad cursor position after auto-completion 2006-06-05 13:42:58 +00:00
debug Bug 144719: [Modules view] Modules from from different sessions are mixed up. 2006-05-31 18:35:49 +00:00
doc Bug 141819 - Fix providers for some of the plugins. 2006-05-24 18:54:05 +00:00
launch/org.eclipse.cdt.launch Updated the about.html files. 2006-05-24 13:51:50 +00:00
releng Fixed 77947 - fixed copyright holders in the about box. 2006-05-24 18:50:42 +00:00