https://bugs.kde.org/show_bug.cgi?id=497266
--- Comment #3 from Waqar Ahmed <waqar....@gmail.com> --- See: https://docs.kde.org/stable5/en/kate/katepart/dev-scripting.html This is how kate indents your code while you type. > Support anything other than C++ for writing plugins, preferably an easier to > get into language like scripting languages. Still too general. While possible in theory, in practice, I dont think its really possible for us to support another language which can do all the things that we can do from C++ for many reasons such as stability/maintainability. I tried to expose our APIs in python last year but it didn't work out. It would be better for us to expose specific things as needed by people in a higher level language, similar to how sublime does it. This is why I asked if you want to build something and perhaps we can find a way to expose the functionality. -- You are receiving this mail because: You are watching all bug changes.