Dennis Haupt

Avatar
  • Total activity 1158
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 412
  • Created

    scala 2.13.2 jars not found?

    i cloned this git repo -> https://github.com/HamsterofDeath/thelab imported the project into intellij. the "sbt to idea" feature worked as usual, but when i want to compile i get this: the "AppDat...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    how to set up a dotty sdk?

    when downloading scala, the max version is 2.13.2 manually registering the sdk doesn't work, intellij doesn't recognize it as a scala sdk.
    • 2 followers
    • 1 comment
    • 1 vote
  • Created

    use different font sizes per installation despite settings being synced via cloud

    Answered
    is this possible? i have intellij installed two times. the resolution of the screeens i am using it on is different and it seems i can either sync *all* settings or none. is there a solution?
    • 2 followers
    • 1 comment
    • 0 votes
  • Edited

    how do i show a diff between to commits on different branches (mercurial)?

    Answered
    in tortoise hg, i select two commits and ask for a visual diff. does such a feature exist in intellij? for example, i want to see all the differences between two releases. it seems i can do this on...
    • 4 followers
    • 3 comments
    • 1 vote
  • Created

    editor locks up from time to time

    is there a reason why the editor cannot be independent from code analysis, find usage etc?
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    find usage/declaration speed

    hi, there are some cases in which the scala plugin takes surprisingly long to find the usages or declaration of a symbol. sometimes, i can tell be looking at the code that there are only local occu...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    opening the terminal starts "sbt clean test"

    it started happening after the most recent update of intellij idea. is this a bug? is this a config option somewhere?
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    stop scrolling on terminal window

    Answered
    hi all, i am forced to use the terminal window from inside intellij to do stuff. lines are being added constantly, so it's rather annoying to scroll up and select a bit of the content. is there an ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Edited

    next features?

    hi all, the last blog entry is quite old now - what are you working on at the moment? any awesome features in the pipeline?  
    • 2 followers
    • 2 comments
    • 1 vote
  • Created

    how to search for "apply"

    assume i am looking for all apply-calls of something. if it is an object i do a text search for "objectname(", but if it is a parameter or a local val, or a def, i will miss the calls. find usages ...
    • 3 followers
    • 5 comments
    • 0 votes