]> code.delx.au - gnu-emacs-elpa/history - ivy.el
counsel.el (counsel-grep-or-swiper): New command
[gnu-emacs-elpa] / ivy.el
2016-04-13 Oleh Krehelivy.el (ivy--format-minibuffer-line): Add ignore-errors
2016-04-13 Oleh KrehelMake ivy--regex work with "[^ ]"
2016-04-12 Oleh KrehelAllow a sexp node in ivy-views
2016-04-11 Oleh KrehelNew feature: virtual views in ivy-switch-buffer
2016-04-11 Oleh KrehelMake "j"/"k" feedback more solid in ivy-occur buffers
2016-04-08 Oleh KrehelAllow to customize the action hint formatter
2016-04-08 Oleh Krehelivy.el (ivy-action): New face
2016-04-07 Damien CassouFix remapping commit c9b6e0
2016-04-07 Oleh Krehelivy.el (ivy-minibuffer-map): Fix "DEL"
2016-04-07 Damien CassouMake sure user keybindings are respected
2016-04-06 Oleh Krehelcounsel-grep should pick candidates closest to point
2016-04-05 Ian DunnModified ivy to pass predicate when selecting buffers
2016-04-04 Oleh Krehelcounsel-ag now works with ivy-occur-revert-buffer
2016-04-04 Oleh Krehelivy.el (ivy-occur-revert-buffer): Improve for counsel...
2016-04-04 Oleh Krehelivy.el (ivy--minibuffer-setup): Ensure inhibit-field...
2016-04-04 Oleh Krehelivy.el: Improve "M-n"
2016-04-01 Oleh Krehelivy.el (ivy-read): Revert abf880f
2016-04-01 Oleh Krehelivy.el (ivy-next-history-element): Simplify
2016-03-31 Oleh Krehelivy.el (ivy-sort-functions-alist): Update :type
2016-03-31 Stephen Whippleivy.el: Add `counsel-find-file' transformer.
2016-03-30 Oleh Krehelivy.el (ivy-read): Make "M-o" not modify the action
2016-03-30 Oleh KrehelMake ivy-set-sources work also for sync completion
2016-03-29 Eric Dananoption to add newline after ivy-read prompt
2016-03-26 Oleh Krehelivy.el (ivy-completing-read): Use the "t" key of ivy...
2016-03-26 Oleh Krehelivy.el (ivy-avy): Make "C-g" cancel gracefully
2016-03-25 Oleh KrehelImprove counsel-async initial anchoring
2016-03-25 Oleh Krehelivy.el (ivy-next-history-element): Improve
2016-03-21 Oleh Krehelivy.el (ivy--directory-done): Fix when ivy-text is...
2016-03-21 Oleh Krehelivy.el (ivy--switch-buffer-matcher): Fix
2016-03-21 Constantin KulikovMake ivy-ignore-buffers similar to ido-ignore-buffers.
2016-03-20 Oleh Krehelivy.el (ivy--format-function-generic): Fix doc
2016-03-18 Oleh Krehelivy.el (ivy-occur-press): Add counsel-describe-function
2016-03-18 Oleh Krehelivy.el (ivy-read): Remove code that sets action index...
2016-03-18 Oleh Krehelivy.el (ivy-thing-at-point): Try ffap-file-at-point
2016-03-17 justburivy.el (ivy-switch-buffer-occur): Add
2016-03-12 Oleh Krehelivy.el (ivy--reset-state): Fix prompt / require-match...
2016-03-07 Oleh Krehelivy.el (ivy-expand-file-if-directory): Fix "/ssh:"...
2016-03-04 Oleh Krehelivy.el (ivy-occur-revert-buffer): Move code to swiper...
2016-03-04 Oleh KrehelImprove window handling for ivy-occur
2016-03-04 Oleh KrehelNew command ivy-occur-revert-buffer bound to "g"
2016-03-03 Oleh Krehelivy.el: define setq-local and defvar-local unless defined
2016-03-02 Oleh Krehelivy.el (ivy-resume): Add a guard against null :action
2016-03-02 Oleh Krehelivy.el (ivy-occur-press): Pulse no longer
2016-03-02 Oleh Krehelivy-occur-mode: new commands on "j", "k", "c"
2016-03-01 Oleh Krehelivy.el (ivy-next-history-element): No "\\_<" for dynami...
2016-03-01 Oleh Krehelivy-dispatching-done should not permanently modify...
2016-02-29 Oleh Krehelivy.el (ivy-switch-buffer): Don't fall back to switch...
2016-02-28 Oleh Krehelivy.el (ivy-expand-file-if-directory): New defun
2016-02-28 Oleh Krehelivy.el (ivy-alt-done): Simplify
2016-02-27 Oleh KrehelMove read-file-name to :display-transformer-fn
2016-02-27 Oleh KrehelMove switch-to-buffer to :display-transformer-fn
2016-02-27 Oleh Krehelivy.el: Fix a few face declarations
2016-02-27 Stephen Whipple* ivy.el (ivy-format-function-line): Remove `extra...
2016-02-27 Oleh KrehelSimplify the ivy-format-function interface
2016-02-27 Oleh KrehelNew API function ivy-set-display-transformer
2016-02-26 Oleh KrehelGive ivy-read-read-action enough minibuffer space
2016-02-26 Oleh Krehelivy.el (ivy-next-history-element): Don't add symbol...
2016-02-24 justburAdd ivy-fixed-height-minibuffer
2016-02-22 Oleh Krehelivy.el (ivy--regex): Don't consider \\(?...\) a group
2016-02-22 Oleh Krehelivy.el (ivy--preselect-index): Don't use regexp-quote
2016-02-22 Oleh Krehelivy.el: Fix defcustom :type for several variables
2016-02-22 Oleh KrehelRename counsel-symbol-at-point to ivy-thing-at-point
2016-02-21 Oleh KrehelMove all faces to ivy-faces group
2016-02-19 Oleh Krehelivy.el (ivy-occur): Add a warning
2016-02-19 Oleh Krehelivy.el (ivy-completion-in-region): Bind completion...
2016-02-18 Oleh Krehelivy.el (ivy-next-line-or-history): Update
2016-02-17 Oleh Krehelivy.el (ivy-read): Identify extra-actions by caller...
2016-02-15 sjLambdaUpdate the documentation and the manual
2016-02-14 Oleh KrehelFix initial-input not set to nil for 'read-file-name...
2016-02-14 Oleh KrehelFix an extra action being called for `completing-read'
2016-02-12 Oleh Krehelivy.el (ivy-next-history-element): Handle "M-n M-n...
2016-02-12 Oleh Krehelivy.el (ivy-next-history-element): Use "\\_<" instead...
2016-02-11 Oleh KrehelWhen in prog-mode, "M-n" should wrap input with "\b"
2016-02-11 Oleh KrehelCustomize ivy-occur per command with ivy-set-occur
2016-02-09 Oleh KrehelProvide the :caller in most calls to ivy-read
2016-02-09 Oleh Krehelivy.el: Fixup face docs
2016-02-08 Oleh KrehelFix default-directory for ivy-occur + counsel-git-grep
2016-02-08 Stephen WhippleAdd ignore pattern toggling
2016-02-07 Oleh Krehelivy.el (ivy-help-file): Improve location
2016-02-05 Oleh Krehelivy.el (ivy--resize-minibuffer-to-fit): Check frame...
2016-02-04 Oleh KrehelImprove Ivy documentation UI
2016-02-04 Oleh Krehelivy.el (ivy--reset-state): Don't deactivate region
2016-02-03 Oleh Krehelivy.el (ivy--reset-state): Support a list of symbols...
2016-02-01 Oleh KrehelAllow to compose static collections with `counsel-...
2016-02-01 Oleh KrehelModify "M-n" prediction when region is active
2016-01-29 Oleh Krehelivy.el (ivy-do-completion-in-region): New defcustom
2016-01-29 Oleh Krehelivy.el (ivy-inhibit-action): New variable
2016-01-29 Oleh Krehelivy.el (ivy-ignore-buffers): New defcustom
2016-01-28 Oleh Krehelivy.el (ivy-read): Fix extra actions for completing...
2016-01-28 Oleh Krehelivy.el (ivy-switch-buffer-other-window): New command
2016-01-24 Oleh KrehelSimplify the signature for :dynamic-collection functions
2016-01-24 Oleh Krehelivy.el (ivy-ffap-url-functions): Customize "C-x C-f...
2016-01-21 Oleh Krehelcounsel.el (counsel-list-processes): New command
2016-01-18 Oleh KrehelFix swiper "backward" search
2016-01-17 Stephen WhippleInitialize `ivy-last` to empty state.
2016-01-15 Oleh Krehelivy.el (ivy-flx-limit): Configure when flx is used
2016-01-15 Oleh Krehelivy.el (ivy--recompute-index): Update cl-position logic
2016-01-15 Stephen WhippleAdd feedback for sole ivy completion.
2016-01-15 Stephen WhippleSpecial case empty ivy-count-format completion.
2016-01-12 Oleh KrehelAdd counsel-descbinds
next