fp7-netide / IDE

Provides editor support for various network programming and other specifications languages used in the development lifecycle.
Eclipse Public License 1.0
12 stars 3 forks source link

Correctly deconstruct paths starting with file:/ #1

Closed cstritzke closed 9 years ago

cstritzke commented 9 years ago

Before, we had file:/foo/bar -> null now, we have file:/foo/bar -> /foo/bar

This allows using external files for example as the source code for a network application without importing them into the workspace.

Signed-off-by: Gregor Best gbe@mail.upb.de