I created my multi-project Scala build with two project directories, both subdirectories of the repository root directory, due to the statement here that "If your parent projects are merely folders aggregating sub projects, then using skipParents := true will ease importing all your sub projects into Eclipse using the Import Wizard like described above by reducing the number of necessary "runs"."
However, Mercurial Eclipse cannot see changes to files outside the two projects (e.g. project/Build.scala
), even when I press F5 to refresh Eclipse's view of the filesystem, and this causes me endless annoyances, especially when - as now - I am trying to partially revert some changes.
How can I make Mercurial Eclipse see the changes?
"Switch to git" might be an acceptable answer - if EGit works better in this situation.