Dariusz Makowski

- Total activity 122
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 37
-
Created Clion builds target for already build targets... slow compile
Hey Long story short, I had an app that had a lot of "classes" internally. I've latelly splitted everything up and ended up with about 20 targets. The problem I'm having is that when I had 1 a... -
Created -G "NMake Makefiles JOM"... where?
Hey Recently the native Jom has been added or something like that but I don't know how to enable it... can any1 help ? https://youtrack.jetbrains.com/issue/CPP-9006?_ga=2.49401318.1565948625.158548... -
Created Code formatting - Re-arrange cpp file functions to follow h.
AnsweredHey Pretty much the same request as in here > https://resharper-support.jetbrains.com/hc/en-us/community/posts/115000686264-Code-Formatting-Reorder-function-declarations-in-cpp-to-match-definitio... -
Created Built Target takes ages
Hey This started about a month + ago. Building target 1st thing after hitting "run" takes very long time. It takes so long I can compile the app 5x on QtCreator as it runs it straight away and do... -
Created Clion started to behave very badly in last 2 days out of nowhere...!
AnsweredHey This is quite crazy. It first started on my laptop. Out of nowhere, it started lagging. Typing was lagging, enter lag, copy-paste = forget it... I've updated to latter version, downgraded, w... -
Created Clion no longer debug ? - win
AnsweredHey Clion 193.3519.24 Win 10 x64 msvc 2019 No matter which mode I'm in when I press debug I get the code below > Process finished with exit code 0 Normal "run" runs just fine. It happens on ... -
Created PCH + MSVC ? How to
Answeredhey Like topic said, how can I add PCH flag to my cmake to use PCH in my project? TIA -
Edited Clion Python PySide2... no code insights/autocomplete ?
Hey I've just added a venc python to my c++ project, I installed PySide2 using python Interpreter tab in settings & enabled Compatibility mode with PySide2. However when I type something like: ... -
Created Select line by search arg?
AnsweredHey I'm cleaning up code and I'd like to select all lines in the current file that have: ////! In them and then delete them? I'd also like to delete any empty lines at some point too? How can I d... -
Created clion Debug & Qt? - expressions -msvc
AnsweredHey I just got clion with debug running on msvc and oh my its so amazing! But I do wonder... how can I cast QString in to something "readable"? I think I need expression but not sure how to get it...