helm-company icon indicating copy to clipboard operation
helm-company copied to clipboard

<tab> still does not cancel show-doc or show-location

Open tuhdo opened this issue 11 years ago • 3 comments

In ac-helm, if you move up/down, the doc buffer will be cancel and go back to the current buffer. In normal Helm, pressing while the doc buffer is opened would cancel it. This still doesn't happen helm-company.

tuhdo avatar Jan 16 '14 08:01 tuhdo

I have implemented this feature about show-doc (7520af1a9d9cabed976c3917901897f284d44e3a). *Help* buffer window is deleted when moving helm selection line.

yasuyk avatar Jan 22 '14 05:01 yasuyk

It works fine in Lisp mode but does not work really well in C/C++ mode. In C/C++, if you run helm-company and show doc on a candidate and move to the next candidate, the candidate selection buffer will cover whole window; at this point, if you try to show doc again, the doc buffer will take the entire window as well, and you won't be able to select anything anymore.

tuhdo avatar Jan 22 '14 05:01 tuhdo

@tuhdo Thank you for reporting it! I have reverted previous commit for now and I create branch for this issue/007. Please wait some time.

yasuyk avatar Jan 22 '14 10:01 yasuyk