]> code.delx.au - gnu-emacs-elpa/history - ivy.el
Improve the completion of hidden buffers
[gnu-emacs-elpa] / ivy.el
2015-04-29 Oleh KrehelImprove the completion of hidden buffers
2015-04-29 Oleh KrehelBind "TAB" to do partial completion
2015-04-28 Oleh Krehelivy.el (ivy-re-builders-alist): Improve doc
2015-04-28 Oleh Krehelivy.el: Fixup docstrings
2015-04-28 Oleh KrehelAdd an option for multi-tier regex matching
2015-04-28 Oleh KrehelUse alpha compositing to add ivy-current-match face
2015-04-28 Oleh Krehelivy.el (ivy--filter): Fixup
2015-04-28 Oleh Krehelivy.el (ivy-alt-done): Treat `ivy-text' with ":" verbatim
2015-04-28 Oleh KrehelStore the preselect and use it for empty ivy-text
2015-04-25 Oleh KrehelImprove completion history using the propertize trick
2015-04-24 Oleh KrehelMinibuffer faces should inherit minibuffer-prompt
2015-04-24 Oleh KrehelImprove the match confirm while completing files
2015-04-24 Oleh KrehelReset to the first candidate when switching directories
2015-04-24 Oleh KrehelPropertize remote buffers with ivy-remote face
2015-04-23 Oleh KrehelRespect `confirm-nonexistent-file-or-buffer'
2015-04-23 Oleh Krehelivy.el (ivy-read): Fixup preselect addition
2015-04-23 Oleh Krehelivy.el (ivy--cd): Reset `ivy--old-re'
2015-04-23 Oleh Krehelivy.el (Info-current-file): Declare
2015-04-23 Oleh KrehelUse "//" to move to root instead of "/" as before
2015-04-23 Oleh KrehelAvoid sorting org refile candidates
2015-04-23 Oleh KrehelRemove globbing heuristics for file name completion
2015-04-23 Oleh Krehelivy.el (ivy-backward-delete-char): Expand `ivy--directory'
2015-04-23 Oleh Krehelivy.el (ivy-done): Update wrt globs
2015-04-23 Oleh Krehelivy.el (ivy-done): Don't expand globs
2015-04-22 Oleh KrehelFixup `swiper-query-replace'
2015-04-22 Oleh Krehelivy.el (ivy-read): Fix preselect logic
2015-04-22 Oleh Krehelivy.el (ivy-done): Fixup
2015-04-22 Oleh Krehelivy.el (ivy--add-face): Don't fail for weird str
2015-04-22 Oleh Krehelivy.el (ivy--exhibit): Wrap in `while-no-input'
2015-04-22 Oleh KrehelBind "M-q" to `ivy-toggle-regexp-quote'
2015-04-22 Oleh KrehelAllow to customize the regex matching per-collection
2015-04-22 Oleh Krehelivy.el (ivy-done): Be more strict for `require-match'
2015-04-22 Oleh KrehelChange `ivy-read' to a cl-defun
2015-04-22 Oleh Krehelivy.el (ivy--filter): Update prefix optimization
2015-04-21 Oleh Krehelivy.el (ivy--filter): Try directory expansion with "/"
2015-04-21 Oleh KrehelAdd a way to exit ignoring the candidates
2015-04-21 Oleh Krehelivy.el (ivy-read): Don't add the `default-directory'
2015-04-21 Oleh Krehelivy.el (ivy-read): Use initial-input when completing...
2015-04-21 Oleh Krehelivy.el (ivy--regex): Add optional greedy arg
2015-04-21 Oleh Krehelivy.el (ivy-done): Don't directory-expand glob filename
2015-04-21 Oleh KrehelAdd an option to call the completion action without...
2015-04-21 Oleh KrehelFix double-sorting for file names
2015-04-21 Oleh Krehelivy.el (ivy--sorted-files): Avoid returning an empty...
2015-04-21 Oleh KrehelAllow to customize the sorting methods
2015-04-21 Oleh Krehelivy.el (ivy--regex): Switch to non-greedy ".*?" joiner
2015-04-21 Oleh Krehelivy.el (ivy-done): Expand file name for empty text
2015-04-20 Oleh Krehel`counsel-git-grep' can now handle huge git repos
2015-04-20 Oleh KrehelUse cl-plusp instead of plusp
2015-04-20 Oleh KrehelAdd a dynamic counsel-locate
2015-04-20 Oleh KrehelSplit `ivy-completions' into `ivy--filter' and `ivy...
2015-04-20 Oleh KrehelBind arrows
2015-04-20 Oleh KrehelAdd an optimization to speed up matching
2015-04-20 Oleh Krehelivy.el (ivy-done): Still expand "./" though
2015-04-20 Oleh KrehelDon't expand the default when completing file names
2015-04-20 Oleh KrehelPropertize directories with ivy-subdir face
2015-04-20 Oleh KrehelSpeed up the default file sorting even more
2015-04-20 Oleh KrehelSpeed up the default file sorting
2015-04-20 Oleh Krehelivy.el (ivy--preselect-index): Give priority to perfect...
2015-04-20 Oleh KrehelAllow to customize the file sorting order
2015-04-19 Oleh Krehelivy.el (ivy-done): Update for non-matching file names
2015-04-19 Oleh Krehelivy.el (ivy-completions): Fix an optimization
2015-04-19 Oleh KrehelAdd a matching optimization
2015-04-19 Oleh KrehelAdd "C-v" and "M-v" scrolling
2015-04-18 Oleh Krehelivy.el (ivy-alt-done): Update for 0 candidates
2015-04-18 Oleh Krehelivy.el: Move all defvar before their first use
2015-04-18 Oleh KrehelAdd ivy key bindings to "C-h m"
2015-04-18 Oleh KrehelAllow to customize the dotted directories
2015-04-18 Oleh KrehelAdd a work-around for completing topics in the info dir
2015-04-17 Oleh KrehelAllow to complete dir with "/" if it's a perfect match
2015-04-17 Oleh KrehelAdd sorting for file completion
2015-04-17 Oleh KrehelAdd "/" and "~" shortcuts while finding files
2015-04-17 Oleh KrehelAdd work-around for DEF not being in COLLECTION for...
2015-04-16 Oleh KrehelIvy-mode now works better with `find-file'
2015-04-16 Oleh Krehelivy.el (ivy-completing-read): Rely more on `all-complet...
2015-04-16 Oleh KrehelAdd require-match functionality
2015-04-16 Oleh KrehelAdd function as collection support for ivy-mode
2015-04-16 Oleh Krehelswiper.el: Bump version
2015-04-10 Oleh KrehelUpdate sorting order, make sure that perfect match...
2015-04-09 Oleh KrehelAdd ivy-mode
2015-03-31 Oleh KrehelFix `ivy-backward-delete-char-function'
2015-03-31 KevinAdd defcustom for ivy-backward-delete-char
2015-03-30 Oleh KrehelAllow duplicate candidates in `ivy-read'
2015-03-26 Oleh KrehelDefault ARG to 1 for arrows
2015-03-26 Oleh KrehelAdd numeric arguments to arrows
2015-03-26 Oleh Krehel"C-s" should forward to "C-n" etc
2015-03-25 Oleh KrehelAdd swiper-query-replace
2015-03-23 Oleh KrehelEnsure that inserted candidates don't have read-only...
2015-03-22 Oleh KrehelUpdate Copyright
2015-03-22 John Mastroivy.el (ivy-wrap): New defcustom
2015-03-21 Oleh KrehelUpdate "C-n" and "C-p" bindings
2015-03-21 Oleh KrehelUse `font-lock-append-text-property' to non-destructive...
2015-03-21 Oleh KrehelAdd a custom `ivy-count-format'
2015-03-20 Oleh Krehelivy.el (ivy-completions): Simplify
2015-03-19 Oleh Krehelivy.el: Remove while-no-input
2015-03-19 Oleh Krehelivy.el (ivy-read): Allow for format-style PROMPT
2015-03-19 Oleh Krehelivy.el (ivy-read): Change index to preselect
2015-03-19 Oleh Krehelivy.el: Return nil when there is no match
2015-03-18 Oleh KrehelAdd isearch-like history behavior
2015-03-18 Oleh Krehelivy.el (ivy-read): Bring last history candidate to...
2015-03-18 Oleh Krehelivy.el: Fix ivy-history recording the full text instead...
next