IC
- 活动总数 77
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 27
-
已编辑于 CLion and Rider discussion
已回答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, ... -
创建于 Is there a public API for CLion internals?
已回答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... -
创建于 Save project as template in CLion. How?
已回答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 ... -
创建于 Click line number to perform run to cursor seems bot to work with new UI
已回答Now it's a wide button to toggle breakpoint -
已编辑于 How to regenerate the cmake target list of buildable targets?
已回答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... -
创建于 Build dependent targets on a specific run configuration?
已回答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... -
创建于 Power outage caused a loss of changes in files
已回答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... -
已编辑于 Python refactorings don't work sometimes
已回答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... -
已编辑于 Variable program arguments
已回答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... -
已编辑于 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...