Skip to content
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] Debug tooltips obscure the next expression #264

Closed
timholy opened this issue Mar 23, 2019 · 1 comment
Closed

[BUG] Debug tooltips obscure the next expression #264

timholy opened this issue Mar 23, 2019 · 1 comment
Labels

Comments

@timholy
Copy link
Contributor

timholy commented Mar 23, 2019

It's lovely that the Debugger pane has tooltips---perfect for newcomers. Unfortunately, if you're using them to step repeatedly through several lines of code, your mouse pointer will stay in about the same spot and the tooltip activates. This obscures the also-useful display of the next expression. Now, the same info also appears in the edit window. So I am of two minds:

  • one option would be to remove it from the right. Here I worry something would be lost, particularly for source code with long lines (where I don't know what happens to the expression display)
  • another would be to insert a little blank space below the controller
  • maybe best would be to have the tooltips appear above the bar, if possible?

Details

  • Atom version: 1.33.1
  • Julia version: 1.1.0
  • OS: Linux
  • Package versions:
    • Juno.jl: 0.7.0
    • Atom.jl: 0.8.2
    • julia-client: 0.8.1
    • ink: 0.10.1
@timholy timholy added the bug label Mar 23, 2019
@pfitzseb
Copy link
Member

Good point. I've moved the tooltips to the top with JunoLab/atom-ink@3b68573:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants