Revision 8a54e9b...

Go back to digest for 16th January 2011

Bug Fixes in Development Tools

david dot nolden dot kdevelop at art-master dot de committed changes in [KDevelop] /languages/cpp/cppduchain/missingdeclarationassistant.cpp:

* Use rich text to nicely highlight the missing-declaration assistant actions

* Fix the missing declaration assistant actions:
Instead of "Declare var as: | local int | public int | private int | Hide"
Show "Declare 'int var' as: | local variable | public variable in ContainerClass | private variable in ContaineClass | Hide"

File Changes

Modified 1 files
  • /languages/cpp/cppduchain/missingdeclarationassistant.cpp
1 files changed in total