summaryrefslogtreecommitdiff
path: root/helm-for-files.el
Commit message (Collapse)AuthorAge
* Update copyrightsThierry Volpiatto2021-11-12
|
* Use helm-file-name-extension instead of file-name-extensionThierry Volpiatto2021-09-14
| | | | | | | | helm-file-name-extension have been renamed from helm-ff-file-extension and moved to helm-lib.el. Using it instead of file-name-extension prevent highlighting extensions ending with a number e.g. Changelog.1.
* highlight filename extension when find filestrungtq2021-09-13
|
* Fix obsolete usage of defgeneric, defmetod etc...Thierry Volpiatto2021-03-14
| | | | | | | | | Rename all defmethods to cl-defmethod, same for defgeneric, call-next-method cl-generic-p. Fix as well cl-type-case generic pred. Don't use :primary keyword in cl-defmethods. Finally use pcase-let instead of cl-multiple-value-bind as this one keep sending warnings even with var marked as unused (_var).
* Move local vars in .dir-locals fileThierry Volpiatto2021-03-13
| | | | and shutup compiler about doctring warnings.
* Fix some bug linksThierry Volpiatto2021-02-04
|
* Update copyrightsThierry Volpiatto2020-12-16
|
* Fix documentationManuel Uberti2020-06-03
|
* Update copyrightsThierry Volpiatto2019-03-26
|
* Remove helm-ff-tramp-not fancyThierry Volpiatto2018-06-25
| | | | | | | | * helm-files.el: (helm-ff-filter-candidate-one-by-one): Do it. * helm-for-files.el (helm-for-files-tramp-not-fancy): New. (helm-highlight-files): Use it. * helm-help.el (helm-ff-help-message): Update.
* Update copyrightsThierry Volpiatto2018-01-08
|
* Fix recentf action to delete (#1924)Chunyang Xu2017-12-03
| | | | * helm-for-files.el (helm--setup-source): Do it.
* Fix unquoted symbolsThierry Volpiatto2017-09-12
| | | | | * helm-for-files.el (helm-source-files-in-current-dir): Do it. * helm-x-files.el (helm-source-mac-spotlight): Do it.
* Fix docstring to helm-for-files-preferred-listThierry Volpiatto2017-09-09
| | | | | | | and helm-mini-default-sources. * helm-for-files.el (helm-for-files-preferred-list): Do it. * helm-buffers.el (helm-mini-default-sources): Do it.
* Make helm-bookmark loading when requiring helm-for-files (#1847)Thierry Volpiatto2017-09-09
|
* Reorder, move some variables to right placesThierry Volpiatto2017-09-08
| | | | | | | | * helm-files.el (helm-find-files-ignore-thing-at-point): Fix typo in prefix. (helm-find-files): Use it. * helm-find.el (helm-findutils-skip-boring-files): Moved from helm-files. (helm-findutils-search-full-path): Moved from helm-files. * helm-for-files.el (helm-multi-files-toggle-locate-binding): Moved from helm-files.
* Require helm-external only where neededThierry Volpiatto2017-09-08
|
* Requires helm-x-files where neededThierry Volpiatto2017-09-07
| | | | | | * helm-buffers.el (helm-mini): Do it. * helm-for-files.el (helm-for-files): Do it. (helm-multi-files): Do it.
* Move helm-for-files-preferred-list to helm-for-filesThierry Volpiatto2017-09-07
| | | | and remove duplicate of helm-mini-default-sources
* Start splitting helm-files and redispatching functionsThierry Volpiatto2017-09-06
* helm-files.el: Move code related to helm-for-files and code using external libraries to their respective files. * helm-x-files.el: New file. * helm-for-files.el: New file.