JunoLab / atom-julia-client

Juno a good IDE?
http://junolab.org
MIT License
273 stars 72 forks source link

Handling Windows paths with spaces in the REPL #731

Closed FAlobaid closed 4 years ago

FAlobaid commented 4 years ago

Fixes JunoLab/Juno.jl#421 to correctly handle Windows paths with spaces in Juno REPL. Related pull request: JunoLab/Atom.jl#320.

pfitzseb commented 4 years ago

Yeah, I think this is strictly better than what we had before. Still not working perfectly when there's no extension, but whatever. Let's make the same change on unixes after merging this PR.