Dennis Haupt

- 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... -
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. -
Created use different font sizes per installation despite settings being synced via cloud
Answeredis 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? -
Edited how do i show a diff between to commits on different branches (mercurial)?
Answeredin 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... -
Created editor locks up from time to time
is there a reason why the editor cannot be independent from code analysis, find usage etc? -
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... -
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? -
Created stop scrolling on terminal window
Answeredhi 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 ... -
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? -
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 ...