Wi Wi

- Total activity 437
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 185
-
Wi Wi created a post, AnsweredYoutrack down?
Top of page says "The text index is currently being rebuilt. In queries that search for text, the results may be inaccurate. 0% complete" and search almost does not work, most of queries give zero ... -
-
-
-
-
Wi Wi created a post, CompletedHow to use custom build?
Issue: my project does not use cmake, instead I create a "fake" CmakeLists.txt file which contains all headers but no build targets. This works amazingly, CLion parses all code and all headers cor... -
-
-
Wi Wi created a post, CLion header search path for 'installed' headers
We have a pretty large codebase (10K+ files). And for some historical reasons all directories are organised the following way: <prjroot>/ mylib1/ MyLib1Class1.h MyLib1Class1.... -
Wi Wi created a post, AnsweredHow to navigate to ctor from make_unique statement?
Consider pretty common code style: auto var1 = std::make_unique<MyClass>(1, 2, 3);auto var2 = std::make_unique<MyClass>("str1", "str2"); Question is: how to "ctrl+click" into corresponding ctor?