Skip to content

Allow to enable the plugin on demand

Eugene Popov requested to merge epopov/kate:pluginview into master

Currently, if some action requires a specific plugin to be enabled, the user must enable that plugin manually in the settings dialog. This MR makes it possible to enable the required plugin on demand: if necessary, the user will be prompted to enable this plugin, and if the answer is positive, this plugin will be enabled. This allows not to hide some actions (e.g. open a folder) even if the necessary plugin is not enabled.

Merge request reports