aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/mod.rs
Commit message (Expand)AuthorAge
...
| * fix: Use std::path::MAIN_SEPARATOR to determine completionBlaž Hrastnik2022-01-06
| * Revert "Convert Windows style path separator in completers to Unix style (#13...Blaž Hrastnik2022-01-05
| * Convert Windows style path separator in completers to Unix style (#1389)ath32021-12-29
| * Update settings at runtime (#798)Tamo2021-12-26
| * Load alt default theme if true color is not supportedOmnikar2021-12-13
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-11-30
|\|
| * File picker config (#988)Dan Nases Sha2021-11-20
* | dap: Remove the prompt line parameter, use insert_str insteadBlaž Hrastnik2021-11-22
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-11-21
|\|
| * Restore screen position when abort search (#1047)Ivan Tham2021-11-10
* | Make picker take the whole context, not just editorBlaž Hrastnik2021-11-07
* | Merge branch 'master' into debugBlaž Hrastnik2021-11-06
|\|
| * Add c-s to pick word under doc cursor to prompt line & search completion (#831)CossonLeo2021-11-04
| * First stab at ignoring compressed files from picker (#767)Daniel S Poulin2021-10-22
* | Merge branch 'master' into debugDmitry Sharshakov2021-09-25
|\|
| * Initial implementation of global search (#651)Leoi Hung Kin2021-09-21
| * enable smart case regex search by default (#761)kraem2021-09-20
| * Regex prompts should have a history with a specifiable registerBlaž Hrastnik2021-09-08
* | Add command for editing breakpoint conditionDmitry Sharshakov2021-09-04
|/
* ui: prompt: Avoid allocating a prompt name if it's a static stringBlaž Hrastnik2021-08-31
* Show hidden files in filename completer (#648)Stuart Hinson2021-08-26
* Move path util functions from helix-term to helix-core (#650)Kirawi2021-08-25
* minor: Refactor commands.rs a bit moreBlaž Hrastnik2021-08-20
* Show file preview in split pane in fuzzy finder (#534)Gokul Soumya2021-08-12
* config: Rename [terminal] to [editor] and pass it into EditorBlaž Hrastnik2021-08-08
* Implement in-memory prompt historyBlaž Hrastnik2021-07-26
* Add infoboxIvan Tham2021-07-04
* Fix unused variable, parameter, and `mut` warnings in helix-term.Nathan Vegdahl2021-07-02
* Remove #[allow(unused)] from helix-term, and fix unused imports.Nathan Vegdahl2021-07-02
* Sort the files in descending orderBlaž Hrastnik2021-06-28
* Address nightly clippy warningsBlaž Hrastnik2021-06-27
* Sort files in file picker by access, modification and creation date (#336)Wojciech Kępka2021-06-26
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Make the prompt callback take a Context.Joe Neeman2021-06-23
* Implement change_current_directory commandLionel Flandrin2021-06-22
* minor: Remove old TODOsBlaž Hrastnik2021-06-22
* Add a `Spinner`wojciechkepka2021-06-21
* Add theme completerwojciechkepka2021-06-19
* Fix expansion of `~` (#284)Wojciech Kępka2021-06-18
* Replace `Editor::current` by a macroBenoît CORTIER2021-06-18
* Remove RwLock for registersBenoît CORTIER2021-06-15
* Only enforce limit outside of .gitKevin Sjöberg2021-06-09
* Bump file picker limitKevin Sjöberg2021-06-08
* Double the UI picker file limit.Blaž Hrastnik2021-05-18
* Define text color (mostly) in theme.toml.Blaž Hrastnik2021-05-07
* Command mode: Per command completers.Blaž Hrastnik2021-05-07
* lsp: support both utf-8 and utf-16 offsets.Blaž Hrastnik2021-04-14
* Center search results.Blaž Hrastnik2021-04-14
* Simplify some code.Blaž Hrastnik2021-04-01
* Simplify code by providin cx.current() = (view, doc).Blaž Hrastnik2021-04-01