Questions tagged [kdevelop4]

29 questions
0
votes
2 answers

Why does Kdevelop 4 show my source cpp files twice in the project?

I am using KDevelop 4.7.1 on OpenSUSE Leap Linux, and I'm trying to figure out why both the main.cpp and test.cpp files are shown TWICE in my project, once in the root note and once inside the launch configuration. I am aware that the test inside…
Warren P
  • 65,725
  • 40
  • 181
  • 316
0
votes
1 answer

KDevelop4: Set environment variable when before CMake

Related to my other question here (CMake: Force to use optional include and library path), how do I set an environment variable in Kdevelop4 when debugging the project / executing CMake? I need to set CMAKE_PREFIX_PATH in order to give certain…
benjist
  • 2,740
  • 3
  • 31
  • 58
0
votes
1 answer

How to move to the next / previous / right / left file tab on KDevelop with a keyboard shortcut?

Similar to Ctrl + Tab / Ctrl + Shift + Tab on Firefox. Ctrl + Tab on KDevelop4 moves to the previously active tab much like Alt Tab changes applications on modern desktops. But I just want to go left / right file tab as shown in the GUI above the…
Ciro Santilli OurBigBook.com
  • 347,512
  • 102
  • 1,199
  • 985
0
votes
1 answer

How do I configure my KDevelop installation to support KDE projects?

I am running Kubuntu 15.10 with KDevelop 4.7.1. I wish to create KDE specific applications such as Plasmoids for Plasma5 desktops. However, there is no option for developing KDE projects in the new projects menu. How do I configure KDevelop for this…
shortstheory
  • 470
  • 5
  • 17
0
votes
1 answer

Kdevelop and CMake cooperation

I wonder what are the restrictions on using CMake files (I guess, especially using subdirectories and/or libraries, as well as the location of the executables) (When I use the trivial Hello example, KDevelop works fine, I can even debug my project.…
katang
  • 2,474
  • 5
  • 24
  • 48
0
votes
1 answer

Kdevelop launch program after build execution

I'm using KDevelop. My program creates a picture file. So i'd like automatically open it after execution. HOw could I do this in the KDevelop?? I looked at this theme Kdevelop execute project with parameters and my run-configuration is shown at the…
Ivan Kush
  • 2,958
  • 2
  • 23
  • 39
0
votes
1 answer

cmake loads cpu without any effect

Recently I've started using cmake instead of creating make-files manually. Moreover I use kdevelop as an IDE. So, I created simple cmake project with kdevelop. It builds and executes successfully. But the thing is that when I try to run cmake from…
Sergey Kanaev
  • 570
  • 5
  • 18
0
votes
1 answer

Change format of the "date" variable when writing snippets in KDevelop

I am writing a simple snippet in KDevelop 4 to print the date of today, taking advantage of the Snippets feature and of the variable %{date}. The default format, however, is apparently MM/DD/YYYY, and I'd like to change it into YYYY-MM-DD. I have…
sturmer
  • 350
  • 5
  • 17
0
votes
1 answer

how to automatically remove blank lines - kdevelop

Is there a way/tool to automatically remove blank lines on kdevelop Version 4.3.1? For instance, this: tmpTime.tm_year = RTC_Time->bYear1 + RTC_Time->bYear; tmpTime.tm_mon = RTC_Time->bMonth; tmpTime.tm_mday = RTC_Time->bDay; would become…
eeadev
  • 3,662
  • 8
  • 47
  • 100
0
votes
1 answer

Kdevelop4 path to library binaries

I'm having problem reported as below while trying to execute it. Where should I go to let it know where to find the .so lib which is under ${HOME}/projects/OpenImageIO/dist/linux64/lib? Starting:…
0
votes
2 answers

How can I see where do I reference a null pointer using KDevelop?

I am using KDevelop for C++ development and debugging. Looks like I am dereferencing an NULL pointer somewhere, because I get: *** Program received signal SIGSEGV (Segmentation fault) *** How can I figure out where it happened? I would like…
Grzenio
  • 35,875
  • 47
  • 158
  • 240
0
votes
1 answer

Debug KDevelop in KDevelop

I am trying to debug the KDevelop project by using my system KDevelop installation and I came across with a problem that my ( under debugging ) KDevelop application wont read the plugins from the local installation directory. Instead of that it try…
AlexTheo
  • 4,004
  • 1
  • 21
  • 35
0
votes
1 answer

How to watch processor registers in kdevelop 4.x

I have been using KDevelop 4 for general C/C++ development for some time and I really like it. In order to develop for embedded systems though, I miss a processor registers and memory views, which I couldn't manage to find in the 4.x series yet.…
Claudio
  • 2,191
  • 24
  • 49
0
votes
1 answer

Kdevelop 4 link glew and freeglut

How can I link glew and freeglut to my project using Kdevelop 4? The functions of glut and opengl shows in code completion suggestion list but it fails with undefined reference to glut functions when I build it. How and what things do I have to set…
tambalolo
  • 1,035
  • 3
  • 14
  • 30
1
2