afdasaerlkjavsd
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Can code folding be animated by a smooth transition?
AnsweredWhen folding long blocks of code, its easy to loose track of where one was and it hits the eye. Is it possible to enable some sort of smooth folding? Such that the code folding is animated by a tra... -
Created What is the meaning of branches "moving back in" in the Git graph view?
AnsweredIn the attached screenshot, in the area marked by the blue bracket, three branches are branching of the left most branch. Is there a meaning to these branches turning back in to the left, once they... -
Created What kind of changes require which restart procedure?
AnsweredGiven a Java Maven project with nested modules. When changing the source code of one of the nested modules, various options to restart the application exist: Restart App:Simply hitting “Rerun App C... -
Created What maven command does "Reload All Maven Projects" correspond to?
AnsweredThere's this button in IDEA:Does this have a maven command line correspondence or is it a purely IDEA related feature? What does it actually do? -
Created Does the "Run" button trigger a clean installation?
AnsweredAfter making a change to a Java class, is it enough to press “Run” for IDEA to run a maven installation or do I first need to specifically run `mvn clean install` before I press “Run”?Any links to ...