ncsaba / idea-openscad

OpenSCAD language plugin for the IntelliJ platform.
Apache License 2.0
28 stars 10 forks source link

Doesn't open app correctly if file path includes spaces #62

Closed C06A closed 3 years ago

C06A commented 3 years ago

For application itself, if path includes the spaces, then whole path included in double quotes. So application starts successfully.

However if the path to the .scad file includes spaces the application opens no file. To fix this the path to the file must be included in the double quotes (or each space should be prepended by back-slash ("\").

ldenisey commented 3 years ago

Thank you for your feedback, solved in #64 . You can test it from master build as of now or wait for version 2.1.0 that should come in a few days.