When I turn on "Link with Editor" in Forge console,
and start to switch between Java files, new editor is opened.
See attached screenshot.
Note that the editors differs in the file path opened for TestFocusManager.java:
1. ui/src/test/java/...
2. components/misc/ui/src/test/java/...
It's because detected file is located in wrong project base.
There are several projects in a structure:
components/pom.xml components/misc/pom.xml components/misc/ui/pom.xml
The Forge console detects right one (the most nested): {{[richfaces-ui-misc-ui] TestFocusManager.java $ }}
But "Link to Editor" uses components/ as a base.