index
:
helix-ext
dependabot/cargo/rust-dependencies-1a67a7dde4
gh-pages
master
patches
v23.10.2
[contrib] fork of the helix editor, with various inactive and rejected patches applied
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
helix-term
/
src
/
ui
/
mod.rs
Commit message (
Expand
)
Author
Age
...
*
Add theme completer
wojciechkepka
2021-06-19
*
Fix expansion of `~` (#284)
Wojciech Kępka
2021-06-18
*
Replace `Editor::current` by a macro
Benoît CORTIER
2021-06-18
*
Remove RwLock for registers
Benoît CORTIER
2021-06-15
*
Only enforce limit outside of .git
Kevin Sjöberg
2021-06-09
*
Bump file picker limit
Kevin Sjöberg
2021-06-08
*
Double the UI picker file limit.
Blaž Hrastnik
2021-05-18
*
Define text color (mostly) in theme.toml.
Blaž Hrastnik
2021-05-07
*
Command mode: Per command completers.
Blaž Hrastnik
2021-05-07
*
lsp: support both utf-8 and utf-16 offsets.
Blaž Hrastnik
2021-04-14
*
Center search results.
Blaž Hrastnik
2021-04-14
*
Simplify some code.
Blaž Hrastnik
2021-04-01
*
Simplify code by providin cx.current() = (view, doc).
Blaž Hrastnik
2021-04-01
*
clippy lint
Blaž Hrastnik
2021-03-31
*
Weave through view_id references so that views into one file have independent...
Blaž Hrastnik
2021-03-31
*
Teach file picker how to find the project root (.git).
Blaž Hrastnik
2021-03-30
*
Store intra-files jumps (goto) on the jumplist.
Blaž Hrastnik
2021-03-29
*
Wire up opening in splits via pickers.
Blaž Hrastnik
2021-03-29
*
Filter the completion menu based on text entered.
Blaž Hrastnik
2021-03-27
*
Restore buffer_picker.
Blaž Hrastnik
2021-03-24
*
editor.open can now either replace the current view or open in a split.
Blaž Hrastnik
2021-03-24
*
Drop refcell use, make view simply ref doc.id.
Blaž Hrastnik
2021-03-23
*
Store Document on the Editor type, make View reference it.
Blaž Hrastnik
2021-03-22
*
clippy: Factor out a Completion type.
Blaž Hrastnik
2021-03-22
*
Improve completion: src/<tab> will now correctly complete to src/main.rs
Blaž Hrastnik
2021-03-21
*
Finish hiding doc.state / State as an implementation detail.
Blaž Hrastnik
2021-03-18
*
Hold a reference to executor on the Editor type.
Blaž Hrastnik
2021-03-16
*
ui: wip: Markdown doc renderer.
Blaž Hrastnik
2021-03-05
*
commands: Stop select_regex from breaking when no matches.
Blaž Hrastnik
2021-03-03
*
clippy lint
Blaž Hrastnik
2021-03-02
*
ui: Share popup code with menu.
Blaž Hrastnik
2021-03-02
*
ui: Rework command mode, implement file path completion.
Blaž Hrastnik
2021-03-01
*
lsp: Hover documentation draft.
Blaž Hrastnik
2021-02-25
*
search: Barebones implementation.
Blaž Hrastnik
2021-02-12
*
popup: wip work on completion popups
Blaž Hrastnik
2021-02-09
*
View tree implementation: render multiple split views.
Blaž Hrastnik
2021-02-03
*
commands: Implement select_on_matches.
Blaž Hrastnik
2021-01-22
*
Refactoring: move language_servers into Editor, proper load for doc.
Blaž Hrastnik
2021-01-21
*
buffer picker: Mark current view with (*)
Blaž Hrastnik
2020-12-21
*
ui: buffer picker on ctrl-b
Blaž Hrastnik
2020-12-21
*
picker: Factor out file picker, we want to reuse code for other pickers.
Blaž Hrastnik
2020-12-18
*
File picker mockup, reuses the line editor work done on Prompt.
Blaž Hrastnik
2020-12-17
*
Make the select prompt interactive.
Blaž Hrastnik
2020-12-15
*
Move ui modules under a ui:: namespace.
Blaž Hrastnik
2020-12-13
[prev]