Ubuntu – How to run the own scripts in kate 3.8.2? “External tools” isn’t available in the plugins section

katepluginscriptingUbuntu

I am using Kubuntu 12.04 LTS. How can I run my own scripts in kate 3.8.2?

It appears that the plugin named External tools is no longer available.

I would like to run Python or shell scripts in kate and invoke them using a keyboard shortcut, such as F4.

As an example, this simple script would ideally change to a specific window when I press F4.

#!\bin\sh
wmctrl -a "<Window name>"

Best Answer

Unfortunately, there currently is no maintainer for this plugin.

However, there are lots of popular editors that support this one way or another. Apart from the usual suspects ((g)VIM, EMACS) SciTE has pretty good support for external scripts, I'd say.

And there's Acme, quite uniquely integrated with scripting, pipe redirections etc, lacking syntax coloring and the like you'd probably expect from a modern editor.