RabbyteDan
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
-
RabbyteDan 创建了一个帖子, 已回答Getting C++ inspections for a C project
Hey after working with C++ I now want to give C a try and started learning it. I created a C 23 project in CLion and started experimenting with the language. But one thing I noticed, I am getting C... -
RabbyteDan 创建了一个帖子, 已回答Middle Mouse Multiline on Windows
Hey - I am using CLion on Windows, Linux and Mac. On Mac multiline selection and creating multiple carets via holding the middle mouse button and dragging over multiple lines works as expected. How... -
RabbyteDan 创建了一个帖子, 已回答Refactor rename only in current project
When refactoring renaming variables or functions in a C++ project I sometimes noticed that this would scan for EVERY occurrence of the name, even in library files, documentation htmls et cetera. Co...