OSDN Git Service

Avoid skipping the closing parenthesis when completing with '('
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
Tue, 14 Dec 2010 13:34:57 +0000 (14:34 +0100)
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
Thu, 16 Dec 2010 13:43:57 +0000 (14:43 +0100)
commit308b0be678224623f5cd7131861d546b176e3a47
tree8cb901d8393adad2a4e5cd42fa8fbff654ffdb19
parent8062222e0f0031c6a19bb312144af14f70520714
Avoid skipping the closing parenthesis when completing with '('

When the user types '(' then he'll likely also type the matching ')',
in which case skipping the automatic closing parenthesis is annoying
because you would end up with two of them.

Reviewed-by: Roberto Raggi
src/plugins/cpptools/cppcodecompletion.cpp