| Commit message (Expand) | Author | Age |
... | |
* | Add jumplist support for the search (closes #1625) (#1718) | Philipp Mildenberger | 2022-03-01 |
* | Minor cleanup of file picker file gathering logic (#1683) | Daniel S Poulin | 2022-03-01 |
* | Always ignore the .git directory in file picker (#1604) | Daniel S Poulin | 2022-02-20 |
* | Extract a helper function for lsp::Location | Blaž Hrastnik | 2022-02-18 |
* | Manually recalculate initial completion where it matters | Blaž Hrastnik | 2022-02-17 |
* | Pass through Editor instead of Context | Blaž Hrastnik | 2022-02-17 |
* | helix-term: implement buffer completer | Cole Helbling | 2022-02-17 |
* | Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcut... | Ludwig Stecher | 2022-02-15 |
* | use PathBuf::to_string_lossy() instead of to_str() (#1655) | Kirawi | 2022-02-15 |
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 |
|\ |
|
| * | feat(editor): add config for search wrap_around (#1516) | Matouš Dzivjak | 2022-02-10 |
| * | Render code actions as a menu, allow adding padding to popup | Blaž Hrastnik | 2022-01-31 |
| * | fix: Use std::path::MAIN_SEPARATOR to determine completion | Blaž Hrastnik | 2022-01-06 |
| * | Revert "Convert Windows style path separator in completers to Unix style (#13... | Blaž Hrastnik | 2022-01-05 |
| * | Convert Windows style path separator in completers to Unix style (#1389) | ath3 | 2021-12-29 |
| * | Update settings at runtime (#798) | Tamo | 2021-12-26 |
| * | Load alt default theme if true color is not supported | Omnikar | 2021-12-13 |
* | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-30 |
|\| |
|
| * | File picker config (#988) | Dan Nases Sha | 2021-11-20 |
* | | dap: Remove the prompt line parameter, use insert_str instead | Blaž Hrastnik | 2021-11-22 |
* | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-21 |
|\| |
|
| * | Restore screen position when abort search (#1047) | Ivan Tham | 2021-11-10 |
* | | Make picker take the whole context, not just editor | Blaž Hrastnik | 2021-11-07 |
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-11-06 |
|\| |
|
| * | Add c-s to pick word under doc cursor to prompt line & search completion (#831) | CossonLeo | 2021-11-04 |
| * | First stab at ignoring compressed files from picker (#767) | Daniel S Poulin | 2021-10-22 |
* | | Merge branch 'master' into debug | Dmitry Sharshakov | 2021-09-25 |
|\| |
|
| * | Initial implementation of global search (#651) | Leoi Hung Kin | 2021-09-21 |
| * | enable smart case regex search by default (#761) | kraem | 2021-09-20 |
| * | Regex prompts should have a history with a specifiable register | Blaž Hrastnik | 2021-09-08 |
* | | Add command for editing breakpoint condition | Dmitry Sharshakov | 2021-09-04 |
|/ |
|
* | ui: prompt: Avoid allocating a prompt name if it's a static string | Blaž Hrastnik | 2021-08-31 |
* | Show hidden files in filename completer (#648) | Stuart Hinson | 2021-08-26 |
* | Move path util functions from helix-term to helix-core (#650) | Kirawi | 2021-08-25 |
* | minor: Refactor commands.rs a bit more | Blaž Hrastnik | 2021-08-20 |
* | Show file preview in split pane in fuzzy finder (#534) | Gokul Soumya | 2021-08-12 |
* | config: Rename [terminal] to [editor] and pass it into Editor | Blaž Hrastnik | 2021-08-08 |
* | Implement in-memory prompt history | Blaž Hrastnik | 2021-07-26 |
* | Add infobox | Ivan Tham | 2021-07-04 |
* | 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 |
* | Sort the files in descending order | Blaž Hrastnik | 2021-06-28 |
* | Address nightly clippy warnings | Blaž Hrastnik | 2021-06-27 |
* | Sort files in file picker by access, modification and creation date (#336) | Wojciech Kępka | 2021-06-26 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Make the prompt callback take a Context. | Joe Neeman | 2021-06-23 |
* | Implement change_current_directory command | Lionel Flandrin | 2021-06-22 |
* | minor: Remove old TODOs | Blaž Hrastnik | 2021-06-22 |
* | Add a `Spinner` | wojciechkepka | 2021-06-21 |
* | Add theme completer | wojciechkepka | 2021-06-19 |