Chnusmo

- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
-
Chnusmo created a post, Local History for any file (HDD crash and file is gone)
Hi, I had a HDD crash and thus the drive letter as well as the files are gone. My backup is a bit older so I'd like to view the local history for the files in question. I can view the local history... -
Chnusmo created a post, Right click -> run behaves differently than using the keyboard shortcut for this menu point (terminal vs 'Run' console) when "#!/usr/bin/env python" in file
Hello, I have a .py file and I want to run it in the "Run" console (the one with the "play" symbol. Not terminal and not python console). The file has "#!/usr/bin/env python" as the first line. I ... -
-
-
-
-
Chnusmo created a post, "Run" console does not print everything - cuts long string after half of it was printed
Could not find anything regarding this issue via search. I'm normally use the "Run" console ("Emulate terminal in output console"). I use some print() statements to debug my code, they print some j... -
Chnusmo created a post, Show tooltip with "if" condition when hovering over "else"
Could not find anything via search, no idea if PyCharm can do that already and I did not find it, or if it's a feature request. What I want: - I mouseover an "else" or "elif" and the tooltip show... -
Chnusmo created a post, Console scrolls horizontally to the end when input() with long string
Hello, when I debug my script I often put some quite long debug strings into a python input(...), so that the program stops until I press Enter. Problem: When the string is longer than the width ...