IC

- 活动总数 68
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 24
-
创建于 Click line number to perform run to cursor seems bot to work with new UI
已回答Now it's a wide button to toggle breakpoint -
已编辑于 How to regenerate the cmake target list of buildable targets?
已回答I mean the list under that widget I removed each target manually and now I can't regenerate it from scratch. I tried to remove .idea and cmake-build-* directories, and Unload CMake project. No luc... -
创建于 Build dependent targets on a specific run configuration?
已回答Let's say i have a cmake target called "App" which is executable target. I want to build another target which is dynamic library when running this "App" target. I expected i can just create an entr... -
创建于 Power outage caused a loss of changes in files
已回答I left my IDE for a rest while was AFK. When I came back I noticed that I lost all changes I made before. There were not so much changes and I can restore them in ~20 minutes but I imagine that the... -
已编辑于 Python refactorings don't work sometimes
已回答When I press "Refactoring/Rename" shortcut nothing happens. A hint message, however, appears in the status bar "Refactor this" menu doesn't contain "rename" entry Of course I call this when the c... -
已编辑于 Variable program arguments
已回答Can we define placeholders for program arguments and edit them in a single place in IDE?I have multiple programs, all of them require an auth token passed as CLI argument and i have to edit them al... -
已编辑于 Clion. How to fetch more context in the memory view?
I'm debugging a nasty bug with memory corruption and i need to see more context in memory viewI've pointed to a variable and want to see more values of addresses above.Is it possible to do that wi... -
创建于 What is the best way to review a VCS branch in any of the IDEs?
已回答I made a feature and wanted to review changes straight in the editor as a single changeset. I don't use internal built-in VCS features for maintaining my git branch, all i have is a master branch a... -
创建于 Why CLion can't create a Python project?
已回答CLion is not able to create python projects, however, it can create Rust, React and other not-related to CMake ones. Python Community plugin is installed The problem of creating python-based projec... -
已编辑于 How to run and debug a GUI application on WSL2?
已回答I've setup VcXsrv client on windows Addedexport DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0export LIBGL_ALWAYS_INDIRECT=1 into `~/.bashrc` of the WSL Ubuntu dist...