Zhoujiazhiwork
- 活动总数 35
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
Zhoujiazhiwork 创建了一个帖子, 已回答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 ... -
-
-
-
Zhoujiazhiwork 创建了一个帖子, 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... -
Zhoujiazhiwork 创建了一个帖子, 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 ... -
Zhoujiazhiwork 创建了一个帖子, 已完成Conditional breakpoint with expression always triggers regardless of result
I found that conditional breakpoints don’t seem to work correctly.For example, I set a condition like: "text.Contains("Hello")"However, the breakpoint is always triggered, no matter whether the exp... -
Zhoujiazhiwork 创建了一个帖子, “Go to Definition/Declaration” mispairs constructors with multiple overloads in custom class
I encountered an issue with “Go to Definition/Declaration” when working with a custom class that has multiple constructor overloads. header:explicit String(const std::string& str);String(std::initi... -
Zhoujiazhiwork 创建了一个帖子, 已回答Question about CLion Nova and code privacy
I am considering enabling Nova in CLion, but I would like to confirm how it handles code analysis. Does Nova ever upload my local code to the cloud for processing or analysis (for example, when usi... -
Zhoujiazhiwork 创建了一个帖子, 已回答How to properly index mono/mono source code in CLion?
I’m trying to open the Mono source code (https://github.com/mono/mono) in CLion. However, when I open the project, CLion does not index the code—there’s no syntax highlighting or code auto-completi...