-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
[BUG] Clicking on path that contains spaces in REPL plane does not open corresponding file in editor plane #421
Closed
KestutisMa opened this issue
Nov 6, 2019
· 0 comments
· Fixed by JunoLab/Atom.jl#320 or JunoLab/atom-julia-client#731
Closed
[BUG] Clicking on path that contains spaces in REPL plane does not open corresponding file in editor plane #421
KestutisMa opened this issue
Nov 6, 2019
· 0 comments
· Fixed by JunoLab/Atom.jl#320 or JunoLab/atom-julia-client#731
Labels
Comments
FAlobaid
added a commit
to FAlobaid/Atom.jl
that referenced
this issue
Apr 15, 2020
Fixes JunoLab/Juno.jl#421 to correctly handle Windows paths with spaces in Juno REPL. Also added some tests.
FAlobaid
added a commit
to FAlobaid/atom-julia-client
that referenced
this issue
Apr 15, 2020
Fixes JunoLab/Juno.jl#421 to correctly handle Windows paths with spaces in Juno REPL.
This was referenced Apr 15, 2020
FAlobaid
added a commit
to FAlobaid/atom-julia-client
that referenced
this issue
Apr 16, 2020
This fix is related to JunoLab/Juno.jl#421 and improves on the previous PR JunoLab#731 to better handle paths with spaces in the REPL for Windows, macOS and Linux.
FAlobaid
added a commit
to FAlobaid/Atom.jl
that referenced
this issue
Apr 16, 2020
This fix is related to JunoLab/Juno.jl#421 and improves on the previous PR JunoLab#320 to better handle paths with spaces in Juno REPL for Windows, macOS and Linux.
This was referenced Apr 16, 2020
Improved handling of paths with spaces in the REPL (Win, macOS, Linux)
JunoLab/atom-julia-client#734
Merged
FAlobaid
added a commit
to FAlobaid/atom-julia-client
that referenced
this issue
Apr 18, 2020
This fix is related to JunoLab/Juno.jl#421 and improves on the previous PR JunoLab#731 to better handle paths with spaces in the REPL for Windows, macOS and Linux.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clicking on path that contains spaces in REPL plane after some error does not open corresponding file in editor plane, in Atom 1.41 with julia-client 0.11.3, Windows 10, (for example:
[1] top-level scope at C:\Users\Kestutis\OneDrive - Lietuvos sveikatos mokslu universitetas\is Dropbox\Programming\gjJulia\fentonOptimizer.jl:68
).But clicking on path that does not contain spaces opens file in editor plane.
The text was updated successfully, but these errors were encountered: