aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/completion.rs
Commit message (Expand)AuthorAge
* Resolve completion item (#1315)Gabriel Berto2021-12-25
* Fix panic when scrolling through completion popup (#1260)Midnight Exigent2021-12-14
* Only use a single documentation popup (#1241)Kirawi2021-12-08
* Ensure coords in screen depends on char width (#885)Ivan Tham2021-11-03
* Bump lsp-types to 0.91.0 (#932)Ivan Tham2021-10-29
* Clear competion items when start_offset > cursor (#906)CossonLeo2021-10-26
* completion: fully revert state before apply & insertText common prefixBlaž Hrastnik2021-10-25
* fix: If backspacing past the start offset, cancel completionBlaž Hrastnik2021-10-16
* Allow trigger_offset to be unused for nowBlaž Hrastnik2021-10-10
* Filter the initial completionBlaž Hrastnik2021-10-05
* Optimize completion doc position. (#691)CossonLeo2021-09-08
* Extract view.inner_area(), simplify render_focused_view_elementsBlaž Hrastnik2021-08-19
* Refactor view.first_line/first_col into view.offset (Position)Blaž Hrastnik2021-08-19
* Show file preview in split pane in fuzzy finder (#534)Gokul Soumya2021-08-12
* ui: completion: Insert suggestions when tabbing over themBlaž Hrastnik2021-08-11
* ui: completion: Use sort_text to sort the completionsBlaž Hrastnik2021-08-11
* Collect some common patterns into methods on `Range`.Nathan Vegdahl2021-07-26
* Fixed primary cursor position calculation to use 1-width semantics.Nathan Vegdahl2021-07-19
* Fix unused variable, parameter, and `mut` warnings in helix-term.Nathan Vegdahl2021-07-02
* Remove #[allow(unused)] from helix-term, and fix unused imports.Nathan Vegdahl2021-07-02
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* minor: Remove old TODOsBlaž Hrastnik2021-06-22
* Add comment, statusline + commandline = 2wojciechkepka2021-06-20
* Use full screen sizewojciechkepka2021-06-20
* Make completion window move to top when cursor is below halfwojciechkepka2021-06-20
* Add ability to change theme on editorwojciechkepka2021-06-19
* Replace `Editor::current` by a macroBenoît CORTIER2021-06-18
* completion: Fix unimplemented autocompleteWojciech Kępka2021-06-08
* Completion: Format docs tabs & highlight in the doc's native languageBlaž Hrastnik2021-05-30
* Completion: Render non-markdown docs tooBlaž Hrastnik2021-05-30
* ESC should exit both completion and insert modeBlaž Hrastnik2021-05-29
* Update deps, introduce the new tree-sitter lifetimesBlaž Hrastnik2021-05-27
* Display more data in completion popups.Blaž Hrastnik2021-05-22
* Completion: apply additionalTextEdits.Blaž Hrastnik2021-05-17
* Drop some useless imports.Blaž Hrastnik2021-05-09
* Replace the Clear widget with buffer.clear/clear_with.Blaž Hrastnik2021-05-09
* ui: Draft for completion doc preview.Blaž Hrastnik2021-05-03
* lsp: support both utf-8 and utf-16 offsets.Blaž Hrastnik2021-04-14
* Handle c-n, c-p, etc. autocompletion events.Blaž Hrastnik2021-04-06
* ui: Improve completion state handling.Blaž Hrastnik2021-04-05
* Simplify code by providin cx.current() = (view, doc).Blaž Hrastnik2021-04-01
* Weave through view_id references so that views into one file have independent...Blaž Hrastnik2021-03-31
* Filter the completion menu based on text entered.Blaž Hrastnik2021-03-27