Ivan Smth

- 活动总数 57
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 21
-
创建于 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... -
已编辑于 phpStorm 2016.3 return old 2016.2 apperance?
Whats that dull colors for folders in version 2016.3.2 How do i restore default color theme as was in 2016.2 with folders yellow and all rest is same. -
已编辑于 Stopped deleting remote host file adter deleting local file
已回答It used to work earlier today but stopped deleting files on remote server after local file is deleted. i have auto upload enabled on Ctrl+S Edit: Never mind actually it does delete files, but onl... -
已编辑于 Auto Indent parameters inside HTML tag as in PHP array.
There is option "Align key-value pairs" in Settings > Editor >Code Style > PHP > Other > Array Declaration Style It aligns $x = array( 0 => "zero", 12345 => "one two three", 25 => "two...