Skip to content

Users 

Qt open governance will go live!

Monday, 12 September 2011  | Christoph Cullmann | Tags:  planet

Finally some sustainable announcements about the future of Qt and its open governance project:

http://labs.qt.nokia.com/2011/09/12/qt-project/

http://blog.qt.nokia.com/2011/09/12/qt-project/

I hope this will be well received and we will see yet another increase in contributions to our Qt/KDE ecosystem ;)

Thanks for all the effort to all people who made this possible!

Code Folding Updates

Sunday, 11 September 2011  | Dominik Haumann | Tags:  planet

Christoph and me cleaned up the visualization of the code folding for KDE 4.8 a bit. In the snapshot, the left image shows the old behavior, and the right one shows the new behavior. The background highlighting appears as soon as you hover over the code folding bar. We hope you like it :) Mockups of how to make it even better are welcome, of course! You can try it by building Kate yourself, if you want.
Kate Code folding

Line Modification System

Tuesday, 6 September 2011  | Christoph Cullmann | Tags:  planet

Some days ago, Dominik implemented a line modification system in the KatePart.
For all who don’t know what that means at all (like me before the DS 2011), here some screenshots.

First, starting with a fresh loaded file:

Now, lets write some lines:

Read More

GSoC’s ending

Thursday, 18 August 2011  | Christoph Cullmann | Tags:  planet

Soon the GSoC projects of this year are over again.

I would like to thank our two students Adrian Lungu and Svyatoslav Kuzmich for their work!

They both did a nice job and improved both the code folding and the vi mode a lot.

Thanks to them and I hope they stick around in our project, more help is always welcome ;)

And thanks to Google for sponsoring their efforts.

Read More

Kate Banner Wanted

Wednesday, 17 August 2011  | Dominik Haumann | Tags:  planet

As part of Christophs idea to give Kate a new face, it would be nice also to have a Kate banner, that every Kate fan can use to show in the Web. Something like the following, but any ideas are welcome!

Read More

kate-editor.org Updates

Tuesday, 16 August 2011  | Christoph Cullmann | Tags:  planet

After adding the new design to the Kate homepage, I got some feedback about broken fonts and other stuff. Most should be fixed now, e.g. the “The Team” page now looks kind of okay again.

In addition, we now have some nice feed display with the latest commits and overall a bit cleanup page. For mobile devices, like my Android phone, we now have WPtouch installed, which provides some rather nice layout for small screens (but allows easy switch back to normal layout, too).

Read More

The (GSoC) season is ending…

Monday, 15 August 2011  | Adrian Lungu | Tags:  planet

Hi everyone!

 
So… this GSoC season came to its end. This week is the official deadline for the projects and, happily, my project is done, but my collaboration with Kate is just starting, so I’ll see you around :)
 
As I mentioned in the previous post, I used this last week for some fine tuning and to close the bugs that slipped the previous scan. The folding-related bugs remained on bug.kde.org are highlight related too, so I can’t do much about them. The folding submenu was changed, so we can add more features into the feature. You can find the old and the new folding’s submenus in this article. You can see that the new folding has new features and it’s more flexible. Now you can fold/unfold a specific level entirely, or you can fold/unfold the node that contains the cursor. I have one regret regarding these new features: we couldn’t find some key-shortcuts for them :(

Read More

Kate needs a Face, Artists wanted

Monday, 15 August 2011  | Christoph Cullmann | Tags:  planet

2021 Update: Kate's current mascot is Kate the Cyber Woodpecker.

Kate’s icon is quiet nice, but for our website and other stuff, it would be really cool to have some eye catcher and something to know: yeah, that is Kate :)

As Kate is obviously a woman, at least in most languages, it would be quiet nice if some artist could come up with a painted or rendered one to put on our page.

Read More

Good Morning Kate – New Day, New Design

Monday, 15 August 2011  | Christoph Cullmann | Tags:  planet

Kate has since more than one year a new WordPress powered site. During last years Akademy, Dominik and I installed it and filled it with first life.

It replaced the old Drupal powered site, that Anders did set up years ago. Thanks again to Anders here, for the work he did on the old page. But since the day Anders didn’t have that much time any more for Kate development, it somehow lost its drive (as Dominik an I are not at all capable to work with Drupal, whereas Anders really was an well practiced Drupal admininstrator). The current WordPress site is much more usable for us, as we know WordPress much better than Drupal. The initial import of the content of the old Drupal page was kind of painful, but most stuff was moved over even during Akademy, just some outdated howtos and faqs got purged.

Read More

Added “gq” (format text) command for the Vi Input Mode

Friday, 12 August 2011  | Erlend Hamberg | Tags:  planet  vi input mode
It’s been a nice week here in Berlin at the Desktop summit. I have even got some coding done. A command I often missed from Vim was the gq command that re-formats text based on your text width setting. For example, if you want to stick to a sixty-columns layout, you often have to re-format the text when adding or removing something, like in this screenshot where some text has been surrounded by HTML tags: Read More