ncsaba/idea-openscad

Doesn't open app correctly if file path includes spaces

Closed this issue · 1 comments

C06A commented

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 ("").

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.