Features in Development Tools
David Nolden committed changes in /trunk/KDE/kdevelop/plugins/languages/cpp:
Implement full support for use-building on signal/slot connections.
This is embedded directly into the parser using a new AST node, which also allows complete use-building on the signal/slot arguments.
This means that:
- You can search for all places where a signal/slot is connected
- You can rename signals/slots, and all the connections will be adapted
- You can rename a class that is used as an argument in some signal/slot function, and the connections will be adapted as well
Includes a test.
Of course, this only works when the signals/slots have actually been declared.
File Changes
Modified 24 files
/trunk/KDE/kdevelop/plugins/languages/cpp
24 files changed in total