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

FR (low priority): mouse support, e.g. for displaying variables on "hover" #9

Open
GitMensch opened this issue Dec 22, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@GitMensch
Copy link
Collaborator

As noted: really low-priority, but a nice to have:

  • hover over variable with the mouse -> show its value after (a possibly configurable) timeout, maybe 1.5 seconds
  • support for right click:
    • set/delete breakpoint at selected line (like B)
    • run to selected line (like current C)
    • jump to line (feature missing in general FR: J -> Jump to line #8)
@marcsosduma
Copy link
Owner

  • Mouse -> I couldn't find how to do that in the Linux terminal. Do you have any tips?
  • Jump -> Well thought out. I'll take care of it.

@GitMensch
Copy link
Collaborator Author

no tips for "native" mouse handling (I'd go with curses in general, which provides these options, but that's an additional dependency and would need a rewrite of the screenio parts) - but feel free to leave this open for longer, as it is low priority

@marcsosduma
Copy link
Owner

Hi Simon! I found some examples. I tried to implement something in that direction.

@eugeniodilo eugeniodilo added the enhancement New feature or request label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants