plugbee / dslforge

A generator of domain-specific language (DSL) editors for web applications and cloud IDEs.
78 stars 21 forks source link

Folder creation inside Project folder on macOS #26

Closed Benji91 closed 7 years ago

Benji91 commented 7 years ago

I faced a bug while creating a new folder inside a project. Instead of creating a new project inside the initial one on the file path "project_folder/new_folder", it creates a totally new folder called "project_folder\new_folder". Filepath error on mac.

Procedure : 1) Create new Project "example" 2) Create a new folder inside project "test" 3) BUG

Instead of creating a project inside example meaning example/test it created a new project called example\test.

Screenshoot tool : screen shot 2016-11-30 at 15 34 21

Workspace Screenshot : screen shot 2016-11-30 at 16 45 10