Andy Duplain

- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 15
-
Created I need to activate my Rust plugin now?
AnsweredI 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? -
Created 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 “... -
Edited CLion 2023.2 locks up the UI while doing analysis of my CMake project
AnsweredTwice 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... -
Edited /snap/bin/cmake: file not found
CompletedCLion 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... -
Created "Conditionally disabled code" rust inspection. How do I disable it?
AnsweredI 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? -
Created Can I change my rust target settings to see code for another platform?
AnsweredI 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")]` ...