Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save to ~/Desktop/test_folder/test.scad:
~/Desktop/test_folder/test.scad
echo(x);
F5 generates warning of "unknown variable", clicking the link puts cursor on line 1.
But rename test_folder to test folder with a space, close OpenSCAD and load from new path, clicking the warning no longer works.
test_folder
test folder
Using 2021.01.08.nightly (git 0f79135) on Linux Mint 20.1
The text was updated successfully, but these errors were encountered:
7f628a9
Merge pull request #3612 from openscad/fix-console-links
85f1e8f
Fix handling of file links with spaces or comma characters (fixes #3609).
Fix handling of file links with spaces or comma characters (fixes #3609…
b801224
…).
No branches or pull requests
Save to
~/Desktop/test_folder/test.scad
:F5 generates warning of "unknown variable", clicking the link puts cursor on line 1.
But rename
test_folder
totest folder
with a space, close OpenSCAD and load from new path, clicking the warning no longer works.Using 2021.01.08.nightly (git 0f79135) on Linux Mint 20.1
The text was updated successfully, but these errors were encountered: