Ivan Smth
- Total activity 65
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 24
-
Created 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? -
Created Disable console soft wraps
AnsweredConsole soft-wraps always happen on lines that are 1000+ characters long even when Use soft wraps disabled in options Editor>General>Console -
Created 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? -
Edited 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... -
Created Some code grayed out?
AnsweredI just opened the editor for first time and seing this why parts of code are grayed out like the if (kMinJpegSize > imageSize) block? -
Created Run project Ctrl+10 when Pycharm is not a foreground window.
AnsweredI want to be able to press Ctrl+10 or other shortcut to run the project even if Pycharm is not a foreground window. -
Edited 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... -
Edited 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... -
Edited 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...