Dariusz Makowski

Avatar
  • Total activity 122
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 4
  • Subscriptions 37
  • Created

    clion Code Folding?

    Answered
    Hey   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 ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    cLion Reformat code controls?

    Completed
    Hey   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'...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Qt qDebug()<< font color ?

    Answered
    Hey   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...
    • 2 followers
    • 6 comments
    • 0 votes
  • Edited

    Clion debug/cout - RUN TAB - character limit - wrap settings?

    Answered
    Hey   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 ...
    • 2 followers
    • 9 comments
    • 0 votes
  • Edited

    cLion GUI h & cpp ide editor auto helper, config - feature ?

    Answered
    Hey 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...
    • 2 followers
    • 4 comments
    • 1 vote
  • Created

    Clion - how to build cmake to support debug/release

    Answered
    Hey   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...
    • 3 followers
    • 4 comments
    • 1 vote
  • Created

    MSVC as compiler + debug / multi thread compile?

    Answered
    Hey 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....
    • 2 followers
    • 4 comments
    • 0 votes
  • Edited

    How to have a sub project within project and decide which one to run?

    Answered
    Hey   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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    cLion VS 2015 support not working anymore?

    Completed
    Hey 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...
    • 2 followers
    • 2 comments
    • 0 votes