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
/
application.rs
Commit message (
Expand
)
Author
Age
*
Load alt default theme if true color is not supported
Omnikar
2021-12-13
*
Simplify some code in editor.rs
Blaž Hrastnik
2021-11-26
*
File picker config (#988)
Dan Nases Sha
2021-11-20
*
Simplify compositor.find
Blaž Hrastnik
2021-11-18
*
helix-term/commands: implement cquit (#1096)
Cole Helbling
2021-11-15
*
Allow piping from stdin into a buffer on startup (#996)
Jason Hansen
2021-11-10
*
Use default `languages.toml` if user's is invalid (#994)
Omnikar
2021-11-09
*
Bump lsp-types to 0.91.0 (#932)
Ivan Tham
2021-10-29
*
Implement `hx --tutor` and `:tutor` to load `tutor.txt` (#898)
Omnikar
2021-10-28
*
Use current dir for file picker, after change dir. (#910)
radical3dd
2021-10-26
*
Ignore errors when disabling mouse capture
Blaž Hrastnik
2021-10-19
*
Improve completion trigger (#838)
CossonLeo
2021-10-18
*
Make auto-completion a config (#853)
Ivan Tham
2021-10-16
*
Set CWD when editor is started with a directory (#849)
Omnikar
2021-10-16
*
Prevent LSP Messages from displaying when a prompt is presented (#824)
Leoi Hung Kin
2021-10-15
*
Remove resolved TODOs
Blaž Hrastnik
2021-10-10
*
fix compilation
Blaž Hrastnik
2021-10-05
*
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
*
lsp: Silence window/logMessage if -v isn't used
Blaž Hrastnik
2021-09-13
*
lsp: Don't send notifications until initialize completes
Blaž Hrastnik
2021-09-06
*
lsp: Refactor code that could use document_by_path_mut
Blaž Hrastnik
2021-09-06
*
lsp: Simplify lookup under method call
Blaž Hrastnik
2021-09-06
*
feat: merge default languages.toml with user provided languages.toml, add a g...
Yusuf Bera Ertan
2021-08-26
*
fix: Don't crash if language servers time out
Blaž Hrastnik
2021-08-10
*
config: Rename [terminal] to [editor] and pass it into Editor
Blaž Hrastnik
2021-08-08
*
Do not shutdown lsp during claim_term
Luctius
2021-08-07
*
Use an empty stream on Windows to remove duplication
Blaž Hrastnik
2021-08-03
*
Add ctrl-z to suspend
Ivan Tham
2021-08-03
*
Mouse selection support (#509)
Dmitry Sharshakov
2021-07-30
*
Changed startup behaviour to only open a single view when multiple files are ...
Cor
2021-07-17
*
More responsive key input
Ivan Tham
2021-07-06
*
fix: Temporary fix for #402
Blaž Hrastnik
2021-07-03
*
Fix unused `Result` warnings in helix-term.
Nathan Vegdahl
2021-07-02
*
Fix unused variable, parameter, and `mut` warnings in helix-term.
Nathan Vegdahl
2021-07-02
*
Remove #[allow(unused)] from helix-term, and fix unused imports.
Nathan Vegdahl
2021-07-02
*
Satisfy clippy.
Joe Neeman
2021-06-30
*
Add some async job infrastructure.
Joe Neeman
2021-06-30
*
Use a deadline when eagerly processing notifications
Blaž Hrastnik
2021-06-25
*
reverse the dependency between helix-tui and helix-view (#366)
Keith Simmons
2021-06-25
*
Fix previous broken refactor key into helix-view
Ivan Tham
2021-06-24
*
minor: Remove old TODOs
Blaž Hrastnik
2021-06-22
*
lsp: Eagerly process notifications/server calls to avoid re-rendering
Blaž Hrastnik
2021-06-22
*
Cleanup spinners and messages on progress end
Wojciech Kępka
2021-06-21
*
Hold `Config` in `Application`, expect at least one editor view
wojciechkepka
2021-06-21
*
Add progress spinners to status line
wojciechkepka
2021-06-21
*
Add ability to change theme on editor
wojciechkepka
2021-06-19
*
Revert "Refactor key into helix-view"
Blaž Hrastnik
2021-06-19
*
Refactor key into helix-view
Ivan Tham
2021-06-19
[next]