IC

Avatar
  • Total activity 77
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 27
  • Edited

    CLion and Rider discussion

    Answered
    Here I want to ask JB team about the future of both products. As I see from the YT issues and other forum posts that Rider is designed as GameDev IDE which includes both popular gamedev languages, ...
    • 6 followers
    • 3 comments
    • 2 votes
  • Created

    Is there a public API for CLion internals?

    Answered
    I want to make a plugin but it requires an ability to navigate in C/C++ code with a proper AST. PsiFile/PsiElement seems like a hard-to-handle solution because it's abstracts some C/C++ internal da...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Save project as template in CLion. How?

    Answered
    There is https://www.jetbrains.com/help/idea/saving-project-as-template.html and this https://www.jetbrains.com/help/phpstorm/saving-project-as-template.html for Idea and PhpStorm respectively but ...
    • 3 followers
    • 1 comment
    • 3 votes
  • Created

    Click line number to perform run to cursor seems bot to work with new UI

    Answered
    Now it's a wide button to toggle breakpoint
    • 2 followers
    • 1 comment
    • 2 votes
  • Edited

    How to regenerate the cmake target list of buildable targets?

    Answered
    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...
    • 5 followers
    • 4 comments
    • 0 votes
  • Created

    Build dependent targets on a specific run configuration?

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

    Power outage caused a loss of changes in files

    Answered
    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Edited

    Python refactorings don't work sometimes

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

    Variable program arguments

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

    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...
    • 2 followers
    • 0 comments
    • 2 votes