Leo Burov
- 活动总数 54
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 17
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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? -
创建于 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) {... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...