arno's blog

just another blog

Browsing Posts in Uncategorized

Since the C# bindings are apparently not really used/wanted by anyone (except for some Windows people – but that’s really not my main development platform) I thought that maybe some more people are interested in Java bindings. There was a poll on kdedevelopers.org two years ago that showed Java ahead of Ruby and C# – [...]

It seems like I got into a hacking frenzy after yesterday’s Ruby plugins for Kate. Today I sat down and took another look at the KRubyPluginFactory to implement KIO slave support. So here it is, our very first Ruby Hello World KIO slave: # kate: space-indent on; indent-width 2; require ‘korundum4′ require ‘kio’ module Rubytest [...]