• About shaheed

    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 →

    Python plugin developer guide, part 1

    by  • July 1, 2012 • Common • 1 Comment

    I’m a Python newbie, so if you are at least that good , you should be able to dive in and write useful Python plugins for your favourite editor too! This is the first in what I hope will be a series of notes and tutorials to help you along the way. Where can...

    Read more →

    Python plugin user guide

    by  • June 26, 2012 • Common • 8 Comments

    KDE 4.9 has branched, and so the Pâté plugin ”host” for Python plugins has moved from Kate’s playground to be a mainstream plugin. Since a plugin-for-plugins might be a bit confusing, here is a quick tour of how it is managed and works, and especially a few rough edges it still has. NOTE If you’ve installed...

    Read more →