Andreas Zoufal
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 8
-
Edited PyCharm 2025.3.1.1 - git rollback not working
AnsweredThis 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... -
Edited Lost my git modal commit interface (again and again and again...)
AnsweredHi! 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 ... -
Created 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... -
Edited 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...