Skip to content

Common 

Akademy 2015 & Kate

Friday, 31 July 2015  | Christoph Cullmann | Tags:  planet

Today, I will travel back home from Akademy 2015.

I must say, it was really a nice KDE meeting and I had a lot of fun ;=)
The first day the KDE e.V. general assembly did take place, then two days of actually interesting talks (including the great announcement of Plasma Mobile). After some more days with interesting BoFs and hacking, Akademy is now ending for me.

I didn’t do that much work on Kate, I mostly did small bugfixes for the applications bundled with the KDE Applications releases regarding their HiDPI support, finally no Konsole that can’t redraw correctly on scrolling on a HiDPI screen with scaling activated!

Read More

KDE Applications Versioning

Sunday, 26 July 2015  | Christoph Cullmann | Tags:  planet

A common problem for many applications contained in the KDE Applications releases are non-incremented version numbers. Often the maintainer forgets to update the version number of the application, like I did it for Kate since the first KF5 based release.

This means: On Bugzilla, I get bugreports that always tell me “Kate 5.0.0”, not very helpful.

KDE Frameworks solves this by automatic setting of the current framework release version in all framework CMakeLists.txt.

Read More

Kate’s Mascot: Kate the Woodpecker

Sunday, 12 October 2014  | Christoph Cullmann | Tags:  planet

2021 Update: Kate's current mascot is Kate the Cyber Woodpecker, a refreshed version of the mascot introduced in this post.

After the first KF 5 release, I contacted the creator of the Krita mascot Kiki and the KF 5  dragons artwork, Tyson Tan, if he would be interested in design a Kate mascot, too. He immediately agreed to help out and after some months of roundtrips, here we go!

Read More

Kate needs you!

Tuesday, 23 September 2014  | Christoph Cullmann | Tags:  planet

The next major step in Kate’s evolution is close: Kate based on KDE Frameworks 5.

Whereas it already works well enough for me (and others), it would be nice to clear out as many issues as possible before we have our first official KF 5 based release.

Our Bugzilla is full with smaller and larger Kate/KTextEditor (aka KatePart) issues, see:

Whereas Kate/KTextEditor has people working on it and continue to improve it over time, we don’t have enough people to keep track and care for all our reported bugs/wishs.

Read More

Kate and KTextEditor 5 after Akademy 2014

Saturday, 13 September 2014  | Dominik Haumann | Tags:  planet

The yearly KDE conference Akademy just ended, so it’s time to look at what changed in the holy Kate in the Frameworks 5 land.

KTextEditor Framework

  • silent reload of document: Switching a git branch, Kate always pops up a dialog asking whether to reload the document. With this patch, if the document is version controlled by git, the git hash of the file computed and then it’s checked whether the file exists in git. If so, the file is reloaded without asking you. This should be very handy for developers using git! Thanks to Sven Brauch for this idea!
  • new highlighting unit testing infrastructure
  • several new syntax highlighting files
  • cursor down in the last line in the document moves the cursor to the end of the line, same for the cursor up behavior, after just 8 years a bugzilla wish becomes true ;)
  • properly load/save the search & replace history
  • fix kateversion tags in all our >200 highlighting files, thanks to Martin Walch
  • as always: lots of improvements to the vi input mode

Kate Application

  • use native dialogs on all platforms, including OS X, Windows
  • split view: action to toggle splitter orientation
  • the toolbar is by default turned off (see screenshot), resulting in a very cleaned up interface. You can turn it on in the Settings menu.
  • new document switcher plugin (see screenshot) through Ctrl+Tab, providing quick access to the most recently used documents (similar to Alt+Tab in kwin), based on KDevelops code
  • improvements to the tab bar
  • revive, cleanup and improve the text snippet plugin by Sven Brauch
  • projects plugin: autoload project even if no .kateproject is found (configurable to not clash with the auto-generated cmake .kateproject file), implemented by Michal Humpula
  • the Plasma 5 applet to start a Kate session is back, thanks to the work of Josef Wenninger
Kate Document Switcher

A big thanks to the organizers of this year’s Akademy, and a big thanks to all our sponsors and supporting members. The location was amazing and the venue allowed us all to have a very productive week! Looking forward to next year! :-)

Read More

Help to make KF5 awesome!

Monday, 2 June 2014  | Christoph Cullmann | Tags:  planet

You like KDE software?

You like to have a polished and nice KDE Frameworks 5 release?

But you can’t help out yourself by coding, translating, bug finding, designing, documenting and whatever?

=> Feel free to fund our Randa Meetings 2014.

Perhaps it feels strange that a free/open source project wants money, but sprints & meetings are not for free, given you need to pay for the accommodations, travel, rooms for hacking, …

Read More

Links about C++ and Programming

Tuesday, 13 May 2014  | Dominik Haumann

Just like some time ago, here are several links that might be of interest:

Linux Voice – Kate wins the advanced text editors group test

Monday, 21 April 2014  | Christoph Cullmann | Tags:  planet

Happy news arrived on the kwrite-devel mailing list with this post before Easter ;)

Kate has won the advanced text editor comparison in the Linux Voice magazine – Issue 2, yeah ;)

Nice to see that our work on Kate is awarded.

About Linux Voice: Seems to be some pretty new magazine about Linux & Open Source (Issue 2 says it all) and they promise to give 50% of their profit back to the Free Software community, developers and events. Hope that works out, it is a nice goal.

Read More

Coming in 4.13: Improvements in the project plugin

Wednesday, 9 April 2014  | Alexander Neundorf

Since version 4.10 Kate comes with a simple project plugin, as introduced here .
The project plugin works by automatically reading a simple json file and providing the information found there to various parts and plugins in Kate.

“Opening” a project

Projects are opened automatically by Kate. Whenever a file is opened, Kate goes the directories from that file upwards until it finds a file named .kateproject , which defines the project. This is a simple json file, which is intended to be written manually by the user.

Read More

Kate: What’s cool, and what should be improved?

Tuesday, 18 March 2014  | Dominik Haumann | Tags:  planet

This is sort of a poll: Please write in the comments below exactly

  • one line about what you like on Kate, and
  • one line what you want improved.

Please spread the word so we get a lot of feedback – Thanks! :-)