- This topic has 2 replies, 2 voices, and was last updated 4 years ago by robertsuna.
-
AuthorPosts
-
robertsunaParticipantFor some reason identify CodeMix inside my parent project two subprojects as Codemix relevant and stores the paths in .metadata/codemix.code-workspace as well as the top project:
{
“folders”: [
…
{
“path”: “/local_disk/ssd/SRC/git/kompenzial/wikimedia”
},
…
{
“path”: “/local_disk/ssd/SRC/git/kompenzial/webui”
},
{
“path”: “/local_disk/ssd/SRC/git/kompenzial”
}
],
The only relevant ist the: “/local_disk/ssd/SRC/git/kompenzial/webui”
I used the eclipse resource filter in kompezial to exclude the wikimedia directory from the resources and this leads eclipse to completly freeze on start up.
How can I restrict codemix to only use the rigth directory?
Aaron LaraMemberHello! I’m sorry you are having issues with CodeMix. The paths stored there correspond to projects available in your workspace but we are not supposed to edit it manually.
One quick thing you can try is to switch to a new workspace and import only the projects you wish to work with.
Cheers!
Aaron Lara
robertsunaParticipantThe point is not the editing of the paths (I was not edited the paths). The problem is that if I use the Eclipse resource filter, then Eclipse freeze. The project, sub-projects structure is as follows
kompenzial
kompenzial/wikimedia
kompenzial/webui
kompenzial/XXX
kompenzial/YYYdetected by Codemix (not edited by me, I just added this to describe the situation):
kompenzial
kompenzial/wikimedia
kompenzial/webuiWhich are all valid and needed projects, but codemix shall use/detect “kompenzial/webui” only. It’s the only project inside the project structure which uses Angular the others are Java projects.
The Problem is if I do a search or reference inside the Angular project, than codemix open the file inside the wrong project (kompezial) in this case, which leads to other issues (see the referenced chat later). So I tried to filter the sub-projects with the Eclipse resource filter and freezes the whole IDE.I’m trying to solve the same issue as already discussed in chat (ca. 5 months ago) with Brian (still not closed, but not resolved) with the name: “Open files in wrong project and on close throw away any modifications” which is still not solved.
-
AuthorPosts