Keith Davis
- 活动总数 1129
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 303
-
创建于 Typescript Compiling - Space / Tab Issue
Kind of like a Space / Time issue, but not really.We use Tabs, not spaces. Typescript compiles with spaces for indentations. Then when we Format Code, we get mixed Tabs and Spaces.......Any way to ... -
创建于 Typescript - External Tool Configuration
Anyone done this successfully? I have Typescript working on my machine:c:\inetpub\Intranet_Local\javascript>tsc projects.tsc:/inetpub/Intranet_Local/javascript/projects.ts(6,2): The name '$' does n... -
创建于 Darcula Theme - He Broke Me!
I cannot believe this! I normally don't care about themes, but I wanted to see the Darcula. Well, I checked it out and then changed it back, but now my Appearance is completely messed up! Geez, I'm... -
创建于 JSHint - Use Strict Global Problem
We have a global object called PRIDE that is defined in common.js as:if(!PRIDE) var PRIDE = {};However, because it's global and we are using JSHint and Use Strict, I have to add ito the Global in P... -
-
创建于 JSHint & Use Strict - 'function' not defined?
When I enable Use Strict for JSHint and add "use strict"; to the top my scripts, now I get errors from JSHint if the function is not defined in the same file that it is called. How do I get rid of ... -
创建于 JSHint - Use Strict - Strange Behavior
Does this work? When I enable, I get all kinds of errors telling me expected "use strict;"; statement, no matter how many I put in or where I put them. Also, if I put a "use strict;"; the top of my... -
创建于 Cannot Connect To Remove CVS Respository
Suddenly today, I cannot connect to our CVS repo (server06.pridedallas.com) from PHPStorm. My other CVS clients connect just fine and PHPStorm worked fine yesterday. Now, I get Error: Timeout while... -
创建于 Using Composer - PHPUnit Configuration Problems
Anyone using Composer with PHPStorm and running PHPUnit? It's such a different configuration. Seems I'd have to make a log of manual configuration changes to make it work. Am I missing something? -
创建于 Help With JavaScript Unit Testing - Sample Does Not Work
I believe that I followed these instructions correctly http://blog.jetbrains.com/webide/2011/10/javascript-unit-testing-support/, but the result I get is:"c:\program files (x86)\java\jre6\bin\java"...