summaryrefslogtreecommitdiff
path: root/helm-id-utils.el
Commit message (Collapse)AuthorAge
* Add helm-gid-program customization optionChunyang Xu2015-10-01
| | | | | On Mac OS X, "gid" might be the name of id(1) from GNU coreutils, so add option to allow user to customize the name of gid(1).
* Add help message to gid.Thierry Volpiatto2015-07-14
| | | | * helm-id-utils.el (helm-gid-source): Do it.
* Require helm-help in several places.Thierry Volpiatto2015-07-14
|
* Remove old help command from all maps affected.Thierry Volpiatto2015-07-14
| | | | | | | | | | | | | | | | | | | | | | * helm-apt.el: Do it. * helm-bookmark.el: Do it. * helm-buffers.el: Do it. * helm-color.el: Do it. * helm-command.el: Do it. * helm-elisp-package.el: Do it. * helm-files.el: Do it. * helm-font.el: Do it. * helm-grep.el: Do it. * helm-id-utils.el: Do it. Remove mode-line slot. * helm-imenu.el: Do it. * helm-locate.el: Do it. * helm-regexp.el: Do it. * helm-ring.el: Do it. * helm-semantic.el: Do it. * helm-sys.el: Do it. * helm-tags.el: Do it. * helm.el: Bind C-c ? to helm-amp for compat.
* Move candidates-process and filter fns in functions.Thierry Volpiatto2015-06-11
| | | | * helm-id-utils.el: Do it, also remove dups possibly added by "gid-r".
* Finally reuse filtered-candidate-transformer for gid.Thierry Volpiatto2015-06-07
| | | | | | * helm-id-utils.el (helm-gid-source): Do it. filter-one-by-one is not fully working with default as input for async sources, so use filtered-candidate-transformer for now.
* Document id-utils.Thierry Volpiatto2015-06-07
| | | | | | | * helm-help.el (helm-grep-help-message): Do it. (helm-ff-help-message): same. * helm-id-utils.el: Reuse grep mode-line string.
* Reuse now filter-one-by-one in gid.Thierry Volpiatto2015-06-07
| | | | * helm-id-utils.el (helm-gid-source): Do it.
* Use filtered-candidate-transformer in gid.Thierry Volpiatto2015-06-07
| | | | * helm-id-utils.el (helm-gid): Do it.
* Set helm-after-update-hook earlier when using default-as-input.Thierry Volpiatto2015-06-04
| | | | | | | * helm.el (helm-check-new-input): Set helm-after-update-hook earlier in helm-read-pattern-maybe ensure helm-pattern is reset, otherwise we endup with display not ready. (helm-read-pattern-maybe): Do it here.
* Fix helm commands docstrings and remove some unneeded autoloads.Thierry Volpiatto2015-06-03
|
* Disable default-as-input in helm-gid for now.Thierry Volpiatto2015-06-03
| | | | * helm-id-utils.el (helm-gid): Do it.
* Prevent updating to an empty pattern with default-as-input.Thierry Volpiatto2015-06-03
| | | | | | | | * helm.el (helm-check-new-input): Delay setting of helm--maybe-use-default-as-input to next update. * helm-id-utils.el: Reuse one-by-one transformer. * helm-grep.el: Fix one-by-one-transformer.
* Reenable async use default as input.Thierry Volpiatto2015-06-02
| | | | | * helm-id-utils.el: Use default-as-input. * helm.el (helm-read-pattern-maybe): Do it.
* Revert previous changes.Thierry Volpiatto2015-06-02
|
* Allow async sources receive use-default-as-input.Thierry Volpiatto2015-06-02
| | | | | | * helm.el (helm-read-pattern-maybe): Do it. Consider async sources as kind of delayed sources. * helm-id-utils.el: Use it.
* Make the helm-grep-mode revert function working with gid.Thierry Volpiatto2015-05-26
| | | | * helm-id-utils.el (helm-gid-source): Bind helm-grep-last-cmd-line locally.
* Add local vars and fix copyright in helm-id-utils.Thierry Volpiatto2015-05-25
| | | | * helm-id-utils.el: Do it.
* Add own class for helm-gid.Thierry Volpiatto2015-05-25
| | | | | * helm-id-utils.el: Do it. * helm-grep.el (helm-gid-db-file-name): Moved to helm-id-utils.
* Move helm-gid to its file.Thierry Volpiatto2015-05-25
* helm-grep.el: Do it. * helm-id-utils.el: New file.