Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | fix: Wrap around the top of the picker menu when scrolling | Blaž Hrastnik | 2021-09-17 | |
| | | | | | | | | | | | | Forgot to port the improvements in menu.rs Fixes #734 | |||
| * | ui: Be smarter about centering previews | Blaž Hrastnik | 2021-09-08 | |
| | | | | | | | | | | Try centering the whole block. If the block is too big for the viewport, then make sure that the first line is within the preview. | |||
* | | 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 | |
| | | | | | | | | | | * Refactor new Rect construction Introduces methods that can be chained to construct new Rects out of pre-existing ones * Clamp x and y to edges in Rect chop methods * Rename Rect clipping functions | |||
* | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add preview pane for fuzzy finder * Fix picker preview lag by caching * Add picker preview for document symbols * Cache picker preview per document instead of view * Use line instead of range for preview doc * Add picker preview for buffer picker * Fix render bug and refactor picker * Refactor picker preview rendering * Split picker and preview and compose The current selected item is cloned on every event, which is undesirable * Refactor out clones in previewed picker * Retrieve doc from editor if possible in filepicker * Disable syntax highlight for picker preview Files already loaded in memory have syntax highlighting enabled * Ignore directory symlinks in file picker * Cleanup unnecessary pubs and derives * Remove unnecessary highlight from file picker * Reorganize buffer rendering * Use normal picker for code actions * Remove unnecessary generics and trait impls * Remove prepare_for_render and make render mutable * Skip picker preview if screen small, less padding | |||
* | Implement in-memory prompt history | Blaž Hrastnik | 2021-07-26 | |
| | | | | | Implementation is similar to kakoune: we store the entries into a register. | |||
* | Resume last picker | Ivan Tham | 2021-07-22 | |
| | | | | Inspired by space ' in doom emacs. | |||
* | 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 | |
| | | | | | | | | | * reverse the dependency between helix-tui and helix-view by moving a fiew types to view * fix tests * clippy and format fixes Co-authored-by: Keith Simmons <keithsim@microsoft.com> | |||
* | Add … when chars are truncated in picker | Gokul Soumya | 2021-06-25 | |
| | ||||
* | Fix picker item width overflow | Gokul Soumya | 2021-06-24 | |
| | | | | Fixes #352 | |||
* | 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 | |
| | | | | | Now IME cursor position should be correct since we can still set cursor position without drawing the cursor. | |||
* | Add filter ability to picker | Ivan Tham | 2021-06-15 | |
| | | | | Inspired by doom emacs. Able to filter picker options multiple times. | |||
* | Change picker horizontal split to h | Ivan Tham | 2021-06-12 | |
| | | | Follow window mode and vim behavior, x seemed weird. | |||
* | Match keybindings of menu | Kevin Sjöberg | 2021-06-09 | |
| | ||||
* | Calculate offset when moving picker cursor | Kevin Sjöberg | 2021-06-06 | |
| | ||||
* | Do not move past number of matches | Kevin Sjöberg | 2021-06-06 | |
| | ||||
* | ESC should exit both completion and insert mode | Blaž Hrastnik | 2021-05-29 | |
| | ||||
* | Fix cursor positioning for prompts | Blaž Hrastnik | 2021-05-28 | |
| | ||||
* | Drop some useless imports. | Blaž Hrastnik | 2021-05-09 | |
| | ||||
* | Replace the Clear widget with buffer.clear/clear_with. | Blaž Hrastnik | 2021-05-09 | |
| | ||||
* | Simplify the compositor callback. | Blaž Hrastnik | 2021-05-09 | |
| | ||||
* | Define text color (mostly) in theme.toml. | Blaž Hrastnik | 2021-05-07 | |
| | ||||
* | Correct the naming issue with vsplit and hsplit being swapped. | Blaž Hrastnik | 2021-04-08 | |
| | ||||
* | ui: Improve completion state handling. | Blaž Hrastnik | 2021-04-05 | |
| | ||||
* | Wire up opening in splits via pickers. | Blaž Hrastnik | 2021-03-29 | |
| | ||||
* | Merge some imports. | Blaž Hrastnik | 2021-03-22 | |
| | ||||
* | popup: wip work on completion popups | Blaž Hrastnik | 2021-02-09 | |
| | ||||
* | Address clippy lints. | Blaž Hrastnik | 2021-01-08 | |
| | ||||
* | Retrieve completion options on ctrl-x. | Blaž Hrastnik | 2020-12-23 | |
| | ||||
* | Make sure to clear the whole screen with the background color. | Blaž Hrastnik | 2020-12-22 | |
| | ||||
* | 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 | |
| | ||||
* | picker: open file on Enter. | Blaž Hrastnik | 2020-12-18 | |
| | ||||
* | picker: Implement fuzzy search. | Blaž Hrastnik | 2020-12-18 | |
| | ||||
* | File picker mockup, reuses the line editor work done on Prompt. | Blaž Hrastnik | 2020-12-17 | |