Dennis Haupt
- Total activity 1158
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 412
-
Created show type of an expression/variable
i like inferred types and prefer not to explicitly write them down to make it easier to change the return type of some method. but at some point, i'd like to push a button/hotkey and let idea tell ... -
Created compiler internal error, exit code 1
for some reason, my scala code won't compile anymore. is there anything i can do to find out why? -
Created code completition question
the code completition lookup offers lots of methods like +,*,++, count, copytoarray, containsslice and lots more on ANY object... but why? they do not belong there. sometimes it's hard to find my o... -
-
Created type inferring bug
a simple example:[code lang=scala] val remainingPatches:ListBuffer[MineralPatch] = new ListBuffer[MineralPatch]++=patches-=firstPatchInArea // all traversables[MineralPatches] ... -
Created debugger views
don't they work woth scala classes? i tried to add a view for traversable objects to look like simple arrays. listbuffers are hard to debug with the default tostring-view -
-
Created can't find 2 options
i can't find 2 options1. console output size. i need to make it bigger2. increase the size of the completition list. i have 30 inches of tft space and want to use it -
Created sql code assistant causing reindexing on every idea restart
can anyone confirm this? i've identified this plugin as the source of my problem -
Created export uml diagram?
Answeredis it possible to export an uml diagram in a format that other uml editors can read?