Keith Davis
- Total activity 1129
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 7
- Subscriptions 303
-
Created 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 ... -
Created 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... -
Created 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... -
Created 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... -
-
Created 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 ... -
Created 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... -
Created 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... -
Created 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? -
Created 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"...