• Developers

    Text Folding Reloaded

    by  • March 24, 2013 • Common, Developers, KDE • 3 Comments

    If we look at the incoming bug reports, a lot still seem to be located in our code folding implementation. The problem of the current code folding code, even after the GSoC rewrite of large parts, is that it is inter weaved with the syntax highlighting engine. During highlighting, we try to build up some tree...

    Read more →

    Kate: New contributors, Valgrind, and a fixed bug

    by  • March 17, 2013 • Developers • 1 Comment

    In the recent months Kate saw quite some contributions from developers other than “the usual kate developers”. This is really cool, areas include more work on python plugins, a lot of bug fixing and fine tuning in the vi input mode, an improved python indenter, and more unit tests. Especially one unit test turned...

    Read more →

    Idea: Code Completion for JavaScript

    by  • February 27, 2013 • Developers • 8 Comments

    In 2012, Kate had a GSoC project with the aim of adding a Scripting IDE plugin. The idea was to make it easy to write Kate Part scripts (command line scripts, indenters), that should include rudimentary code completion and a gui to manage available scripts. As detailed in the blog post, a rudimentary list that...

    Read more →