Ivan Smth
- 活动总数 65
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 24
-
创建于 Disable Ctrl+Mouse wheel for history (undo/redo)
When i use Ctrl+Mouse wheel it does history undo and redo very annoying how to disable this? -
创建于 Disable console soft wraps
已回答Console soft-wraps always happen on lines that are 1000+ characters long even when Use soft wraps disabled in options Editor>General>Console -
创建于 GIT commit message box is missing
Every time i press commit, it uses previous message i had, I don't see comment box for commit anymore where did it go? -
已编辑于 Import settings from Pycharm 2014.1.3 to 2014.3
When installed 2014.3 it said settings will not be deleted if i do silent uninstall, but after installing and opening all my IDE settings are gone. How do i restore them? I found settings folder, b... -
创建于 Some code grayed out?
已回答I just opened the editor for first time and seing this why parts of code are grayed out like the if (kMinJpegSize > imageSize) block? -
创建于 Run project Ctrl+10 when Pycharm is not a foreground window.
已回答I want to be able to press Ctrl+10 or other shortcut to run the project even if Pycharm is not a foreground window. -
已编辑于 Fold/Collapse code in console output (not editor)
I am printing different chunks of data in console for debugging i wonder if there is way to make data fordable (hide/show by clicking button)?e.g. print('Foldable Output') print('fold_start') pri... -
已编辑于 Vertical algin code
I want to have vertical margin to align ‘type’ and 'descr' keys of array automatically rather than manually spacing every line, how can this be done. Tried plugin Vertical Algin however it does no... -
已编辑于 Highlight Method/Function body with custom color.
Its difficult for me to see structure of a class (even with code indented and spaced) when i have tiny methods and long methods it all looks like big chunk of code that i have to spend time to look...