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>"

;)For scriptability, you could always give (g)VIM or EMACS a try, but there's also textadept, for example... – sr_ May 3 '12 at 14:12