Juno.jl
Juno.jl copied to clipboard
[BUG] Copying single value from answer-hover-window copies everything
Not sure whether this belongs here or on Atom.jl
After running a line in the text editor, the answer is shown hovering (inline)
Copying from that hovering window does not copy the intended value only, but the entire answer window
E.g.
running x=Dict(:a => 1, :b => 2) show the Dict hovering -> If I want to copy only a certain value from the hovering window, I can select it and copy, but the clipboard then contains the entire window (Dict) and not only the value selected
Details
- Atom version: 1.45.0 x64
- Julia version: v"1.4.0"
- OS: macOS 10.14.6
- Package versions:
- Atom.jl: v0.12.10
- julia-client: 0.12.4
- ink: 0.12.3
Steps to reproduce
- Run
x=Dict(:a => 1, :b => 2) - Copy a single value from the hovering answer window
- Paste somewhere
For now you can copy the selected value with Ctrl-C, but yes, the context menu should do the same.
No, Ctrl-C has the same effect - it copies the entire window
Not for me:

Strange...for me not, on macOS Even in the simple case that you present, it copies the entire String
Btw, how did you make the gif? I will do the same to show