summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
AgeCommit message (Collapse)Author
2021-03-09nit: Don't reset highlights on detachTJ DeVries
2021-02-28fix: entry_prefix if selection_caret > entry_prefix (#572)Simon Hauser
2021-02-27feat: multi selection. Only integrates with send_selected_to_qflist (#551)TJ DeVries
This will not yet work with select actions. More work is needed in that case. Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2021-02-27fix: a lot of small things and adds more customization for caret (#554)Simon Hauser
Attention: prompt_prefix will no longer add a space at the end. So if you still want a space at the end make sure your configuration has one. The default should not be changed. So if you haven't copied prompt_prefix in your config this doesn't affect you. Feat: - prompt prefix does no longer always end with space - selection_caret configurable. Default: `> ` - result_prefix configurable. Default: ` ` - more actions for git_branches - <c-t> does track the branch - <c-r> does rebase branch - also added delete branch action but not configured. See readme on how to do that Fixes: - fix docgen ci - Better error for lsp_workspace_symbols - better formatting for CONTRIBUTING.md - move from systemlist to plenary.job - git branch now supports checkout on remote branches
2021-02-23feat: file browser & refresh interface (#290)Simon Hauser
and more picker api stuff for sunjon. refresh is implemented for file_browser and git_status
2021-02-22feat: Action improvements (#472)TJ DeVries
* feat: replace_map * feat: Add action_set and action_state * fix: Move all actions.get_ to action_state.get_ * fix: replace all internal references of _goto_file_selection_edit * feat: add some docs * fix: lint * feat: actions.select * remove mentions and usage of goto_file_selection APIs * feat: special case attach_mappings to be overridable and defaultable * Having goto_file_selection mappings will cause a error as well as replacing deprecated goto_file_selection methodes For config and replacing use this instead: - actions.select_default - actions.select_horizonal - actions.select_vertical - actions.select_tab Only replacing: - actions.set.edit -- for replacing all select functions * adds actions.state.select_key_to_edit_key Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2021-02-09fix: all git builtin respect cwd now (#517)Simon Hauser
2021-02-04nit: Abstract some functions (#498)TJ DeVries
2021-02-02Add user autocmd TelescopeFindPre (#491)Raphael
* Add user autocmd Telescope * change name to TelescopeFindPre * update Readme for Telescope user autocmds
2021-01-28feat: allow a callback to be called on on_lines update (for filtering tags ↵Senghan Bright
from query text) (#455) * allow a callback to be called on on_lines update * . * remove unused _filter_marker var * nit: Move to table and implement 'close' Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2021-01-24fix: allow previewer win customization (#460)Alvaro Muñoz
2021-01-17feat: Add option to set initial_mode (#442)wordhou
2021-01-11feat: quickfix (#293)TJ DeVries
* feat: quickfix (not implemented) * [WIP]: Wed 09 Dec 2020 11:11:30 PM EST * somewhat working linked list impl * getting closer * might be working * might be working for real * works and implemented basic example * dont forget to close prompt * fix descending and add more tests * test fixes * fix test * more logging * Fix some more tests * Fix logging messing up tests * fix: lint * fix: multi select stuffs
2021-01-05feat: add actions.get_current_line (#391)oberblastmeister
2020-12-21feat: Add better highlighting and new CI abilities (#355)TJ DeVries
* Revert "Revert "fix: Better highlights (#344)" (#350)" This reverts commit 7950fc8ba0accfcf6c540c7810feee646281fd8a. * better highlights take 2 * fixup * install fd find for sameness * add some debug output * more deterministic * better ci
2020-12-18Revert "fix: Better highlights (#344)" (#350)Senghan Bright
This reverts commit eca83f214ab6c64ca8df838a306d1a4570accd31.
2020-12-18fix: Better highlights (#344)TJ DeVries
* scratch: easy reproduce for buffers * fix: Many highlight fixes
2020-12-18fix results count padding (#348)Senghan Bright
2020-12-11Fix: scroller for descending (#327)Simon Hauser
2020-12-10refactor: Move scroller into own testable moduleTJ DeVries
2020-12-10Revert "fix: cycle scroll when num_results is small (#316)"TJ DeVries
I didn't test this cause I'm noob. It's my fault not tami's This reverts commit d9bf9181bccecb774ba7d56cdf5db440547f3b50.
2020-12-10fix: cycle scroll when num_results is small (#316)aca
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
* Add luacheck ci job * Fix most of the linting issues * fixup: lint Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-12-03Fix file_ingore_patterns for tags and lsp (#309)Simon Hauser
closes #299 authored by: @Conni2461
2020-11-23feat: Buffers rework (indicators and sorting) (#208)Simon Hauser
2020-11-23feat: v0.1 of extensions (#278)TJ DeVries
2020-11-16feat: Allow overriding actions from mappings (#248)TJ DeVries
2020-11-13fix: #236TJ DeVries
2020-11-13fix: selection_strategies row and follow (#218)Simon Hauser
2020-11-02feat: v1 options menu (#133)Senghan Bright
Still has a bunch of improvements that can be done, but wanted to merge in some of the related changes. * options parser * wip: vimoptions finder * feat: pre-populate ex-command line with `:set foo=` * use options current value when populating command line * fix: use result.raw_value to store original option value * . * options: Continue work on option finder * [WIP]: Tue 27 Oct 2020 10:34:09 PM EDT * [WIP]: Mon 02 Nov 2020 08:20:13 PM EST * [WIP]: Mon 02 Nov 2020 09:04:23 PM EST Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-10-30feat: Closes #205TJ DeVries
2020-10-27fix: attempt to fix problem for tami, hopefully no more errorTJ DeVries
2020-10-25feat: Add ability to turn off devicon colorsTJ DeVries
2020-10-25feat: Improve filtering ideas for sorters.TJ DeVries
2020-10-24feat: Use colors from nvim-deviconsTJ DeVries
2020-10-20fix: trim spaces from prompt stringTJ DeVries
2020-10-19fix: use results_height and results_width from config (#171)Bastien Rivière
2020-10-17refactor: prompt->prompt_title (#169)Alvaro Muñoz
* refactor: prompt->prompt_title ; prompt_prefix->prompt_text * undo prompt_prefix rename * undo prompt_prefix rename
2020-10-08feat: Add scroll_strategy = 'cycle'TJ DeVries
2020-10-08nit: Log when we fail with a busted bufnrTJ DeVries
2020-10-08feat: Do a bit better sorting for command historyTJ DeVries
To be honest, I'm not 100% sure this is fantastic, but it's definitely a step in the right direction for command history. Closes: #150
2020-10-08feat: Add more easily customizable mappings.TJ DeVries
Closes: #131
2020-10-08temp: Removing redraw for now to see if it feels slower or faster for peopleTJ DeVries
2020-10-08feat: prompt_prefix option (#154)Alvaro Muñoz
* enable prompt_prefix option * add hl and default value * default hl and prefix * fixup: move the redraw til after prompt create * fixup: nits Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-10-08fix: Respect cmdheight and laststatusTJ DeVries
2020-10-08feat: ALPHA Add layout_defaults and layout_config optionsTJ DeVries
2020-10-08fix: Remove useless prompt_titleTJ DeVries
2020-10-08fix: Scrolls past bottom lineTJ DeVries
2020-10-06fix: Reduce memory leaks (#148)TJ DeVries
It is not 100% clear that we've gotten ALL the memory leaks, but it seems much much much better and doesn't look like it's going to die immediately or as often anymore :)
2020-10-04fix: Results height configurable. Properly collapse on border = falserockerBOO