Ivan Smth
- Total activity 65
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 24
-
Edited Stopped deleting remote host file adter deleting local file
AnsweredIt 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... -
Edited 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. -
Edited 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... -
Edited 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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) )... -
Created 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 ...