Skip to content

Posts 

You, KDE!

Monday, 25 July 2011  | Dominik Haumann | Tags:  planet
For me, it (still) feels very unnatural to talk about us as KDE. I’m still thinking in terms of the KDE community; and the KDE Project releases the KDE Desktop (or just KDE). I’m also fine with the KDE Workspace and other specialized variants. However, the login manager now also shows the term KDE Plasma Workspace. In my very own humble opinion, this is already too much of buzz words. Read More

GSoC 2011 – Kate Code Folding – (Try Kate’s new code folding)

Sunday, 24 July 2011  | Adrian Lungu

Hi everyone!

Kate’s new code folding was merged with the master branch. :)
You can try it by yourself. If you do find any bugs, please send a bug report on KDE’s bug tracker or leave a comment here.
I will use a test unit to solve those bugs, so I will need a full backtrace and some info to help me replicate it.
Please notice that there are no new features added yet – just the basic code folding.

Read More

Kate Modeline Editor

Saturday, 23 July 2011  | Dominik Haumann | Tags:  planet
As you may know, Kate supports the concept of document variables, also known as modelines. In short, document variables can be used to set Kate settings local to a file. For instance, this is useful for settings specific indenter options than the ones defined in Kate’s settings dialog. Assume you work on two projects, the first indents with spaces and the second with tabs, then you can simply add a modeline that contains the specific document variables that set the specific indentation properties. Read More

GSoC 2011 – Kate Code Folding – week 5 (New Code Folding is taking shape)

Wednesday, 13 July 2011  | Adrian Lungu

Hey!

The new code folding is taking shape. Actually it is implemented. :)
The next step will be testing it (and debugging, if necessary) and implementing some new features.
Also there are some keyboard shortcuts that didn’t worked so well on the previous version and they need to be fixed too.

If you want to help us with the testing, you can download my clone and play a little with code folding. Also, if you have some ideas about the new features that Kate’s folding should have, let me know. If it is possible and there is time, they will be implemented.
Greetings,
Adrian

Read More

KDE 4.6.5 > StarCraft 2

Sunday, 10 July 2011  | Christoph Cullmann | Tags:  planet

I normally enjoy StarCraft 2 in the evening a bit or like now, if it is raining and I have no fun in any more real work.

But just now and some days ago, it has again proven, KDE > StarCraft 2.

Just again, StarCraft 2 (played with wine, thanks a lot wine team, you do a great job!) got sluggish and then terminated.
A quick dmesg call shows the cause.
Like last time, the OOM killer got me.

Read More

Kate in KDE 4.7

Saturday, 9 July 2011  | Dominik Haumann | Tags:  planet

Now that the next version of the KDE platform is branched, it’s time to have a look at all the changes in Kate in KDE 4.7.

Current State of Kate

Read More

GSoC 2011 – Kate Code Folding – week 4 (Integrating the folding algorithm)

Monday, 4 July 2011  | Adrian Lungu

Hi!

I bring good news about Kate’s folding today. The algorithm was implemented and tested successfully. ;)
As I mentioned in the previous article, I implemented it in a new (simpler) project. It is a Qt project (developed using Qt Creator) and you can find it in my Kate clone, “tree_alg” folder.

Actually, I have implemented two folding algorithms: one that uses a tree that changes itself dynamically whenever you insert or delete a node, and one based on stack that rebuilds the entire folding tree whenever you insert or delete a node. I needed two algorithms because I wanted to implement an automatic testing mechanism and for that I needed a way to test the output. The second algorithm was easier to be implemented and it was very stable (bug-less) from the beginning, so it was great to use it for my testing.

Read More

Kate plugin updates part 3

Tuesday, 28 June 2011  | Kåre Särs | Tags:  planet
Well I’m not sure this really qualifies as an update, because it is actually a new plugin. And the plugin I’m talking about is the Search plugin. This is going to be mostly a series of screen-shots.
The first shot contains the “new” feature differentiating itself from the other one. You can now select to search in the currently open files. This is especially good if you are working on files on a remote server. Read More

Bug Squashing

Saturday, 25 June 2011  | Dominik Haumann | Tags:  planet

We’ve managed to push our bugs down from ~430 to ~310 during the last two days. Some bugs are not valid anymore, but lots of bugs also really have been fixed. So in KDE 4.7 we will have the best Kate release ever :-)

Going to Desktop Summit 2011

Going to the Desktop Summit 2011 in Berlin :)

Saturday, 25 June 2011  | Christoph Cullmann | Tags:  planet
Just a quick “me too” post, will be around in Berlin ;)

  <p>
    Hope to meet up with a lot of KDE people once more.<br /> For the Kate team, at least me, Dominik and Erlend are around there.</td> 
&lt;td&gt;
  &lt;img src=&quot;/wp-content/uploads/2011/06/DS2011banner.png&quot; alt=&quot;Going to Desktop Summit 2011&quot; /&gt;
&lt;/td&gt;&lt;/tr&gt; &lt;/table&gt;</code></pr
Read More