Andreas Zoufal
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 8
-
已编辑于 PyCharm 2025.3.1.1 - git rollback not working
已回答This is a strange new behavior - if I want to rollback some files from git, this doesn't work. It is simply ignored, and after some attempts it works (randomly?). No idea how this can happen.In the... -
已编辑于 Lost my git modal commit interface (again and again and again...)
已回答Hi! I just updated CLion to version 20215.1.1 - and my git modal commit interface vanished - a cannot count how often this happened in the past, but it is really annoying. Looks like you brought a ... -
创建于 Resharper Engine wrong error hint
CLion 2024.2.2 - I tried to enable the Resharper Engine, and I get a wrong error hint for this code, which compiles with g++10:extern "C" { typedef enum { kFirst = 0 } CEnum; } static_assert(s... -
已编辑于 PyCharm Editor import assistant uses __init__.py instead of original source file
Hi experts, I have a problem with the PyCharm Editor import assistant. I'm developing a library package with many sub-modules in sub-directories. I often include classes from from low level sub-mo...