Keith Davis

Avatar
  • 活动总数 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 ...
    • 2 个关注者
    • 4 条评论
    • 1 票
  • 创建于

    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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    JSHint - Use Strict - Exclude Files

    Is there any way to exclude certain files?
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    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 ...
    • 2 个关注者
    • 8 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    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...
    • 1 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    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?
    • 2 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    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"...
    • 2 个关注者
    • 6 条评论
    • 0 票