tag: KDevelop

KDevelop AppWizard - DVCS fix for empty project

8 Nov, 2019 - 3 minutes
Backstory Few days ago I wanted to play with Falkon and create some basic Qml plugin. (What else to do to play, Python support is broken and C++ is for built-in plugins). I started KDevelop (the big IDE I use) and went to create new Empty project because as I am not big Qml lover I did not create template for it yet. But I was met with errors which made me change my focus and fix the tool I use (KDevelop) before playing with Qml and Falkon.

KDevelop filetemplates preview toolview - tweaks

21 Oct, 2019 - 2 minutes

The KDevelop`s user interface (UI) suffers from required minimal width of widgets and toolviews. The “Template Preview” toolview is one such toolview. In my case it pushes part of the KDevelop window out of the screen.

KDevelop filetemplates - Tooltip for custom options

18 Oct, 2019 - 1 minutes
After few ups and downs with file templates, the journey through source code started once again. Based on the comment in source code, it should be possible to add tooltips for custom options in file templates. How foolish I was to trust the comments. The option loading logic never counted with such possibility, it takes any data it can find in ’label’, ’tooltip’ and ‘whatsthis’ field and sets it as option`s label.