summaryrefslogtreecommitdiff
path: root/helm-id-utils.el
Commit message (Collapse)AuthorAge
* Update copyrightsThierry Volpiatto2019-03-26
|
* Remove trailing whitespace(s)duianto2019-01-21
| | | | | And one case of a whitespace before a closing double quote, the double quotes are removed when helm-autoloads.el is generated.
* Update copyrightsThierry Volpiatto2018-01-08
|
* prevent duplicates help-echos in async sourcesThierry Volpiatto2017-07-30
| | | | | | | | | | | by calling helm-maybe-show-help-echo in sentinels * helm-grep.el (helm-grep-init): Do it. (helm-grep-ag-init): Do it. * helm-id-utils.el (helm-gid-candidates-process): Do it. * helm-utils.el (helm-maybe-show-help-echo): Renamed from helm-show-help-echo. Check for helm-popup-tip-mode before running timer. (helm-popup-tip-mode): Remove helm-maybe-show-help-echo from helm-after-update-hook.
* Move helm-elscreen deprecated library to emacs-helm.Thierry Volpiatto2017-04-07
| | | | | | | | | | | | * helm-buffers.el (helm-grep): Remove all elscreen references. (helm-buffer-run-ediff): Remove all elscreen references. * helm-files.el (helm-find-files-actions): Remove all elscreen references. * helm-grep.el (View-quit): Remove all elscreen references. (helm-grep-actions): Remove all elscreen references. (helm-grep-action): Remove all elscreen references. (helm-goto-next-or-prec-file): Remove all elscreen references. * helm-id-utils.el (helm-gid-source): Remove all elscreen references. * helm-types.el (helm-type-buffer-actions): Remove all elscreen references.
* Split helm-pattern with helm-mm-split-pattern in many places.Thierry Volpiatto2017-03-29
| | | | | | | | | | | | | | * helm-buffers.el (helm-buffers--match-from-mjm): Do it. (helm-buffers--match-from-pat): Do it. (helm-buffers--match-from-inside): Do it. (helm-buffers--match-from-directory): Do it. * helm-grep.el (helm-grep--prepare-cmd-line): Do it. (helm-grep-ag-prepare-cmd-line): Do it. * helm-id-utils.el (helm-gid-candidates-process): Do it. * helm-locate.el (helm-locate-init): Do it. * helm-utils.el (helm-generic-sort-fn): Do it. * helm.el (helm-fuzzy-default-highlight-match): Do it. (helm-search-match-part): Do it.
* Update copyrights.Thierry Volpiatto2017-01-01
|
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
| | | | Done according to helm-bbdb syohei commit (thanks).
* Add multi match support in GID and update grep help.Thierry Volpiatto2016-04-02
| | | | | | * helm-help.el (helm-grep-help-message): Do it. * helm-id-utils.el (helm-gid-candidates-process): Provide multi match support, with highlighting not fully working.
* Fix a copyright.Thierry Volpiatto2016-03-07
|
* Fix copyrights.Thierry Volpiatto2016-03-05
|
* Allow customization of truncate-lines in several places.Thierry Volpiatto2016-01-05
| | | | | | | | | | * helm-grep.el (helm-grep-ag-1): Do it. * helm-id-utils.el (helm-gid): Do it. * helm-regexp.el (helm-moccur-truncate-lines): Do it. New user var. (helm-multi-occur-1): Use it. (helm-occur): Use it. (helm-occur-from-isearch): Use it.
* 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.