Leo Burov
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created Nodeunit with a jasmine adapter: "Please specify test directory correctly" error.
Hi,I've set up a node.js plugin, and followed http://blog.jetbrains.com/webide/2011/12/waiting-for-approval-run-nodeunit-tests-with-webstorm-3-0/ this post to set up node unit.I have set a run conf... -
Created Are there any directives to ignore code during indexing?
My situation is simple:I am unit testing a php class calles \space1\A. Class A has a member class called \space2\B. I wish to stub class \space2\B and so my unit test file for class \space1\A looks... -
Created PHP introduce and change namespace refactoring options
Hi,Lets say I have a class in the global namespace and wished to move it to a file in a local one. Or if I had it in one namespace, e.g. \a\b\c and wanted to move it to another, e.g. \a\e\g\f.Is it... -
Created Inconsistent indentation problems in Javascript and PHP
Hi,I'm wondering what settings I'm missing, or if these are bugs:Best demonstrated through some examples:Javascript - various constructs// problems with variable declarations and function call para... -
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...