Skip to content

Planet 

Coding Style and API Design

Sunday, 28 August 2011  | Dominik Haumann | Tags:  planet

Once in a while, there are really interesting blogs, presentations and reports about how to do things right as software developer. This is a quick list of links about API design and coding style:

  1. Designing Qt-Style C++ APIs (Qt4), by Matthias Ettrich, 2005
  2. API Design Principles, extended version of (1), Qt Developer Network (Nokia)
  3. The Little Manual of API Design, an in-depth summary of (1) and (2), Jasmin Blanchette, 2008 (Nokia)
  4. Developing Quality Libraries, presentation of (1)-(3) on the Desktop Summit in Gran Canaria, Oliver Goffart, 2009
  5. How to Design a Good API and Why It Matters, Joshua Bloch, 2007 (Google)
  6. Qt Coding Style, good coding style not limited to Qt, Qt Developer Network (Nokia)
  7. Guidelines for KDE Development, similar to e.g. (6), KDE Techbase
  8. Hall of API Shame: Boolean Trap, Ariya Hidayat, 2011

Thanks to all the authors for sharing & happy reading!

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

Kate in Berlin

Monday, 15 August 2011  | Dominik Haumann | Tags:  planet
Just as proof that we really were at the desktop summit in Berlin: We Kate developers sat one evening together for dinner. From left to right: Kate’s plugin master, the Holy Belliness, KDevelop, Gnome, Kate Finder, Kate Vi Mode, Kate Snippets (and myself not visible, taking the photo) :-)

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

200 Bugs only ;)

Sunday, 14 August 2011  | Christoph Cullmann | Tags:  planet

Kate (App + Part + KWrite) is down to 200 bugs, thanks a lot to all people helping with this effort, e.g. Dominik, Erlend, Adrian, …

Perhaps others want to join, we have still a lot bugs and many are quiet some work (and stuff like BiDi errors are not that nice to fix, if you have actually no clue about the used languages :/)

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