Zhoujiazhiwork
- 活动总数 35
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
创建于 run/debug executable in a custom folder with resources
已回答My app depends on files in a specific folder. Currently I build manually, copy the exe there, and run it via CMD. I want to run/debug directly in CLion using the Run/Debug button, with the correct ... -
创建于 Feature request: Add filter option in Find in Files to include/exclude code removed by macros
In the Find in Files window, we can already set filters like Anywhere, In Comments, In String Literals, etc.It would be very useful to also have an option to include or exclude code that is removed... -
创建于 Modifying a .cpp file (with unused header) sometimes triggers a full project rebuild
I noticed an issue with build behavior in CLion.When I modify a .cpp file whose header is not referenced by any other files, it occasionally triggers a full project rebuild. Most of the time, only ...