9f629fa
Improve selection handling when pending rename is taken
Click to expand commit body
- Set selection to the intuitive cursor position when moving up rather than restoring the full selection of the rename editor.
- When cancelling, restore the original selection.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
33bcd6d
Merge remote-tracking branch 'origin/main' into select-on-rename
Nathan Sobo
created
4f086b8
Refresh document highlight after rename, but not during
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
965f82e
Merge pull request #589 from zed-industries/fold-map-test-failures
Click to expand commit body
Avoid re-using excerpt IDs in `MultiBuffer`
Antonio Scandurra
created
dd1711d
Account for all excerpts ever inserted when determining new excerpt ID
Antonio Scandurra
created
cd4a9f3
Fix bug in selection position maintenance while renaming symbol
Click to expand commit body
We were resolving the selection with the wrong buffer, which now
causes a panic because we don't check the anchor's `buffer_id` anymore.
Antonio Scandurra
created
20fed59
Start work on relaying settings to language servers
Max Brunsfeld
created
48848de
Store settings as a global via a gpui app_state
Max Brunsfeld
created
c50be72
Format including missing formatting changes from previous PR
Keith Simmons
created
16afb3d
Add some tests for global events and fix potential bug in subscriptions when subscription is dropped inside of it's own callback
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Keith Simmons
and
Nathan Sobo
created
c35a96c
On rename, replace background highlights with transparent text highlights