Leo Burov

- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created How to hide all panes but the main with one shortcut?
Is it possible to set up and press a shortcut to hide all support panes (e.g., file tree, debug, version control, etc.) at once? -
Created Is there an option to paste while maintaining relative indentation?
I looked in preferences and searched in forums but no results so far. This question is similar but it seems that the IDE's are too different.Here's what I would like it to do:Example 1:if (a > b) {... -
Created Is it possible change a highlighted class variable color?
As you can see in the screenshot this variable is competely un-readable and I can't find the setting that changes it's bloody hightlight color. The variable is declared as public at the top of... -
Created How to speed up slow javascript?
Hi,For some reason my javascript file gets very slow when it reaches a size hardly exceeding a couple of pages.Not just code asist, but even typing code itself lags. It is frustrating enough to spe... -
Created Deploying to FTP
Hello,I can't seem to figure out how to deploy an existing project to ftp. In the past I've been able to start a project directly from FTP files on my external server, but then I had difficulties d... -
Created Synchronization with FTP question
I have a project in phpstorm 1.0.2 set up to download from an ftp server. When I edit and save a file I'd like to hit project synchronize and have only the changed files uploaded to server.Is somet...