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

Ctrl+. in helpfile doesn't stop it #480

Closed
danstowell opened this issue Sep 7, 2012 · 2 comments
Closed

Ctrl+. in helpfile doesn't stop it #480

danstowell opened this issue Sep 7, 2012 · 2 comments
Labels
comp: Qt GUI sclang Qt components -- for IDE tickets, use "env: SCIDE" instead comp: SCDoc scdoc syntax, parser, and renderer. for changes to schelp files, use "comp: help"
Milestone

Comments

@danstowell
Copy link
Member

Probably this is a more general issue about GUIs not passing keystrokes back. But in the current scide, when I launch help, and run a code example that makes crazy noise, I can't stop it by pressing Ctrl+.

I guess it doesn't have anything to do with scide in particular since the same help browser pops up whether it's scvim or bare CLI. Which essentially means that SCDoc can't "predict" what the STOPITALL keystroke should be.

If anyone has a clever proposal for this then it'd be nice. Otherwise I have no objections to closing this as wontfix.

@timblechmann
Copy link
Contributor

maybe the help browser should catch ctrl+.

@timblechmann
Copy link
Contributor

fixed: i've installed a global keydown handler in the qt gui.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: Qt GUI sclang Qt components -- for IDE tickets, use "env: SCIDE" instead comp: SCDoc scdoc syntax, parser, and renderer. for changes to schelp files, use "comp: help"
Projects
None yet
Development

No branches or pull requests

2 participants