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 | |||
| * | syntax: Properly handle injection-regex for language injections | Blaž Hrastnik | 2021-09-16 | |
| | | ||||
| * | ui: Trigger recalculate_size per popup render so contents can readjust | Blaž Hrastnik | 2021-09-13 | |
| | | ||||
| * | Regex prompts should have a history with a specifiable register | Blaž Hrastnik | 2021-09-08 | |
| | | ||||
| * | Optimize completion doc position. (#691) | CossonLeo | 2021-09-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optimize completion doc's render * optimize completion doc's render * optimize completion doc position * cargo fmt * fix panic * use saturating_sub * fixs * fix clippy * limit completion doc max width 120 | |||
| * | 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. | |||
| * | Add a sticky mode for keymaps (#635) | Gokul Soumya | 2021-09-05 | |
| | | ||||
* | | Get breakpoint reports from debugger | Dmitry Sharshakov | 2021-09-06 | |
| | | ||||
* | | Make conditional logpoints underlined | Dmitry Sharshakov | 2021-09-05 | |
| | | ||||
* | | Normalize line in picker preview to avoid crash | Dmitry Sharshakov | 2021-09-05 | |
| | | ||||
* | | different display for conditional logpoints | Dmitry Sharshakov | 2021-09-05 | |
| | | ||||
* | | Mouse command for editing logpoint | Dmitry Sharshakov | 2021-09-05 | |
| | | ||||
* | | Support editing breakpoint condition with right click | Dmitry Sharshakov | 2021-09-05 | |
| | | ||||
* | | Add command for editing breakpoint condition | Dmitry Sharshakov | 2021-09-04 | |
| | | ||||
* | | Support setting breakpoints with mouse | Dmitry Sharshakov | 2021-09-04 | |
| | | ||||
* | | dap: Allow setting breakpoints before starting the adapter | Blaž Hrastnik | 2021-09-03 | |
| | | ||||
* | | Fix crash when stack trace not loaded | Dmitry Sharshakov | 2021-09-02 | |
| | | | | | | | | Still doesn't address the issue though | |||
* | | Merge remote-tracking branch 'origin/master' into debug | Dmitry Sharshakov | 2021-08-31 | |
|\| | | | | | | | Contains type fix on helix-term/src/ui/editor.rs:752:13 | |||
| * | ui: prompt: Avoid allocating a prompt name if it's a static string | Blaž Hrastnik | 2021-08-31 | |
| | | ||||
| * | fix: use .cursor() instead of .head | gbaranski | 2021-08-30 | |
| | | ||||
| * | fix: use head instead of anchor for relative line | gbaranski | 2021-08-30 | |
| | | ||||
| * | Fix code indentation (#671) | Omnikar | 2021-08-30 | |
| | | ||||
* | | dap: Stop comparing file paths per line number | Blaž Hrastnik | 2021-08-30 | |
| | | ||||
* | | dap: refactor frame handling | Blaž Hrastnik | 2021-08-30 | |
| | | ||||
* | | Defaults in completions, better schema | Dmitry Sharshakov | 2021-08-29 | |
| | | ||||
* | | Add extra annotations to completions | Dmitry Sharshakov | 2021-08-29 | |
| | | ||||
* | | better completion | Dmitry Sharshakov | 2021-08-29 | |
| | | ||||
* | | Support multiple arguments for debug configs | Dmitry Sharshakov | 2021-08-29 | |
| | | ||||
* | | wip: refactor parameters in UI start | Dmitry Sharshakov | 2021-08-29 | |
| | | ||||
* | | Fix lints | Dmitry Sharshakov | 2021-08-28 | |
| | | ||||
* | | Customized completion for template parameters | Dmitry Sharshakov | 2021-08-28 | |
| | | ||||
* | | Add filename autocomplete to template args | Dmitry Sharshakov | 2021-08-28 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' into debug | Dmitry Sharshakov | 2021-08-28 | |
|\| | ||||
| * | Add ui.menu text style (#664) | CossonLeo | 2021-08-28 | |
| | | | | | | | | | | | | | | | | | | * add menu text style * add ui.menu.text ui.info ui.info.text to book * change ui.menu.text to ui.menu * fix book's ui.menu | |||
| * | ui: prompt: Fix typing with alt | Blaž Hrastnik | 2021-08-27 | |
| | | ||||
| * | fix: show current line number even if relative line is on (#656) | Grzegorz Baranski | 2021-08-26 | |
| | | ||||
| * | Show hidden files in filename completer (#648) | Stuart Hinson | 2021-08-26 | |
| | | | | | | also removes unnecessary clone | |||
* | | New way of starting debug sessions | Dmitry Sharshakov | 2021-08-28 | |
| | | ||||
* | | Don't let picker be too narrow | Dmitry Sharshakov | 2021-08-28 | |
| | | ||||
* | | Paginated variables | Dmitry Sharshakov | 2021-08-28 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' into debug | Dmitry Sharshakov | 2021-08-25 | |
|\| | ||||
| * | 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 | |
| | | ||||
| * | info component style config use ui.info ui.info.text (#643) | CossonLeo | 2021-08-24 | |
| | | ||||
| * | better panic messages for when you're missing selection scopes (#608) | Kirawi | 2021-08-22 | |
| | | ||||
| * | 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 | |||
* | | Support logpoints | Dmitry Sharshakov | 2021-08-24 | |
| | | | | | | | | Tested with Node (Delve and LLDB do not support logpoints) | |||
* | | show breakpoint condition in diagnostics | Dmitry Sharshakov | 2021-08-22 | |
| | |