Bumf71

Avatar
  • 活动总数 15
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 5
  • 已编辑于

    Indentation of if statements where condition spans multiple lines

    Hi,Due to code-sniffer rules on our project, multi-line function calls have to start on their own line. So when a multi-line function call is the condition of an `if` statement, it formats like   ...
    • 2 个关注者
    • 2 条评论
    • 1 票
  • 创建于

    Scala make takes 10s even with no changes whilst Activator is sub-second

    Hi all,I am working on a hello-world Scala/Play app in Intellij IDEA 14.1.1I am running a very simple test - see below. Running just this test through Intellij takes 10s even without any changes to...
    • 2 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    Easy way to add js & css libs to HTML page

    GdaySo I have Twitter Bootstrap setup as a library and I'm looking at an empty HTML page in the editor.Is there an easy way to add the appropriate <link> and <script> lines to the page? I use Emmet...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Phpunit suppressing errors when skipping tests

    Hi,I'm skipping unit tests like sopublic function setup(){        parent::setup();        if ( ! defined ('TEST_DB')){            $this->markTestSkipped('skipping db tests');            return;    ...
    • 2 个关注者
    • 1 条评论
    • 0 票