Skip to content

ExternalTools: config file per tool

Ahmad Samir requested to merge work/ahmad/externaltools-config into master

ExternalToolsPlugin: fix drag and drop to change a tool's category


ExternalToolsPlugin: m_tools should be the central source of all tools


ExternalToolsPlugin: a config file per tool

The old config file was saved in ~/.local/share/application/externaltools, and used for all the tools. Now the config file for each tool is saved in ~/.config/kate/externaltools/, and the plugin global config file is ~/.config/kate-externaltoolspluginrc.

Edited by Ahmad Samir

Merge request reports