Revision b0b301a...
Go back to digest for 5th January 2014Features in Development Tools
Milian Wolff committed changes in [kdevplatform] shell/plugincontroller.cpp:
Add KDEV_DISABLE_PLUGINS environment variable.
This can contain a list of semicolon-separated plugin names which
are then considered to be disabled.
This is helpful for developing the clang plugin, as it otherwise
interfers with the existing C++ language plugin.
To use it, run kdevelop with
KDEV_DISABLE_PLUGINS=kdevcppsupport kdevelop -s ...
File Changes
Modified 1 files
- shell/plugincontroller.cpp
1 files changed in total