IC
- Total activity 77
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 27
-
Edited CLion and Rider discussion
AnsweredHere 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, ... -
Created Is there a public API for CLion internals?
AnsweredI 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... -
Created Save project as template in CLion. How?
AnsweredThere 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 ... -
Created Click line number to perform run to cursor seems bot to work with new UI
AnsweredNow it's a wide button to toggle breakpoint -
Edited How to regenerate the cmake target list of buildable targets?
AnsweredI 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... -
Created Build dependent targets on a specific run configuration?
AnsweredLet'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... -
Created Power outage caused a loss of changes in files
AnsweredI 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... -
Edited Python refactorings don't work sometimes
AnsweredWhen 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... -
Edited Variable program arguments
AnsweredCan 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... -
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...