Ivan Smth

Avatar
  • 活动总数 57
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 2
  • 订阅数 21
  • 已编辑于

    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.
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 已编辑于

    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...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 已编辑于

    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...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 已编辑于

    Align key-value pairs in different style of array declaration

    There is option "Align key-value pairs" in Settings > Editor >Code Style > PHP > Other > Array Declaration Style $x = array( 0   => "zero",   123 => "one two three",   25  => "two five"); It work...
    • 6 个关注者
    • 10 条评论
    • 2 票
  • 创建于

    Messed up code after max UNDO followed by REDO

    I got 2016.1 when doing Undo with keyboard shortcut key at maximum steps available and then Redo with keyboard shortcut code messes up. Not all code but where cursor is located code gets broken and...
    • 3 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Change logo and icon to old one?

    Why you guys always change logo in new version this is bit annoying because nothing else really changes other than that.I understand its marketing and stuff but i like consistency i am used to v8 l...
    • 1 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Auto forward slash, can i turn it off?

    How to remove auto forwardslash on pasting code into string  say i have string$sql = "SELECT {$arr["key"]}                 FROM mytable"if i copy and paste {$arr["key"]} part i will get$sql = "SELE...
    • 2 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    Freezing entire computer on file upload randomly.

    Random freezes on file upload, possible large files like images but pretty much any file, once this happens i guess it gets in some loop and my entire computer stops responding cant even pull up ta...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    Define custom code style.

    Code style in options is great however i'd like to have more flexibility here's what i am looking for.Say i have PHP codeif ( !empty($variable) && $variable == 10 ) {   ...}if ( !empty($variable) )...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    Add last edited time as comment at bottom of PHP code

    AI'd like to keep track on when i edited each file in my project, tried typeing it for every file, but its not best way, i keep forgetting to do it or chose not to.Is there feature in PHP Storm to ...
    • 2 个关注者
    • 5 条评论
    • 0 票