EdG
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
-
-
EdG created a post, AnsweredMacOs + German keyboard ... short cuts changed?
I think until "recently", the shortcuts for navigation back/forward were command + left/right (maybe with some other modifier). That worked nicely for me. Thing is: since a few weeks (maybe some Ma... -
-
-
EdG created a post, AnsweredHow to get "Replace in Files" to show me ALL files, in a consistent manner?
In our huge project, I am asked to replace "trace mask". It boils down to searching for a string that starts like "XYZ with "ABC Now: when I open the "Replace in Files" in IntelliJ (community editi... -
EdG created a post, Answered"Reload Gradle" overwrites "project name"
In our settings.gradle file, we set the project name like: rootProject.name = "foo" First time I open it with IntelliJ, the project shows up in the toolbox "Projects" as foo. Fine. When I rename th... -
EdG commented, -
EdG created a post, AnsweredToolbox needs 450+ MB of RAM?
Subject says it all: on my Mac, the activity Monitor shows me 450+ MB memory usage for the tool box. Why on earth does a little utility that keeps track of installed/available tools, and my local p... -
-
EdG created a post, AnsweredIntelliJ 2021.1 creates .out files with stdout content from JUnit runs?
I discovered a new "feature" that I haven't seen before: I run a JUnit test ... and it seems that all output that the code under tests writes to stdout ... is written to the FILE SYSTEM by Intellij...