Alon Leibman

Avatar
  • 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

    Answered
    Hi, 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...
    • 3 followers
    • 2 comments
    • 0 votes
  • 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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Disable new SVN change list

    Answered
    Hi, 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
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Auto generated configuration

    Answered
    Hi, 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 ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Debugging with std objects

    Answered
    Hi, 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...
    • 2 followers
    • 8 comments
    • 0 votes
  • Created

    Trigger cmake generate when new file is added

    Answered
    Hi, 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...
    • 3 followers
    • 1 comment
    • 0 votes
  • Created

    Import Run/Debug Configuration

    Answered
    Hi, 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    How to disable closing bracket reformat wraps long line

    Answered
    When adding the closing brace to an existing code block, long lines are being wrapped and reformat. Is there a way of disabling it?
    • 2 followers
    • 1 comment
    • 0 votes