]> code.delx.au - gnu-emacs-elpa/history - company-tests.el
company-elisp: Don't complete defun name or arglist
[gnu-emacs-elpa] / company-tests.el
2013-03-31 Dmitry Gutovcompany-elisp: Don't complete defun name or arglist
2013-03-31 Dmitry Gutovcompany-grab-lisp-symbol -> company-elisp--prefix;...
2013-03-29 Dmitry Gutovcompany-elisp-candidates-predicate: Blacklist specific...
2013-03-29 Dmitry Gutovcompany-elisp-candidates: Deal with duplicates
2013-03-29 Dmitry Gutovcompany-elisp-show-locals-first: New defcustom
2013-03-29 Dmitry Gutovcompany-elisp-locals: Skip current varlist
2013-03-29 Dmitry Gutovcompany-elisp-locals: Differentiate local function...
2013-03-29 Dmitry Gutovcompany-elisp-candidates: Recognize when inside varlist
2013-03-26 Dmitry Gutovcompany-template: Hold off on removing the template...
2013-03-25 Dmitry Gutovcompany-pseudo-tooltip-frontend: Redraw when diplaced
2013-03-24 Dmitry GutovAdd two tests for company-auto-complete
2013-03-24 Dmitry Gutovcompany-calculate-candidates: Instead of company-candid...
2013-03-23 Dmitry Gutovcompany-begin-backend: unset company-backend on error
2013-03-23 Dmitry GutovSupport lambda values in grouped backends list
2013-03-22 Dmitry GutovHandle 'stop prefix directly
2013-03-19 Dmitry Gutovcompany-tests: add copyright boilerplate
2011-06-18 Nikolaj SchumacherMoved tests to ERT.