Abhijat Malviya

Avatar
  • 活动总数 8
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 4
  • Abhijat Malviya 创建了一个帖子,
    已回答

    Passing custom options to git while rebasing

    Is 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`?  
  • Abhijat Malviya 创建了一个帖子,
    已回答

    Autocomplete does not work for member of template class

    I 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...
  • Abhijat Malviya 创建了一个帖子,
    已回答

    CLion does not detect tags in tests written using the catch framework

    Hi   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...
  • Abhijat Malviya 创建了一个帖子,
    已回答

    How do I set paths for header and source files in new class?

    When 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...