Andy Duplain
- 活动总数 46
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 16
-
创建于 I need to activate my Rust plugin now?
已回答I have just updated the Rust plugin in CLion 2024.1.1 and it's blocking me from using it as I have to activate it and I don't have a valid license? -
创建于 Run with root privileges does not work for Rust project under macOS
My program has to run as root, however when I select “Run with root privileges” in the Run Configuration it does not elevate my privs before starting the program.I have set “Process Elevation” to “... -
已编辑于 CLion 2023.2 locks up the UI while doing analysis of my CMake project
已回答Twice tonight I have had the UI lock-up while it appears to be analysing my CMake project. The first time I noticed a couple of `clangd.exe` sub-processes in Task Manager before killing CLion, how... -
已编辑于 /snap/bin/cmake: file not found
已完成CLion version: 2022.3.3 O/S: Linux Mint 21.1 I want to use a much later version of cmake than is bundled with CLion and with the Linux distro so I have installed the snap version of cmake. However... -
创建于 "Conditionally disabled code" rust inspection. How do I disable it?
已回答I don't see conditionally disabled code as a problem so would rather not see it in the Problems tab, however I cannot how to disable this inspection. Can anyone enlighten me? -
创建于 Can I change my rust target settings to see code for another platform?
已回答I am working on a rust crate that targets multiple platforms, however I would like to tell CLion that I am developing for the Android target so that code wrapped in `#[cfg(target_os = "android")]` ...