summaryrefslogtreecommitdiff
path: root/company-tests.el
Commit message (Expand)AuthorAge
* Add company-files-exclusionsDmitry Gutov2016-07-10
* Reorganize tests layoutDmitry Gutov2015-01-07
* Clear out unused variable warningsDmitry Gutov2015-01-02
* #267 follow-up fixesDmitry Gutov2014-12-30
* company-update-candidates: Don't be fooled by a few prefix completionsDmitry Gutov2014-11-23
* Support multiple-width chars in annotationsDmitry Gutov2014-11-16
* company-template-c-like-templatify: Support genericsDmitry Gutov2014-10-13
* Make new tests and interactive-onlyDmitry Gutov2014-10-08
* Handle non-printable and multiple-width chars in completionsDmitry Gutov2014-10-08
* Don't use end-of-buffer-workaroundDmitry Gutov2014-09-09
* Add test for the previous commitDmitry Gutov2014-09-02
* company--posn-col-row: use `posn-col-row'Dmitry Gutov2014-09-01
* Skip company-buffer-lines tests in terminalDmitry Gutov2014-08-18
* company-buffer-lines: handle multiline display betterDmitry Gutov2014-08-18
* Fix the testsDmitry Gutov2014-08-18
* company-fill-propertize: tuncate the common partDmitry Gutov2014-07-28
* Fix tests in batch modeDmitry Gutov2014-07-21
* Fix company-occurrence-weight-functionDmitry Gutov2014-07-21
* Fix popup when prefix is split by line continuationDmitry Gutov2014-07-14
* Avoid requiring match is certain circumstancesDmitry Gutov2014-06-28
* company-pseudo-tooltip-edit: update company-widthDmitry Gutov2014-06-13
* company--multi-backend-adapter-candidates: compare string values of prefixDmitry Gutov2014-05-17
* company-sort-by-occurrence: include words on the same line, tooDmitry Gutov2014-05-06
* Use cl-libBozhidar Batsov2014-04-09
* company--multi-backend-adapter-candidates: bind backend locallyDmitry Gutov2014-04-04
* Move company-elisp requireDmitry Gutov2014-04-03
* Implement async operation for grouped backendsDmitry Gutov2014-04-02
* Initial support for asynchonous backends (#62)Dmitry Gutov2014-04-01
* Minor tweaksDmitry Gutov2014-03-26
* Test new prefix behavior, option company-abort-manual-when-too-shortIngo Lohmar2014-03-26
* Support the keyword :withDmitry Gutov2014-03-16
* Tag candidates from grouped backendsDmitry Gutov2014-03-11
* Fix `args-out-of-bounds' error on formatting annotations whenBo Lin2014-03-02
* Add user option company-tooltip-align-annotationsDmitry Gutov2014-02-20
* Fix out-of-bounds error on truncated anno fontificationDmitry Gutov2014-02-09
* New user option, company-continue-commandsDmitry Gutov2014-02-09
* Display annotationsDmitry Gutov2014-02-03
* Render scrollbar on the side of the tooltipDmitry Gutov2014-01-24
* Render the popup with marginsDmitry Gutov2014-01-23
* Fix a broken test, remove a duplicate oneDmitry Gutov2014-01-14
* Close #45Dmitry Gutov2014-01-14
* Fix #43Dmitry Gutov2013-12-23
* * company-untabify: Rename to `company-plainify'.Dmitry Gutov2013-09-23
* company--column: Account for line-prefix even at bolDmitry Gutov2013-09-23
* company-template-c-like-templatify: Remove text after the closing parenDmitry Gutov2013-08-17
* Use `after-string' instead of `before-string'Dmitry Gutov2013-08-06
* company-modify-line: Handle an empty first line with line-prefixDmitry Gutov2013-05-26
* Respect line-prefix at bol (#24)Dmitry Gutov2013-05-21
* company--column: Account for character compositionDmitry Gutov2013-05-21
* Check in NEWS and tests for the previous commitDmitry Gutov2013-05-20