aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui
Commit message (Expand)AuthorAge
* ui: Prompt should figure out a reasonable column widthBlaž Hrastnik2021-06-13
* Add `Copy` derive to `PromptEvent`Wojciech Kępka2021-06-13
* commands: Add more write commandsWojciech Kępka2021-06-13
* Change picker horizontal split to hIvan Tham2021-06-12
* Fix documentation popup panicwojciechkepka2021-06-10
* Only enforce limit outside of .gitKevin Sjöberg2021-06-09
* Match keybindings of menuKevin Sjöberg2021-06-09
* Fix Shift-Tab for moving upwards in menuKevin Sjöberg2021-06-09
* Fix crash when too many completions availableBlaž Hrastnik2021-06-08
* Support go to line 1Zheming Li2021-06-08
* 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