stardiviner
stardiviner
If you want to maintain this project, I suggest you following methods: 1. send email or other ways to contact the project author, then ask for permission to add you...
+1 good job
About the scrollbar, it is fixed. Then I found it is little kind of thick. Can it be thinner? Sorry I raise so many requests. Because I try to figure...
I tried following settings, but none of them works. ```elisp (add-to-list 'company-box-frame-parameters '(font . "-SRC-Hack-normal-normal-normal-*-13-*-*-*-m-0-iso10646-1")) (add-to-list 'company-box-frame-parameters '(font-parameter . "-SRC-Hack-normal-normal-normal-*-13-*-*-*-m-0-iso10646-1")) (add-to-list 'company-box-frame-parameters '(border-width . 2)) (add-to-list 'company-box-frame-parameters '(border-color . "red"))...
@nealot I checked out `(current-frame-configuration)`, found `company-box-scrollbar` value is a buffer: `(company-box-scrollbar . #)`. In function `company-box--update-scrollbar`, The `scrollbar-pixels` in let-binding seems decide the scrollbar width.
You're right, after I changed code ```elisp (setq company-box--scrollbar-window (with-selected-frame (company-box--get-frame) (display-buffer-in-side-window (company-box--update-scrollbar-buffer height-blank height-scrollbar percent buffer) '((side . right) (window-width . 2))))) ``` In function `company-box--update-scrollbar`, the scrollbar get...
@ig-perez You can define a variable of cons like `'("JetBrains Mono" . 130)`, And use this variable in font setting to avoid hardcoded style.
I'm still got this issue. Seem no update on company-box anymore. Is there anyone want to maintain a fork?
I'm using the latest "master" branch on latest commit `439951e master upstream/master Add space when numbers are on the right`. It works on some candidates, I don't know the strategy...
I realized one problem, I'm using package `zoom`. which will automatically zoom current window. I disabled it `zoom-mode`. Then try again, Now company-box works for every candidates. I'm wandering is...