Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | feat: Make it possible to keybind `TypableCommands` (#1169) | Oskar Nehlin | 2021-12-04 | |
| | | | | | | | | | | | | | | | | | | | | | * Make TypableCommands mappable * Fix pr comments * Update PartialEq implementation | |||
| * | | Bump rust to 1.57, fix new lint failures | Blaž Hrastnik | 2021-12-03 | |
| | | | ||||
| * | | Revert "Improve dedent behavior, make kill_to_line_end behave like emacs ↵ | Blaž Hrastnik | 2021-12-01 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1173)" 1. pressing o on a line with no indentation will open a new line as expected, but esc will then delete the line altogether 2. the kill_line behavior happens after insert mode changes are already commited to history, and the change isn't commited. pressing u after this will break highlighting & undo history This reverts commit c08d2fae587a0a5dd2a1e2e44a1f385d142c9d59. | |||
| * | | ui: Optimize tree-sitter style lookups | Blaž Hrastnik | 2021-12-01 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tree sitter returns an index referring to the position of the scope in the scopes array. We can use that same index to avoid a hashmap lookup and instead store the styles in an array. This currently stores the styles in both a map and an array because the UI still uses hashmap lookups, but it's a reasonable tradeoff. | |||
| * | | ui: Only calculate span styling when it's actually in bounds | Blaž Hrastnik | 2021-12-01 | |
| | | | ||||
| * | | Improve dedent behavior, make kill_to_line_end behave like emacs (#1173) | WindSoilder | 2021-11-30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * restore indent when press esc right after open a new line * add comment for restore_indent * fix, and make kill to line end behaves like emacs * update comment * fix comment * adjust cancel restore_indent situation * check esc logic in mode transaction * improve comment * add more check for dedent * update comment * use matches to check for last_cmd * no need to introduct CommandFun type | |||
* | | | dap: Highlight line of current stack frame | Blaž Hrastnik | 2021-12-01 | |
| | | | ||||
* | | | Remove another parameter from render_view | Blaž Hrastnik | 2021-11-30 | |
| | | | ||||
* | | | dap: Extract diagnostics gutter into gutters.rs | Blaž Hrastnik | 2021-11-30 | |
| | | | ||||
* | | | dap: Rewrite breakpoints so that there's a single set maintained | Blaž Hrastnik | 2021-11-30 | |
| | | | ||||
* | | | Pass editor into render_view & gutter, reducing the number of params | Blaž Hrastnik | 2021-11-30 | |
| | | | ||||
* | | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-30 | |
|\| | | ||||
| * | | Extract gutters into helix-view | Blaž Hrastnik | 2021-11-29 | |
| | | | ||||
| * | | Reuse a text buffer for each gutter line | Blaž Hrastnik | 2021-11-29 | |
| | | | ||||
| * | | Tie the GutterFn lifetime to the doc so we can avoid cloning data | Blaž Hrastnik | 2021-11-29 | |
| | | | ||||
| * | | Gutter functions | Blaž Hrastnik | 2021-11-29 | |
| |/ | ||||
| * | Jump to end char of surrounding pair from any cursor pos (#1121) | Martin Junghanns | 2021-11-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Jump to end char of surrounding pair from any cursor pos * Separate bracket matching into exact and fuzzy search * Add constants for bracket chars * Abort early if char under cursor is not a bracket * Simplify bracket char validation * Refactor node search and unify find methods * Remove bracket constants | |||
* | | dap: Toggle breakpoints without changing selection, fix offset calc | Blaž Hrastnik | 2021-11-22 | |
| | | ||||
* | | ui: Since diagnostics are sorted, we can use binary search | Blaž Hrastnik | 2021-11-22 | |
| | | ||||
* | | dap: Modify breakpoints in place with no cloning | Blaž Hrastnik | 2021-11-22 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-21 | |
|\| | ||||
| * | ui: Increase diagnostics sideline width to 100 max and wrap if needed | Blaž Hrastnik | 2021-11-16 | |
| | | ||||
| * | Implement "Goto last modification" command (#1067) | ath3 | 2021-11-14 | |
| | | ||||
| * | helix-term/editor: display scratch buffer name in status bar | Cole Helbling | 2021-11-14 | |
| | | ||||
| * | Allow keys to be mapped to sequences of commands (#589) | Omnikar | 2021-11-11 | |
| | | | | | | | | | | | | | | | | | | * Allow keys to be mapped to sequences of commands * Handle `Sequence` at the start of `Keymap::get` * Use `"[Multiple commands]"` as command sequence doc * Add command sequence example to `remapping.md` | |||
* | | wip | Blaž Hrastnik | 2021-11-08 | |
| | | ||||
* | | dap: Fully extract template parameter prompts | Blaž Hrastnik | 2021-11-07 | |
| | | ||||
* | | dap: Extract out variable rendering | Blaž Hrastnik | 2021-11-07 | |
| | | | | | | | | Will improve on the UI later | |||
* | | If there is no live debugger, treat breakpoints as unverified | Blaž Hrastnik | 2021-11-06 | |
| | | ||||
* | | Fix compilation | Blaž Hrastnik | 2021-11-06 | |
| | | ||||
* | | dap: Move template selection into a picker | Blaž Hrastnik | 2021-11-06 | |
| | | | | | | | | It's time to move all these components out of ui/editor.rs | |||
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-11-06 | |
|\| | ||||
| * | Allow infoboxes to be disabled (#972) | Omnikar | 2021-11-05 | |
| | | | | | | | | | | | | | | | | | | | | | | * Allow infoboxes to be disabled * Document `infoboxes` default value * Rename `infoboxes` to `auto_info` * Document `auto-info` * Fix incomplete rename | |||
| * | Replace documents SlotMap with BTreeMap | Blaž Hrastnik | 2021-11-04 | |
| | | ||||
| * | Extract a clear_completion method | Blaž Hrastnik | 2021-10-29 | |
| | | ||||
| * | Improve statusline (#916) | Omnikar | 2021-10-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve statusline * Change diagnostic count display to show counts of individual diagnostic types next to their corresponding gutter dots. * Add selection count to the statusline. * Do not display info or hint count in statusline * Reduce padding Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> * Reduce padding Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> * Use `Span::styled` * Reduce padding * Use `Style::patch` * Remove unnecessary `Cow` creation Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | |||
| * | fix warning | Blaž Hrastnik | 2021-10-25 | |
| | | ||||
| * | completion: fully revert state before apply & insertText common prefix | Blaž Hrastnik | 2021-10-25 | |
| | | ||||
| * | Mark a few functions as `const` | Blaž Hrastnik | 2021-10-24 | |
| | | ||||
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-10-17 | |
|\| | ||||
| * | fix: Don't crash on empty completion, don't retrigger on close | Blaž Hrastnik | 2021-10-07 | |
| | | ||||
| * | Filter the initial completion | Blaž Hrastnik | 2021-10-05 | |
| | | ||||
| * | Experiment with autocompletion on idle | Blaž Hrastnik | 2021-10-05 | |
| | | ||||
| * | idle timer wip | Blaž Hrastnik | 2021-10-05 | |
| | | ||||
* | | Merge branch 'master' into debug | Dmitry Sharshakov | 2021-09-25 | |
|\| | ||||
| * | syntax: Properly handle injection-regex for language injections | Blaž Hrastnik | 2021-09-16 | |
| | | ||||
| * | Regex prompts should have a history with a specifiable register | Blaž Hrastnik | 2021-09-08 | |
| | | ||||
| * | Add a sticky mode for keymaps (#635) | Gokul Soumya | 2021-09-05 | |
| | | ||||
* | | Get breakpoint reports from debugger | Dmitry Sharshakov | 2021-09-06 | |
| | | ||||
* | | Make conditional logpoints underlined | Dmitry Sharshakov | 2021-09-05 | |
| | |