mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
![]() 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> |
||
---|---|---|
.. | ||
browser | ||
icons | ||
META-INF | ||
schema | ||
src/org/eclipse/cdt | ||
templates | ||
utils.ui/org/eclipse/cdt/utils/ui/controls | ||
.classpath | ||
.cvsignore | ||
.options | ||
.project | ||
about.html | ||
build.properties | ||
ChangeLog | ||
ChangeLog-2003 | ||
NEWS | ||
plugin.properties | ||
plugin.xml |