tim pigden

Avatar
  • Total activity 123
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 40
  • Created

    java exception breakpoints in debugger: all or nothing!

    I needed to set a breakpoint for a java exception being thrown inside a library I was calling.But when I go to the Breakpoints dialog in the debugger I get a single Java Exception Breakpoints check...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    where did the checkboxes for replace options go?

    Answered
    Formerly, on replace, you got a really useful set of checkboxes for regex, preserve case and so on.I use and change these a lot.Now the options are all relegated to a settings drop-down menu with n...
    • 4 followers
    • 6 comments
    • 1 vote
  • Created

    You may want to promote Kotlin, but I don't feel it deserves 2nd place on the "new" file menu

    On source, right click on New, Kotlin is right up there in 2nd place.I feel this is an unnecessary addition to the most important parts of the menu, since I suspect very few of us are going to be u...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Help: I can't import an sbt project

    I have an sbt project. I try to import it and it goes wrong in the middle. I get an imported project that's incomplete - for example it doesn't know about the build.sbt fileWhat sort of things migh...
    • 7 followers
    • 10 comments
    • 0 votes
  • Created

    autocomplete else incorrectly

    if I type in a simple if-else, when I get to else, the autocomplete pops up a set of functions that do not include else. If I do an <enter> it selects the top one.As a consequence, with the default...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    bug report

    System crashed with this trace:plugin version   0.26.335     Was doing a global replaceindexing info: indexed at 1388921658221 with size 5356 java.lang.Throwable at com.intellij.openapi.diagnostic....
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    latest scala plugin on 13 working great

    I've been dipping in and out of the 13 EAP for the past few months - sometimes it was good sometimes pretty awful - but at least 12 was a stable known quantity.But now I've upgraded to 13 .01 and l...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    GC overhead limit exceeded when compiling

    Hi - I can't compile my code any more.If I work directly from SBT I use -mem 2000 as a parameter and it works ok (also compilation hits all threads).Using intellij it's on one thread and then it fa...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    weird tabs in sql console

    Hi I paste a query formatted like so:>>>>>>>>>>>>>>>>>>>>>>create or replace view mart.trip as SELECT trip.*,   linetext, polyline    FROM dw.trip as trip   join (select trip_id, st_astext(pp) as l...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    word of thanks

    Hi guys - just to say that although it's not perfect, the current latest (well that which runs on 12.1.1 anyway) scala + play version is really a pleasure to use. I find myself using the red bits a...
    • 4 followers
    • 3 comments
    • 0 votes