| Commit message (Expand) | Author | Age |
* | Add helix-specific ignore files (#8099) | Paul Olteanu | 2023-10-21 |
* | fix(lsp): ensure we only highlight diagnostics for lsp with the feature enabl... | Yomain | 2023-10-17 |
* | markdown: Recognize `<code>` tags with attributes as code (#8397) | Michael Davis | 2023-09-26 |
* | Style Bold/Italic/Strikethrough markdown in docs (#8385) | A-Walrus | 2023-09-25 |
* | correctly center items in picker preview | Pascal Kuthe | 2023-09-14 |
* | fix crash in picker preview for invalid ranges | Pascal Kuthe | 2023-09-14 |
* | fix syntax highlights in dynamic picker (#8206) | Pascal Kuthe | 2023-09-09 |
* | Fix Clone definition for Injector (#8194) | Michael Davis | 2023-09-07 |
* | Don't use word splitting during fuzzy matching (#8192) | Pascal Kuthe | 2023-09-06 |
* | Do not show (running) when opening picker (#8148) | Pascal Kuthe | 2023-09-06 |
* | avoid excessive memory consumption in picker (#8127) | Pascal Kuthe | 2023-09-01 |
* | Clear completion when switching windows via click (#8118) | Michael Davis | 2023-08-31 |
* | transition to nucleo for fuzzy matching (#7814) | Pascal Kuthe | 2023-08-30 |
* | fix: line numbers remain relative when helix loses focus (#7955) | woojiq | 2023-08-29 |
* | Remove unnecessary `Err` from `get_canonicalized_path` (#8009) | nkitsaini | 2023-08-20 |
* | Include completions for git-ignored files in debugger prompt (#7936) | quantonganh | 2023-08-14 |
* | Show whether file readonly in statusline (#7740) | Connortsui20 | 2023-08-08 |
* | Center the picker preview selection using visual lines (#7837) | Jesse Luehrs | 2023-08-08 |
* | Skip rendering gutters when gutter width exceeds view width (#7821) | Anshul Dalal | 2023-08-08 |
* | feat: smart_tab | Skyler Hawthorne | 2023-08-01 |
* | Preview the latest value for regular registers | Michael Davis | 2023-07-31 |
* | Use refactored Registers type | Michael Davis | 2023-07-31 |
* | Reformat with nightly rustfmt for better let-else formatting (#7721) | Philipp Mildenberger | 2023-07-27 |
* | highlighted_code_block: Take input text as &str | Michael Davis | 2023-07-27 |
* | Prefer RopeSlice to &Rope in helix_core::syntax | Michael Davis | 2023-07-27 |
* | Tune regex highlights for usage in prompts | Michael Davis | 2023-07-27 |
* | Syntax-highlight regex prompts | Michael Davis | 2023-07-27 |
* | Save an undo checkpoint before accepting completion (#7747) | Michael Davis | 2023-07-27 |
* | Clear statusline while prompt is visible (#7646) | Pascal Kuthe | 2023-07-17 |
* | Fix crash when cwd is deleted (#7185) | Yomain | 2023-07-11 |
* | make TS matching fallback to plaintext | Pascal Kuthe | 2023-06-22 |
* | Fix Component implementations for Picker (#7382) | Michael Davis | 2023-06-19 |
* | Completely remove old Picker and rename FilePicker to Picker | Gokul Soumya | 2023-06-18 |
* | Make file preview callback optional | Michael Davis | 2023-06-18 |
* | Move FilePicker struct def closer to impl block | Gokul Soumya | 2023-06-18 |
* | Render the preview in FilePicker | Gokul Soumya | 2023-06-18 |
* | Move Picker::render into FilePicker::render | Gokul Soumya | 2023-06-18 |
* | Move Component methods except render() to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move handle_event methods from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move navigation methods from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move scoring functions from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Copy struct fields and new() from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move FilePicker::render from Component impl to normal impl | Gokul Soumya | 2023-06-18 |
* | Fix underflow when repeating a completion that has a negative shift position ... | Philipp Mildenberger | 2023-06-12 |
* | add config option for instant completion entry preview (defaulting to true). | Luca Schlecker | 2023-06-09 |
* | Add register statusline element (#7222) | spectre256 | 2023-06-08 |
* | Persist register selection in pending keymaps | Michael Davis | 2023-06-07 |
* | Update diagnostics correctly on LSP exit (#7111) | Poliorcetics | 2023-05-23 |
* | Rebase cleanup/fixes and use lsp::CompletionItem in item_to_transaction directly | Philipp Mildenberger | 2023-05-18 |
* | Apply all review suggestions (doc_id -> id, error message, unnecessary if) | Philipp Mildenberger | 2023-05-18 |