Andrew Lygin

Results 19 issues of Andrew Lygin

This PR adds settings for hiding title (breadcrumbs) from the terminal toolbar. If the title is hidden, the toolbar disappears completely. Example: ```json "terminal": { "toolbar": { "title": true, }...

cla-signed

This PR adds support for handling action releases — events that are fired when the user releases all the modifier keys that were part of an action-triggering shortcut. If the...

cla-signed

### Check for existing issues - [X] Completed ### Describe the feature When working on tabless editing mode (#6424), [there was a discussion](https://github.com/zed-industries/zed/pull/2742#issuecomment-1638903687) about the need to implement Tab Switcher...

enhancement
workspace
tabs

Zed displays scrollbar markers of three types: git diffs, background highlights and diagnostics. At the moment, the "background highlights" markers are displayed for all the supported highlights: - Occurences of...

cla-signed

This PR implements the Centered Layout feature (#4685): - Added the `toggle centered layout` action. - The centered layout mode only takes effect when there's a single central pane. -...

cla-signed

Editor scrollbar has several issues that show up on large files: - The thumb scrolls beyond the window. - When dragged, the thumb goes out of sync with the mouse...

cla-signed

This PR adds cursor markers to the scrollbar. They work similar to VSCode: 1. A cursor marker takes the whole scrollbar width. 2. It's always 2px high. 3. It uses...

cla-signed

This PR adds an extra scrollbar-wide margin to the right side of the editor. This prevents hiding the last character under the scrollbar. Fixes #7098 Release Notes: - Fixed hiding...

cla-signed

This PR adds the `current_line_highlight` setting that defines how to highlight the current line in the editor: - `none`: Don't highlight the current line. - `gutter`: Highlight the gutter area...

cla-signed