Sprint
KTextEditor gets Scrollbar and Code Folding Preview (Updated)
The KTextEditor Framework just got a new features for the next KDE Frameworks 5.24 release: A Text Preview on the vertical scrollbar.
If enabled in the options, the KTextEditor now shows a preview of the text when the mouse hovers over the scrollbar. The feature is available both when the minimap is used and also when the standard scrollbar is used. The text preview is only visible when vertical scrolling is possible.
Read MoreKate’s TabBar gets Movable Tabs
With the next Applications 16.08 release, Kate5’s tabs will be movable with the mouse. This was a feature request for quite some time, which is now fixed.For the record, the animated gif was created with the following two commands:
ffmpeg -f alsa -f x11grab -r 30 -s 680x385 -i :0.0+0,0 -threads 0 output%04d.png
convert -delay 1/30 -loop 0 -layers OptimizeFrame -size 680x385 -fuzz 2% output*.png output.gif
Much more work is going on at the Randa spring currently held in Switzerland. Would be nice if you support us ;)
MiniMap Fine-Tuning
Kate also supports a minimap of the text contents instead of a classical scrollbar. To enable it, just go to
Here at the Randa meeting, we just invested some time to bring this minimap more in line with the Breeze style. You can see the difference here: Note the scrollbar slider frame, the new version (right) is more distinct and in line with the rounded corners of the Breeze style.
Read MoreWorking on Kate in Randa
Right now, around 40 developers are working together on bringing KDE to other platforms in Randa (Switzerland) for an entire week.
So far, I just fixed some bugs, e.g.:
- Kate: Correctly restore view config of all split views (commit, bug, review)
- Kate: Sort Kate Session Menu alphabetically (commit, bug, review)
- Kate: Avoid hidden view spaces on start (commit, bug, review)
- Kate, KDevelop: Tab Switcher Plugin: Make sure the height fits all items (commit, bug)
Much more work is going on, especially also with bringing Kate to Mac OS, or making it work better on Windows. For instance, thanks to Kåre and David, renaming documents already works now, and soon the filesystem browser plugin will be available in the next Kate on Windows release :)
Read MoreKate/KDevelop 2015
From the 7th to the 11th of October Kate and KDevelop contricutors once again met to work on both Kate and KDevelop.
The work in Kate was mostly spent on fixing bugs, as can be seen by the following bug chart for Kate:
That is, more than 300 bug and wish reports were closed. Granted, many of the reports were just old and given our limited manpower we were closing many wishes since it is unlikely that old wishes get implemented. Then again, we also fixed a lot of bugs that required code changes, and also fine tuning of KTextEditor and Kate. The fixed bugs are roughly KDE bug tracker (yes, the auto-brackets option is back!), besides there are also a lot of changes there were not listed in bug reports. We hope the changes are useful to you, so be sure to get the KDE Frameworks version 5.16 as soon as it’s released :-)
Read MoreKate/KDevelop/Skanlite Sprint Wrap-Up
Kate/KDevelop Sprint – First Weekend
Here we sit, in Barcelona, hacking away at KTextEditor & Kate.
During the first 2 days, we already got some stuff done, like cleaning up KTextEditor interfaces and port more parts to KF5 (like ctags plugin, sql plugin, …).
More and more, KTextEditor & Kate get into a usable state for frameworks ;)
It is really good to have some free days in a nice location to focus on that goal!