• Kate Script IDE Plugin

    by  • August 29, 2012 • 2 Comments

    Hello everyone! In this post i am going to introduce the new Scripting IDE Plugin for Kate. Although scripting KatePart via ECMAScript is a powerful feature that has been available for quite some time now, it is still rarely used. In order to make it appealing for a wider public, the Script IDE aims...

    Read more →

    Project Plugin, Current State

    by  • August 21, 2012 • 6 Comments

    After some days of more hacking on the plugin, there current state is already nice for my daily use. A simple file like { "name": "Kate" , "files": } defines already the complete project for the kate.git. If you open any file with Kate inside your local kate.git...

    Read more →

    Mercurial Support in Project Plugin

    by  • August 15, 2012 • 0 Comments

    Christoph already wrote several blog posts about the upcoming projects plugin. In his last blog, he mentioned that a project can now be created on-the-fly by reading the git or subversion output: All the files under version control are automatically listed as files in the project. However, this is restricted to git and subversion. If you always...

    Read more →

    Project Management, Take Three

    by  • August 12, 2012 • 1 Comment

    After bit more playing around with the project plugin, I did get aware that I am even to lazy to open project files. Normally if I need to fix something or add new features, I just go to the directory and open the source or build system files I need to work on.  Therefore...

    Read more →