• Developers

    Disable Line Modification Indicators

    by  • February 26, 2012 • Developers, Users • 0 Comments

    On KDE 4.8.0, there is no way to disable the line modification markers. In KDE >= 4.8.1, you can disable them as follows by first closing Kate and then typing kwriteconfig --file katerc --group "Kate View Defaults" --key "Line Modification" --type bool false To enable it again, close Kate and run kwriteconfig --file katerc --group...

    Read more →

    Scripting in Kate

    by  • January 21, 2012 • Developers, Users • 21 Comments

    Since several releases, Kate Part has scripting support through javascript. So far, it seems it is not much used by users. Still, I stumbled over two extensions: jump to previous / next paragraph base64 encoding If you have more user defined scripts, it would be nice if you let us know! For KDE5, we...

    Read more →