plugbee / dslforge

A generator of domain-specific language (DSL) editors for web applications and cloud IDEs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Folder creation inside Project folder on macOS

Benji91 opened this issue · comments

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