• Common

    A rich python console and more in Kate editor

    by  • May 23, 2013 • Common, Developers, KDE • 9 Comments

    I have done some improvements in the plugins: python_console_ipython, python_autocomplete, python_utils, js_utils, xml_pretty and django_utils. These plugins I added a month and a half ago (except python_console_ipython) to the kate repository. I have done two improvements and a new feature: Now they work with Python2 and Python3 (except python_autocomplete, this only works with Python2, due pysmell dependence)...

    Read more →

    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 →