| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 |
|\ |
|
| * | Improve code action picker by displaying it inline | Blaž Hrastnik | 2022-01-31 |
| * | Fix picker won't scroll down when it hits the bottom #1544 (#1567) | Benjamin | 2022-01-23 |
| * | Store theme scopes on the loader, this way theme isn't passed around | Blaž Hrastnik | 2022-01-23 |
| * | syntax: Split parsing and highlighting | Blaž Hrastnik | 2022-01-23 |
| * | Fix panics when resizing (#1408) | Mathis Brossier | 2022-01-16 |
| * | Macros (#1234) | Omnikar | 2021-12-12 |
| * | fix: Normalize backtab into shift-tab | Blaž Hrastnik | 2021-12-06 |
| * | Bump rust to 1.57, fix new lint failures | Blaž Hrastnik | 2021-12-03 |
* | | 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 |
|\| |
|
| * | Added workspace_symbol_picker (#1041) | Ebbe Steenhoudt | 2021-11-14 |
| * | fix: shift-tab mappings broken after efc2b4c7 | Blaž Hrastnik | 2021-11-12 |
| * | Refactor keyevent handling using key, ctrl macros (#1058) | Gokul Soumya | 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 |
|\| |
|
| * | Prevent preview binary or large file (#939) | diegodox | 2021-11-04 |
| * | Truncate the starts of file paths instead of the ends in picker (#951) | Omnikar | 2021-11-04 |
| * | Add commands for moving between splits with a direction (#860) | Oskar Nehlin | 2021-10-23 |
| * | Update to rust 1.56 + 2021 edition | Blaž Hrastnik | 2021-10-22 |
| * | Add `C-j` and `C-k` to keybinds for picker (#876) | VuiMuich | 2021-10-19 |
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-10-17 |
|\| |
|
| * | Picker: Don't panick at move_up/move_down when matches is empty (#818) | Leoi Hung Kin | 2021-10-09 |
* | | Merge branch 'master' into debug | Dmitry Sharshakov | 2021-09-25 |
|\| |
|
| * | fix: Wrap around the top of the picker menu when scrolling | Blaž Hrastnik | 2021-09-17 |
| * | ui: Be smarter about centering previews | Blaž Hrastnik | 2021-09-08 |
* | | Normalize line in picker preview to avoid crash | Dmitry Sharshakov | 2021-09-05 |
* | | 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 |
* | Move path util functions from helix-term to helix-core (#650) | Kirawi | 2021-08-25 |
* | ui: Tone down the preview highlight by adding a new scope | Blaž Hrastnik | 2021-08-24 |
* | ui: Fix preview window padding: we want horizontal, not vertical | Blaž Hrastnik | 2021-08-24 |
* | ui: Highlight line ranges in the preview | Blaž Hrastnik | 2021-08-24 |
* | Refactor new Rect construction (#575) | Gokul Soumya | 2021-08-21 |
* | use `ui.text.focus` for the picker (fix #622) | Kirawi | 2021-08-20 |
* | ui: picker: Position count according to input bar | Blaž Hrastnik | 2021-08-13 |
* | ui: picker: Use ui.selection instead of ui.selection.primary | Blaž Hrastnik | 2021-08-13 |
* | ui: picker: Render matches/total counts | Blaž Hrastnik | 2021-08-13 |
* | Show file preview in split pane in fuzzy finder (#534) | Gokul Soumya | 2021-08-12 |
* | Implement in-memory prompt history | Blaž Hrastnik | 2021-07-26 |
* | Resume last picker | Ivan Tham | 2021-07-22 |
* | Fix unused variable, parameter, and `mut` warnings in helix-term. | Nathan Vegdahl | 2021-07-02 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Add … when chars are truncated in picker | Gokul Soumya | 2021-06-25 |
* | Fix picker item width overflow | Gokul Soumya | 2021-06-24 |
* | Make the prompt callback take a Context. | Joe Neeman | 2021-06-23 |
* | minor: Remove old TODOs | Blaž Hrastnik | 2021-06-22 |
* | Add cursor kind to separate hidden cursor from pos | Ivan Tham | 2021-06-15 |