Chnusmo
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
创建于 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... -
创建于 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 ... -
创建于 "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... -
创建于 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... -
创建于 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 ...