Alon Leibman

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created Remote Desktop Display issue with CLion
AnsweredHi, Whenever I work remotely on CLion using the windows remote desktop, CLion display looks weird- backgrounds and fonts don't look normal (see attached screenshots). My remote desktop uses a LAN c... -
Created Detect unused struct members
Hi, I've noticed that CLion successfully detects struct members not being used when selecting "find usages". Is it possible to perform code analysis /cleanup and detect struct members not being use... -
Created Disable new SVN change list
AnsweredHi, It appears that CLion auto-generates SVN change lists such as "Default Changelist".This interferes with some of our scripts. Is there a way of disabling it? Best Regards,Alon -
Created Auto generated configuration
AnsweredHi, Recently CLion 2021.1.1 received the capability to share CMake configurations which is a great improvement.CLion currently detects all CMake targets (including custom targets) and adds them to ... -
Created Debugging with std objects
AnsweredHi, I'm having trouble when debugging a Visual Studio compiled application.It's very hard to debug std based variables (such as std::string, std::vector, std::map...) CLion debugger doesn't allow v... -
Created Trigger cmake generate when new file is added
AnsweredHi, My project is using a file(GLOB_RECURSE..) to add source and header files to the project. When a new file is added, unless cmake is manually refreshed, the new file will not be compiled Is ther... -
Created Import Run/Debug Configuration
AnsweredHi, My project includes multiple executables and libraries being built. CLion automatically detects it and adds it to the Run/Debug Configuration target list. I've noticed the list is saved as part... -
Created Cmakelist - Run custom command on depended file change
I'm trying to run a python script in CMakelist.txt each time a depend file changes. This script affects the project (source files, headers...). I've tried adding a custom command in the CMakelist.t... -
Created How to disable closing bracket reformat wraps long line
AnsweredWhen adding the closing brace to an existing code block, long lines are being wrapped and reformat. Is there a way of disabling it?