Do I need to convert my project to a “Momentics style project” to use the IDE?
The IDE wants you to narrow down the scope of what it needs to know about (source, binaries etc) so you need to create a project _associated_ with your source/binaries and this project is in turn _associated_ with a workspace. This project doesn’t have to be in the workspace, it can be anywhere you want it to be. Here are some options: • Source lives in a project which lives in the workspace. This is the default when you create a new project or bring source into the IDE using Import from filesystem (which _can_ do a copy, but doesn’ t have to) or using a version control plugin • Source lives somewhere in the filesystem and we want to overlay a project at that location. You can achieve this by creating a project and changing the default location from the workspace to the location of the source. • Source lives somwhere in the filesystem, but we don’t want to create any metadata files in that location. In that case, create a project (in the workspace or elsewhere as in the previous scenar