Questions tagged [kdevelop]

Questions relating to KDevelop, the integrated development environment (IDE), which is based on KDevPlatform, the KDE libraries and QT. Programming languages such as C and C++ and others are supported by the KDevelop framework. It is available on all Unix variants and also on Mac OS X.

For more information, see the official site for KDevelop.

22 questions
7
votes
2 answers

KDevelop color themes with Ubuntu 20.04

I would like to change the (color) theme in KDevelop to a dark theme as advertised on the KDevelop website. This setting is places in settings -> color theme where a list of color themes should be available. With Ubuntu 20.04 there is just a single…
6
votes
1 answer

Install KDevelop on Ubuntu 13.04

KDevelop has a new release 4.6 http://kdevelop.org/46/kdevelop-460-final-released I would like to install this on Ubuntu 13.04 (or Ubuntu 13.10 if that would be easier) The proper way to install package on Ubuntu is using apt-get. So I tried :…
Bernard
  • 461
5
votes
1 answer

Error in creating new project in Kdevelop

I am using Ubuntu 17.10. I installed Kdevelop for a C++ gaming project, but when I create a new project it's showing something like: Could not load project management plugin KDevCMakeManager.Check that the required programs are installed, or see…
4
votes
1 answer

How to exclude a folder from a KDevelop project?

Currently my o folder is appearing in my KDevelop project tree, and therefore .o files appear in the open file completion list. Is there a way to exclude certain folders from KDevelop's view of the project? I'm using KDevelop 4.3.
Drew Noakes
  • 5,878
3
votes
1 answer

How to get dark color chema for kdevelop?

I am trying to change my colr schema of my kdevelop to solarized-dark, but I arrive to change only the colors in the text editor and not the whole interface. I have also searched for solution like this one, but I am not finding Application…
sop
  • 147
2
votes
1 answer

kdevelop not finding qt libs

Currently I am trying to create a brand new project using KDevelop 4.7.3. I am also targeting Qt5. When I attempt to create a new project using the template for a Qt Gui project it creates a Qt4 project and then I alter the cmake file to Qt5, but…
Goddard
  • 4,860
2
votes
2 answers

KDevelop "failed to lock session" after crash

My machine crashed with KDevelop running, and after rebooting it won't start, saying: Failed to lock the session, probably it is already active in another running instance However I definitely do not have it running anywhere. How can I clear up…
Drew Noakes
  • 5,878
2
votes
1 answer

KDevelop and custom syntax coloring

I am currently trying out KDevelop 5.2.1 for a C++ project on Ubuntu 18 and so far, everything is working as expected, except syntax coloring. I have not been able to personalize it the way I want. What I am doing is the following: Settings ->…
BobMorane
  • 197
1
vote
0 answers

How to set default schema of kdeveloper as dark vim for all text editor?

I try to set my kdevelop editors as dark theme. I manage to switch one editor to dark by clicking Editor->View->schema-> Solarised (dark). I have set the theme for every single editor. Is it possible to set the default schema as dark for all editors…
Shuda Li
  • 121
  • 1
1
vote
1 answer

Configuring Kdevelop for Python 3

I've installed kdevelop 4.7.1 & kde-python 1.7.1 The default configuration is using Python 2 in the code autocompletion & the console. How do I set things up for Python 3? Also, code autocompletion, from my so far brief look, seems patchy: It will…
1
vote
1 answer

adding kdevelop repository

I want to add the following ppa repository in kubuntu 15.04 kdevelop package in Ubuntu However, I don't know how to add that via Muon package manager or Synaptic
mahmood
  • 1,905
1
vote
2 answers

Repository for Kdevelop (>=4.4.x)?

I need to get around a regression in the new Kdevelop (4.3.90) which is supposedly fixed in (4.4.1) but I cannot find a ppa (or other repository). I would really rather not compile from source. Does someone have a source for an up to date repo for…
1
vote
2 answers

How to use KDevelop with github?

Previously I used VSCodium for my C and C++ programming needs. But I a beginning to like KDevelop more. There is actually 2 things that I'm unable to setup properly on KDevelop: Github integration and remote debugging with vgdb (I will try to figure…
td211
  • 403
1
vote
1 answer

KDevelop crashed (closed unexpectedly)

I am try to run application "KDevelop" but return with the following error: root@11:~$ kdevelop Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) QDBusConnection: session D-Bus connection…
1
vote
1 answer

What is the difference between KDevelop and KDevelop (Pick Session)?

I am thinking about trying KDevelop IDE but when I checked Ubuntu Software Center I found two packages: KDevelop and KDevelop (Pick Session). What are the differences between them?
1
2