Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Restore document state on completion cancel (#2096) | Andrey Tkachenko | 2022-04-20 |
| | |||
* | Fixes #1991 LSP Auto-import (#2088) | Andrey Tkachenko | 2022-04-16 |
| | |||
* | minor: Remove some outdated comments | Blaž Hrastnik | 2022-03-03 |
| | |||
* | Make repeat operator work with completion edits (#1640) | Mateusz S. Szczygieł | 2022-03-01 |
| | | | | | | | | | | | * add basic completion replay * use transaction as the last completion * completion replay only on trigger position * cache changes in CompletionAction Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | ||
* | Fix 1.60 lints | Blaž Hrastnik | 2022-02-25 |
| | |||
* | Close some popups automatically (#1285) | Bram | 2022-02-23 |
| | | | | | | | | | | | | | | | | | | | * Add Event::Used to use event callback without consuming * Close popup if contents ignored event * collect event results before executing callbacks * don't add new result variant, use Ignored(..) instead * break in match cases * Make auto_close configurable * fix merge * auto close hover popups * fix formatting | ||
* | Allow separate styles for markup headings (#1618) | Alex | 2022-02-21 |
| | | | | | * update markdown highlighting to use separate heading themes * remove markdown theme scopes in ui | ||
* | Use markup scopes for the Markdown component (#1363) | CossonLeo | 2022-01-24 |
| | |||
* | Update to rust 1.58, fix a bunch of optional lints | Blaž Hrastnik | 2022-01-16 |
| | |||
* | Resolve completion item (#1315) | Gabriel Berto | 2021-12-25 |
| | | | Co-authored-by: Gabriel Berto <gabriel.berto@pottencial.com.br> | ||
* | Fix panic when scrolling through completion popup (#1260) | Midnight Exigent | 2021-12-14 |
| | | | | | | | * fix(completion_popup): Fixes #1256 * Update helix-term/src/ui/completion.rs Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | ||
* | Only use a single documentation popup (#1241) | Kirawi | 2021-12-08 |
| | |||
* | Ensure coords in screen depends on char width (#885) | Ivan Tham | 2021-11-03 |
| | | | | | The issue affected files with lots of tabs at the start as well. Fix #840 | ||
* | Bump lsp-types to 0.91.0 (#932) | Ivan Tham | 2021-10-29 |
| | |||
* | Clear competion items when start_offset > cursor (#906) | CossonLeo | 2021-10-26 |
| | |||
* | completion: fully revert state before apply & insertText common prefix | Blaž Hrastnik | 2021-10-25 |
| | |||
* | fix: If backspacing past the start offset, cancel completion | Blaž Hrastnik | 2021-10-16 |
| | | | | Refs #822 | ||
* | Allow trigger_offset to be unused for now | Blaž Hrastnik | 2021-10-10 |
| | |||
* | Filter the initial completion | Blaž Hrastnik | 2021-10-05 |
| | |||
* | Optimize completion doc position. (#691) | CossonLeo | 2021-09-08 |
| | | | | | | | | | | | | | | | | | | | * optimize completion doc's render * optimize completion doc's render * optimize completion doc position * cargo fmt * fix panic * use saturating_sub * fixs * fix clippy * limit completion doc max width 120 | ||
* | Extract view.inner_area(), simplify render_focused_view_elements | Blaž Hrastnik | 2021-08-19 |
| | |||
* | Refactor view.first_line/first_col into view.offset (Position) | Blaž Hrastnik | 2021-08-19 |
| | |||
* | Show file preview in split pane in fuzzy finder (#534) | Gokul Soumya | 2021-08-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add preview pane for fuzzy finder * Fix picker preview lag by caching * Add picker preview for document symbols * Cache picker preview per document instead of view * Use line instead of range for preview doc * Add picker preview for buffer picker * Fix render bug and refactor picker * Refactor picker preview rendering * Split picker and preview and compose The current selected item is cloned on every event, which is undesirable * Refactor out clones in previewed picker * Retrieve doc from editor if possible in filepicker * Disable syntax highlight for picker preview Files already loaded in memory have syntax highlighting enabled * Ignore directory symlinks in file picker * Cleanup unnecessary pubs and derives * Remove unnecessary highlight from file picker * Reorganize buffer rendering * Use normal picker for code actions * Remove unnecessary generics and trait impls * Remove prepare_for_render and make render mutable * Skip picker preview if screen small, less padding | ||
* | ui: completion: Insert suggestions when tabbing over them | Blaž Hrastnik | 2021-08-11 |
| | | | | Fixes #498 | ||
* | ui: completion: Use sort_text to sort the completions | Blaž Hrastnik | 2021-08-11 |
| | |||
* | Collect some common patterns into methods on `Range`. | Nathan Vegdahl | 2021-07-26 |
| | |||
* | Fixed primary cursor position calculation to use 1-width semantics. | Nathan Vegdahl | 2021-07-19 |
| | | | | | This had a bunch of knock-on effects that were buggy, such as bracket match highlighting. | ||
* | Fix unused variable, parameter, and `mut` warnings in helix-term. | Nathan Vegdahl | 2021-07-02 |
| | |||
* | Remove #[allow(unused)] from helix-term, and fix unused imports. | Nathan Vegdahl | 2021-07-02 |
| | | | | Lots of other warning still left. Will address in subsequent commits. | ||
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
| | | | | | | | | | * reverse the dependency between helix-tui and helix-view by moving a fiew types to view * fix tests * clippy and format fixes Co-authored-by: Keith Simmons <keithsim@microsoft.com> | ||
* | minor: Remove old TODOs | Blaž Hrastnik | 2021-06-22 |
| | |||
* | Add comment, statusline + commandline = 2 | wojciechkepka | 2021-06-20 |
| | |||
* | Use full screen size | wojciechkepka | 2021-06-20 |
| | |||
* | Make completion window move to top when cursor is below half | wojciechkepka | 2021-06-20 |
| | |||
* | Add ability to change theme on editor | wojciechkepka | 2021-06-19 |
| | |||
* | Replace `Editor::current` by a macro | Benoît CORTIER | 2021-06-18 |
| | | | | | | | | | This is necessary to workaround ownership issues across function calls. The issue notably arised when implementing the registers into `Editor` and I was getting annoyed again when implementing copy/pasting into system clipboard. The problem is addressed by using macro calls instead of function calls. There is no notable side effect. | ||
* | completion: Fix unimplemented autocomplete | Wojciech Kępka | 2021-06-08 |
| | |||
* | Completion: Format docs tabs & highlight in the doc's native language | Blaž Hrastnik | 2021-05-30 |
| | |||
* | Completion: Render non-markdown docs too | Blaž Hrastnik | 2021-05-30 |
| | |||
* | ESC should exit both completion and insert mode | Blaž Hrastnik | 2021-05-29 |
| | |||
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 |
| | |||
* | Display more data in completion popups. | Blaž Hrastnik | 2021-05-22 |
| | |||
* | Completion: apply additionalTextEdits. | Blaž Hrastnik | 2021-05-17 |
| | | | | Used for adding imports to the file when completing. | ||
* | Drop some useless imports. | Blaž Hrastnik | 2021-05-09 |
| | |||
* | Replace the Clear widget with buffer.clear/clear_with. | Blaž Hrastnik | 2021-05-09 |
| | |||
* | ui: Draft for completion doc preview. | Blaž Hrastnik | 2021-05-03 |
| | |||
* | lsp: support both utf-8 and utf-16 offsets. | Blaž Hrastnik | 2021-04-14 |
| | | | | | Still need to implement the clangd encoding negotiation, but it's a start. Should also manually override to utf8 for pyls. | ||
* | Handle c-n, c-p, etc. autocompletion events. | Blaž Hrastnik | 2021-04-06 |
| | |||
* | ui: Improve completion state handling. | Blaž Hrastnik | 2021-04-05 |
| | |||
* | Simplify code by providin cx.current() = (view, doc). | Blaž Hrastnik | 2021-04-01 |
| |