More Info

Revision 734613

(Back to digest)
 

Features in Development Tools

Hamish Rodda committed changes in /trunk/KDE/kdevplatform:

Add status reporting interface. It is not specific to a status bar, but that is how it is implemented at the moment because I can't think of a better way (and I don't know of any proposed better way).

Report background parser status (not 100% working, hard to test because of the duchain infinite recursion at the moment.)

Restore CodeItemContext and make it hold a DUChainBasePointer.

File Changes

Added 6 files
/trunk/KDE/kdevplatform
 
/interfaces/istatus.cpp
 
/interfaces/istatus.h
 
/shell/statusbar.cpp
 
/shell/statusbar.h
 
/language/interfaces/icodeitemcontext.cpp
 
/language/interfaces/icodeitemcontext.h
Modified 10 files
/trunk/KDE/kdevplatform
 
/interfaces/CMakeLists.txt
 
/interfaces/context.cpp
 
/interfaces/context.h
 
/interfaces/iplugincontroller.h
 
/shell/CMakeLists.txt
 
/shell/language.cpp
 
/shell/mainwindow.cpp
 
/shell/mainwindow_p.h
 
/language/backgroundparser/backgroundparser.cpp
 
/language/backgroundparser/backgroundparser.h
16 files changed in total