Revision 7eae799...

Go back to digest for 5th June 2011

Features in Development Tools

Alexander Dymo committed changes in [kdevplatform] /:

Be able to load KParts which use KPluginFactory (as opposed to KParts::Factory)
into the KDevelop as a document.
Some kparts use KParts::Factory (like gwenview) and some don't (like okular).
That's why we could open png's in KDevelop and we couldn't open pdf's for example.

This uses KPluginFactory everywhere to load parts (that works in all cases).

File Changes

Modified 4 files
  •   interfaces/ipartcontroller.cpp
  •   interfaces/ipartcontroller.h
  •   shell/partcontroller.cpp
  •   language/codegen/komparesupport.cpp
4 files changed in total