Add KDevelop::IRunController::showConfigurationDialog() method
ClosedPublic

Authored by antonanikin on Mar 3 2017, 8:54 AM.

Details

Summary

Old version doesn't provide access to launches configuration page (KDevelop::LaunchConfigurationDialog is an "internal" class), but this functionality is useful for example for run-time analyzers like valgrind or heaptrack plugins for cases when default launch doesn't exists. With new API we can directly show launches configuration page instead message box with text instructions about configuration requirement.

Test Plan

Tested with master branch and valgrind/heaptrack plugins.

Diff Detail

Repository
R33 KDevPlatform
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
antonanikin created this revision.Mar 3 2017, 8:54 AM
antonanikin edited the summary of this revision. (Show Details)Mar 3 2017, 8:56 AM
mwolff accepted this revision.Mar 5 2017, 9:55 PM
mwolff added a subscriber: mwolff.

lgtm

This revision is now accepted and ready to land.Mar 5 2017, 9:55 PM
This revision was automatically updated to reflect the committed changes.