-
Notifications
You must be signed in to change notification settings - Fork 65
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
Scrollbar issue #8
Comments
Thanks :)
This comment and the next one could probably help you to install it on mac os. It explains how to use
What do you mean exactly ? You can't access some candidates ?
Can you provide an image ? |
Ok, thanks for the comment, I have installed fonts I did not already have using all-the-icons, e.g. So far But the python script from the thread works fine: It should however work in both situations, and we, MacOS Users would very much like to avoid hacking a file that requires to disable System Integrity Protection. However, back to Starting with See the size of the scroll bar, and consider that I'm a the bottom of provided candidates. Now for I only have few candidates as opposed to thousands when I do not use |
On the first image you can see that there are 2 child frames for company (3 with the doc). Looks like you have both Is one front-end not enough ? :) Does it somehow solves the issue for the 2nd image too ? |
@nealot What the tab key, ivy-scroll-up and ivy-scroll-down are supposed to do, exactly ? Do theses commands work with the built-in front-end ? |
@sebastiencs Yeah, Tab is supposed to work as C-n essentially and ivy-scroll-up and ivy-scroll-down scroll the menu up or down by a large value. They actually still work but the scroll bar doesn't display their results if they leave the scroll area. |
@jwintz With company box, the number of elements available is controlled by company-tooltip-limit so you'll have to add something like |
That's an odd use of this variable... |
@nealot I will rework the keymap of company-box and add commands to scroll by large value. I see in your pictures that the start of candidates (after the icons) isn't aligned with the completion prefix in your current buffer (see the readme picture). There is a bug that is fixed in emacs master branch but I thought it happened only when the completion prefix is on the very beginning of line: http://lists.gnu.org/archive/html/bug-gnu-emacs/2018-03/msg00509.html
Yes I misunderstood the variable, I will change that |
I misunderstood the variable company-tooltip-limit. Add company-box-max-candidates to control the maximum number of candidates.
The issue has been resolved for me with the recent commits. |
アイコンがでかい問題があり sebastiencs/company-box#8 を参考にしてall-the-iconsを使うように変更
Hi, huge fan of
company-box
and definitely wanna trysidebar.el
.However, I can't get
icons-in-terminal
working on High Sierra (maybe my fault, I hacked the CoreText stuff to getall-the-icons
working).Anyway, using:
I've got a scroller issue, that is, all candidates cannot be visited.
Also, whenever the scrollbar is displayed, left hand side icons are cropped.
The text was updated successfully, but these errors were encountered: