-
Notifications
You must be signed in to change notification settings - Fork 33
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
how to adjust the position of quickhelp #52
Comments
@expez I'm not quite seeing that bug, but ultimately I came here to request the same thing: some kind of setting to control where the tool tip appears. In my case, the problem is that I'm working with emacs on the left of my two monitors. When working with a pane in the right of emacs, the tooltip decides that since there's more space available, it's ok to span the tooltip onto my second monitor. This makes it hard to read the tooltip in practice. When emacs is on my right monitor, the tooltip has nowhere to shift so far right so it does something more reasonable. This could be solved either by a setting that allows treating the monitor as a hard boundary (which may be difficult), or by having some kind of variable that controls the relative tooltip position. For instance, this may sound strange to some but I'd be happy to put the tooltip slightly above the text I'm completing. |
@quicknir Yeah, that would be cool. That feature belongs in I've delegated this stuff to |
Same issue on open suse with emacs 25.1.1. |
Yes, that might be possible as an alternative to Thanks for bringing that library to my attention! |
@azzamsa Any particular reason you didn't just want to use If it's about its lack of some "standard" features, you can try https://github.com/tumashu/company-posframe/ now. That one includes quickhelp functionality as well. |
This one seems easy enough to add. What distance would people like? |
@dgutov missing support for number. But there is a patch for that now. I will give it second try. |
Hi,
This package seems to locate its quickhelp in the right middle of its completion list like this.
I'd like to adjust it up to the top right of its completion list like as eldoc in AC package.
Could you please let me know how to do it?
The text was updated successfully, but these errors were encountered: