Dennis Haupt
- Total activity 1158
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 412
-
Created why does idea have a "run gc"-button?
i mean, what is that button good for? sure, i can press it while waiting for make to finish, but...it doesn't really do anything. -
Created please consider enhancing this feature
i use "extract method" quite often. in most cases, i have a simple line likea = calcSomething(d.getX());if i extract "calcSomething(d.getX());", there will just be another method delegating a call ... -
Created easiest way to make something runnable?
using idea, i can simply click on "run", to run my app. if i want to give a runnable something to someone else not having an ide, how can i make a runnable jar or bat or sh as simple as possible? (... -
Created nimbus?
hi there,when will idea support the nimbus look & feel? right now, i can activate it, but there are quite a few glitches (popup-menues, menu-items have the same background color no matter if the cu... -
Created idea & nimbus
i wanted to search the forums first but didn't find a search button, so:is idea supposed to look hacked together when using nimbus l&f? buttons too bug, separator lines missing at severeal places, ... -
Created how to prevent idea from string temp files in c:\users....
i copied all my projects, jdks and ideas to a ssd and reconfigured everything to read and write everything to the ssd so i can simple take it, connect it to another computer and continue working th... -
Created idea 9873, cannot start tomcat
idea tells me it cannot load the web.xml from .intellij8x/system/tomcat/unnamed_projectXXXXXXXXXXX/conf/web.xmlther eason is that there is no web.xml, and if i put it there, it gts deleted. with id... -
Created copy a project
is it possible to simply copy a directory contiang all source/libs/project files or will this mess up intellij's caches? if yes, how can i make a copy of my project? it was reeeeeally annoying to g... -
Created what is faster - for or foreach?
i want to check all elements inside an array if (whatever(arrayelement))i know foreach creates an iterator, but how does it work for an array? if performance is very important, should i use the old... -
Created too all who suffer from pauses or low performance in general
i switched off every plugin i didn't really need, and it helped a LOT. i didn't bother to find out which plugin caused it.