aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui
Commit message (Expand)AuthorAge
* Make matching bracket dimmed, prevent out of bounds renderingWojciech Kępka2021-06-08
* Bump file picker limitKevin Sjöberg2021-06-08
* completion: Fix unimplemented autocompleteWojciech Kępka2021-06-08
* Address clippy lintBlaž Hrastnik2021-06-07
* Implement register selectionBenoît CORTIER2021-06-07
* Revert the line number rendering change, we were correct beforeBlaž Hrastnik2021-06-07
* fix: 2 panics while setting style + off by 1ahkrr2021-06-07
* Add diagnostics keybindingsWojciech Kępka2021-06-07
* Refactor index assignmentKevin Sjöberg2021-06-06
* Allow moving backwards in completionsKevin Sjöberg2021-06-06
* Trigger directory completion upon pressing EnterKevin Sjöberg2021-06-06
* Calculate offset when moving picker cursorKevin Sjöberg2021-06-06
* Do not move past number of matchesKevin Sjöberg2021-06-06
* fix: panicked at 'attempt to subtract with overflow' ahkrr2021-06-05
* Fixing Multiple Panics (#121)Kirawi2021-06-05
* matchbrackets: Needs to render with the viewport offsetBlaž Hrastnik2021-06-04
* Fix panic paint mysterious matching pairIvan Tham2021-06-04
* key is now modified in place at start of handle_eventJan Hrastnik2021-06-03
* key_canonicalization now only matches charsJan Hrastnik2021-06-03
* put the key canonicalization in a seperate function. only chars now get strip...Jan Hrastnik2021-06-03
* removed shift matchingJan Hrastnik2021-06-03
* Highlight matching bracketsnotoria2021-06-03
* Fix cursor not showing on (0, 0)Blaž Hrastnik2021-06-03
* Fix split sizes getting out of sync with the terminal size, refs #69Blaž Hrastnik2021-06-03
* Change help prompt stylingBlaž Hrastnik2021-06-01
* 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
* Fix cursor positioning for promptsBlaž Hrastnik2021-05-28
* ui: Menu rendering adjustmentsBlaž Hrastnik2021-05-27
* Update deps, introduce the new tree-sitter lifetimesBlaž Hrastnik2021-05-27
* Display more data in completion popups.Blaž Hrastnik2021-05-22
* Double the UI picker file limit.Blaž Hrastnik2021-05-18
* Completion: apply additionalTextEdits.Blaž Hrastnik2021-05-17
* Drop cx.view_id, it was used before we had cx.current.Blaž Hrastnik2021-05-15
* Drop some useless imports.Blaž Hrastnik2021-05-09
* Replace the Clear widget with buffer.clear/clear_with.Blaž Hrastnik2021-05-09
* Simplify the compositor callback.Blaž Hrastnik2021-05-09
* clippy lintBlaž Hrastnik2021-05-08
* ui: Render command mode doc text if available.Blaž Hrastnik2021-05-08
* Define text color (mostly) in theme.toml.Blaž Hrastnik2021-05-07
* Simplify prompt autocompletion rendering code.Blaž Hrastnik2021-05-07
* Command mode: Per command completers.Blaž Hrastnik2021-05-07
* Add the :new command, don't crash if saving without filename.Blaž Hrastnik2021-05-07
* clippy lintBlaž Hrastnik2021-05-06
* Tokio migration.Blaž Hrastnik2021-05-06
* ui: Draft for completion doc preview.Blaž Hrastnik2021-05-03
* Stop crashing if last view is closed.Blaž Hrastnik2021-05-03
* doc: Be smarter about calculating modified status.Blaž Hrastnik2021-05-03
* lsp: support both utf-8 and utf-16 offsets.Blaž Hrastnik2021-04-14