• Archive for November, 2009

    Wish: Options for Kate’s Indenting Scripts

    by  • 2009-11-2 • KDE

    At the start of Kate’s indenting script for C/C++, the following options are available:
    // BEGIN USER CONFIGURATION
    var cfgIndentCase = true; // indent ‘case’ and ‘default’ in a switch?
    var cfgIndentNamespace = true; // indent after ‘namespace’?
    var cfgAutoInsertStar = false; // auto …

    Read more →

    Scripting Kate

    by  • 2009-11-1 • Developers, Users

    In my last blog I explained Kate’s scripting features in KDE 4.4. To better understand how scripting can be used let’s look at some use cases. join lines: This feature request wants the action “join lines” to not join different paragraphs, i.e. not remove empty lines. We have not implemented this wish, as there are [...]

    Read more →