Revision c7aca94...

Go back to digest for 28th October 2012

Bug Fixes in Development Tools

Sven Brauch committed changes in [kdevplatform] language/codecompletion/codecompletionhelper.cpp:

Fix C++ code completion bug: don't insert a ";" if there's already one

The functionality for that was there, but it didn't work since it
checked for the character at the position where it would be after
the text was inserted by the completion action, but before it actually
inserted that text.

File Changes

Modified 1 files
  • language/codecompletion/codecompletionhelper.cpp
1 files changed in total