Dariusz Makowski
- Total activity 122
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 37
-
Created clion Code Folding?
AnsweredHey How can I enable code folding in clion ? The little + next to loop/while/etc? Also in cmake.. Say I have set(someSrc path/path/aa.cpp path/path/aa.h path/path/bb.cpp ... -
Created cLion Reformat code controls?
CompletedHey I'd like to control a little on how cLion reformats my code. I think I'm mostly after having all my h. content tightly packed, so no empty lines between void a() void b() void c() I'... -
Edited Latest clion - "cmake no sources given to target"
Hey Just upgraded to the latest and "wut?" What did you guys break....? Regards Dariusz Ps. Ok none of my projects work, what the heck did you guys do o.O -
Created Qt qDebug()<< font color ?
AnsweredHey How can I control what color my debug print is in clion? It seem that clion does some styling and I'm struggling to understand what and where. I'd like to get different color prints from qD... -
Edited Clion debug/cout - RUN TAB - character limit - wrap settings?
AnsweredHey This is frustrating, but maybe someone can help. Whenever I run app and I debug/cout stuff. The length of the text is cut out at the same character limit for every line. How on earth can I ... -
Edited cLion GUI h & cpp ide editor auto helper, config - feature ?
AnsweredHey Bit of a feature request. It would be quite awesome if when I 2x on .h file it would open on left side of ide editing space, and if I right click in the .h to have an option to open correspondi... -
Created Clion - how to build cmake to support debug/release
AnsweredHey I'm trying to run this code in cmakelist file but no matter what mode I'm in it always says that I'm in debug. if (CMAKE_BUILD_TYPE MATCHES Debug) message(" ") message("CMAKE IN DEBUG... -
Created MSVC as compiler + debug / multi thread compile?
AnsweredHey I have 2 questions if I may. My project has grown to the point where I cant use cLion any more to compile because it takes a lot of time to do so due to lack of multithreading. So my questions.... -
Edited How to have a sub project within project and decide which one to run?
AnsweredHey I'm fairly new to this so I'm not sure if this is cmake question or cLion as cLion does some management of projects. In any case I have projectFolder testFolder testProjectAFolder... -
Created cLion VS 2015 support not working anymore?
CompletedHey I remember when vs2015 was introduced in EAP it was working. But lately I have a need to use the older VS and I can't get it to run - vs2017 works fine. I end up with this error : -- The C co...