Abhijat Malviya
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Passing custom options to git while rebasing
AnsweredIs it possible to pass custom options while rebasing from within CLion? For example what would be the equivalent to: `git rebase -i --keep-base dev`? -
Created Autocomplete does not work for member of template class
AnsweredI have a template class with a size_t parameter. The class has a member which is basically an std::array with the size_t parameter. Autocomplete does not work for elements in the indexes of the arr... -
Created CLion does not detect tags in tests written using the catch framework
AnsweredHi I am trying to narrow down the unit tests being run inside the integrated unit test runner in clion, using tags to filter. The tests are written using catch. I have created a new run configura... -
Created How do I set paths for header and source files in new class?
AnsweredWhen I add a new class I want to create the header file in a special folder called "include" within the project root and the source file in a folder called "src", also within the project root. This...