summaryrefslogtreecommitdiff
path: root/helm-utils.el
Commit message (Collapse)AuthorAge
* Update copyrightsThierry Volpiatto2021-11-12
|
* Add find-file-target handlers in diverse sourcesThierry Volpiatto2021-09-06
|
* Use find-file-target attr in helm-quit-and-find-fileThierry Volpiatto2021-09-06
|
* Default to helm-default-directory in helm-quit-and-find-fileThierry Volpiatto2021-09-05
|
* Add url to entities docstringThierry Volpiatto2021-04-18
|
* Add &nbsp entitieThierry Volpiatto2021-04-18
|
* Move local vars in .dir-locals fileThierry Volpiatto2021-03-13
| | | | and shutup compiler about doctring warnings.
* Fix some bug linksThierry Volpiatto2021-02-04
|
* Remove obsolete sources from helm-sources-using-help-echo-popupThierry Volpiatto2021-02-04
|
* Fix markdown-show-subtree is no more existingThierry Volpiatto2021-01-31
| | | | | use markdown-show-entry instead. Handle hs-minor-mode as well.
* Update copyrightsThierry Volpiatto2020-12-16
|
* Rename helm-attr and helm-attrset and make them obsoleteThierry Volpiatto2020-12-02
|
* Try to fix some more warnings for emacs-28Thierry Volpiatto2020-12-01
|
* Don't enter the loop when *-highlight-matches-around-point-max-lines is 'neverThierry Volpiatto2020-08-03
|
* Improve defcustomThierry Volpiatto2020-08-02
|
* Improve helm-highlight-matches-around-point-max-lines customization (#2354)Thierry Volpiatto2020-08-02
| | | | Allow more options, before, after, never, before and after or 0.
* Fix paren error in helm-match-line-updateThierry Volpiatto2020-08-02
|
* Delete match item overlays when updatingThierry Volpiatto2020-08-02
| | | | | | | | This prevent having items in buffer highlighted beyond `helm-highlight-matches-around-point-max-lines`. Do it in helm-match-line-update which run in `helm-after-persistent-action-hook`.
* Fix byte compiler warningsNicholas Vollmer2020-07-28
|
* Revert ee0630fe "Provide an alias for non-essential and use it"Thierry Volpiatto2020-07-20
|
* Provide an alias for non-essential and use itThierry Volpiatto2020-07-18
|
* Show directory size in HFF file infoThierry Volpiatto2020-07-09
| | | | | This is with M-i from HFF. Use for this new function helm-directory-size.
* Restore winconf when quitting with-helm-display-marked-candidatesThierry Volpiatto2020-07-03
| | | | | | | with-helm-display-marked-candidates is sometimes called with another helm call in its body e.g. run eshell command on file, copy files etc... When restoring windows it is this value of helm-last-frame-or-window-configuration which is used, which is wrong, we want the one initiated by first helm call.
* Use :extend attr in all deffaceThierry Volpiatto2020-06-29
|
* Require bookmark for bookmark-alistThierry Volpiatto2020-06-05
| | | | * helm-utils.el (helm-quit-and-find-file): Do it.
* Fix documentationManuel Uberti2020-06-03
|
* Fix error in sort fnThierry Volpiatto2019-11-23
| | | | * helm-utils.el (helm-generic-sort-fn): Do it.
* Add commentsThierry Volpiatto2019-11-23
|
* Add flex scoring for helm-fuzzy styleThierry Volpiatto2019-11-23
| | | | | | | | * helm-mode.el (helm-fuzzy-completion-all-completions): Bind pattern. (helm-fuzzy-add-score-as-prop): Add score props to candidates. (helm-completion--fuzzy-all-completions): Use it. (helm-fuzzy-completion--adjust-metadata): Add the sort fn. * helm-utils.el (helm-generic-sort-fn): Sort with score props if some.
* Shutup byte-compiler in emacs-26Thierry Volpiatto2019-11-07
|
* Fix switching buffer in tab with new apiThierry Volpiatto2019-11-07
| | | | * helm-utils.el (helm-buffers-switch-to-buffer-or-tab): Do it.
* Fix function change in emacs-27Thierry Volpiatto2019-11-07
| | | | | | | tab-bar-select-tab require now a index table as argument and not a tab. * helm-utils.el (helm-buffers-switch-to-buffer-or-tab): Do it.
* Fix helm-quit-and-find-file in helm-occurThierry Volpiatto2019-10-31
| | | | * helm-utils.el (helm-quit-and-find-file): Do it.
* Exclude negation pattern in default sort fnThierry Volpiatto2019-10-28
| | | | * helm-utils.el (helm-generic-sort-fn): Don't score negation pattern.
* Allow switching to buffer in its tabThierry Volpiatto2019-10-04
| | | | | | | | * helm-buffers.el (helm-buffers-maybe-switch-to-tab): New user var. * helm-utils.el (helm-window-show-buffers): Do it. (helm-buffers-switch-to-buffer-or-tab): New. (helm-buffers--get-tab-from-name): New. (helm-buffers--buffer-in-tab-p): New.
* Remove helm-org.elThierry Volpiatto2019-08-10
| | | | | | * helm-utils.el (outline-show-subtree): Declare. (org-reveal): Declare. (org-directory): Declare.
* Declare markdown-show-subtreeThierry Volpiatto2019-07-22
|
* don't (require 'org) unnecessarilyKien Nguyen2019-07-16
|
* Update copyrightsThierry Volpiatto2019-03-26
|
* Rename helm-show-all-in-this-source-onlyThierry Volpiatto2018-12-08
| | | | to helm-show-all-candidates-in-source
* Fix updating in helm-show-all-in-this-source-onlyThierry Volpiatto2018-12-08
| | | | | | | by binding helm-candidate-number-limit locally. * helm-utils.el (helm-show-all-in-this-source-only): Let binding of helm-candidate-number-limit is lost when used outside with updating.
* Fix helm-set-source-filter and allow togglingThierry Volpiatto2018-12-08
| | | | | | | in helm-show-all-in-this-source-only. * helm-utils.el (helm-show-all-in-this-source-only): Allow toggling. * helm.el (helm-set-source-filter): Fix it, use helm-update.
* Handle packages in helm-quit-and-find-fileThierry Volpiatto2018-11-22
| | | | * helm-utils.el (helm-quit-and-find-file): Do it.
* Use helm-acase in some placesThierry Volpiatto2018-10-28
| | | | | * helm-utils.el (helm-file-human-size): Do it. * helm-grep.el (helm-grep-ag-prepare-cmd-line): Do it.
* Make helm-case anaphoric and rename to helm-acaseThierry Volpiatto2018-10-28
|
* Fix error with helm-grep-mode actionThierry Volpiatto2018-09-06
| | | | | | | * helm-utils.el (helm-highlight-current-line): Don't call helm-set-case-fold-search outside of a helm session. * helm-utils.el (helm-goto-line): This is not the one that trigger the error but it is not needed to call this in non helm session.
* Fix error with *file-attributesThierry Volpiatto2018-06-23
| | | | | * helm-utils.el (helm-file-attributes): Do it. * helm-files.el (helm-ff-properties): Do it.
* Use helm-case-fold-search when highlighting matchesThierry Volpiatto2018-05-04
| | | | * helm-utils.el (helm-highlight-current-line): Do it.
* Ensure helm-elisp is loaded in helm-quit-and-find-fileThierry Volpiatto2018-03-18
| | | | * helm-utils.el (helm-quit-and-find-file): Do it.
* Bind helm-actions-inherit-frame-settingsThierry Volpiatto2018-02-27
| | | | | | * helm-utils.el (helm-quit-and-find-file): Do it, otherwise helm-this-command is used instead of this-command and next command inherit settings of initial helm session.