• Common

    Kate Git Statistics

    by  • February 27, 2013 • Common, Developers, KDE, Users • 0 Comments

    Now the statistics of the kate.git are online for public viewing. They will be updated daily, located on: http://kate-editor.org/stats/ Unfortunately, the statistics of the last years are not that “representative”, as the moves of Kate around in SVN and to Git biased the statistics, as I did a lot of the commits for syncing and...

    Read more →

    Python plugin gets support for Python3

    by  • December 2, 2012 • Common • 8 Comments

    Being vaguely aware that Python3 had some “interesting” differences compared to Python2, I had decided to not think about Python3 for now, but then one of our dear users piped up to say that even building it was broken! That seemed weird, so I started poking around only to find myself falling Alice-like into a...

    Read more →

    ID + etags > ID || etags

    by  • November 22, 2012 • Common • 7 Comments

    ID files and TAGS files are generated by GNU idutils and etags respectively. They are often used in coding projects to facilitate looking up, for example, the name of a function, and then visiting where it is defined, etc. In large projects, ID files can be hundres of MB in size, and TAGS files...

    Read more →