Commit log
bae44d8
Re-render workspace when removing an inactive pane
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
e62781a
Merge pull request #602 from zed-industries/fix-atlas-panic
Click to expand commit body
Don't draw scene elements if their size is zero
Antonio Scandurra
created
3 years ago
47b40e3
Don't draw scene elements if their size is zero
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
e7d0bf1
Merge pull request #574 from zed-industries/settings-file
Click to expand commit body
Read settings from a JSON file
Max Brunsfeld
created
3 years ago
b33a049
Merge branch 'main' into settings-file
Max Brunsfeld
created
3 years ago
1e9b6b0
Merge pull request #596 from zed-industries/fix/dropped-subscription-in-callback
Click to expand commit body
Fix Dropped Subscription in Handler Bug
Antonio Scandurra
created
3 years ago
2cb4d0a
Merge pull request #597 from zed-industries/select-on-rename
Click to expand commit body
When renaming, select new name and ghost old names
Antonio Scandurra
created
3 years ago
992fc07
Hide selections in original editor when renaming
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
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
3 years ago
33bcd6d
Merge remote-tracking branch 'origin/main' into select-on-rename
Nathan Sobo
created
3 years ago
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
3 years ago
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
3 years ago
dd1711d
Account for all excerpts ever inserted when determining new excerpt ID
Antonio Scandurra
created
3 years ago
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
3 years ago
20fed59
Start work on relaying settings to language servers
Max Brunsfeld
created
3 years ago
48848de
Store settings as a global via a gpui app_state
Max Brunsfeld
created
3 years ago
c50be72
Format including missing formatting changes from previous PR
Keith Simmons
created
3 years ago
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
3 years ago
c35a96c
On rename, replace background highlights with transparent text highlights
Nathan Sobo
created
3 years ago
951fd1a
Merge branch 'main' into select-on-rename
Nathan Sobo
created
3 years ago
2103eec
Allow registering handlers for typed LSP requests
Max Brunsfeld
created
3 years ago
a137abe
Add a snippet unit test with an escaped curly brace
Max Brunsfeld
created
3 years ago
87b1cfe
Merge pull request #576 from zed-industries/cursor-shape
Click to expand commit body
Add support for rendering the cursor as a Block and Underscore
Co-authored-by: Max Brunsfeld <max@zed.dev>
Keith Simmons
and
Max Brunsfeld
created
3 years ago
7a68b2d
Provide JSON language server with settings schema
Max Brunsfeld
created
3 years ago
862ec01
Add API for handling custom requests from the language server
Max Brunsfeld
created
3 years ago
17ac240
Merge pull request #586 from zed-industries/global-events
Click to expand commit body
Global Events
Co-authored-by: Max Brunsfeld <nathan@zed.dev>
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Keith Simmons
,
Max Brunsfeld
, and
Nathan Sobo
created
3 years ago
144591d
Minor renames for clarity
Keith Simmons
created
3 years ago
6091cae
Merge branch 'main' into settings-file
Max Brunsfeld
created
3 years ago
022bb28
Handle escaped characters in snippets
Max Brunsfeld
created
3 years ago
fd36b25
Merge pull request #587 from zed-industries/lsp-progress
Click to expand commit body
Show language server progress in the status bar
Nathan Sobo
created
3 years ago
Antonio Scandurra
created
3 years ago
a74b602
Assume the anchor is valid if we can find an excerpt that contains it
Antonio Scandurra
created
3 years ago
5407f25
Don't reuse excerpt ids in MultiBuffer
Click to expand commit body
This prevents anchors from swapping their ordering, which was causing issues in FoldMap.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
134496c
Remove dead code
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
c67cfd7
Respect excerpt's range when comparing two anchors both belonging to it
Antonio Scandurra
created
3 years ago
18b1e9d
Don't starve main thread when lots of messages/events arrive at once
Antonio Scandurra
created
3 years ago
7a45400
Show the last in-progress task from language servers
Antonio Scandurra
created
3 years ago
a067150
Merge pull request #585 from zed-industries/fix/backspace-panic
Click to expand commit body
Fix panic when pressing backspace at start of line
Antonio Scandurra
created
3 years ago
5f62f69
Add unwrap check if buffer_line not available
Keith Simmons
created
3 years ago
81fc812
Add global events to MutableAppContext and raise global event when new workspace is created
Keith Simmons
created
3 years ago
b62daeb
Merge pull request #563 from zed-industries/mouse-history-navigation
Click to expand commit body
Add missing mouse button events and mouse history navigation
Keith Simmons
created
3 years ago
bdb39f6
Create the settings file if needed when opening it via command
Max Brunsfeld
created
3 years ago
9a6819b
For single-file worktrees start LSP with parent dir as CWD
Max Brunsfeld
created
3 years ago
44a68b7
Add cmd-, as a keybinding for opening settings
Max Brunsfeld
created
3 years ago
94bf336
Focus in-progress rename editor when editor is focused
Nathan Sobo
created
3 years ago
a498cd3
When renaming, match the color of the renamed token in the rename editor
Nathan Sobo
created
3 years ago
f32107e
Always refresh the windows when the settings change
Max Brunsfeld
created
3 years ago
00056fb
Load the settings file on a background thread during startup
Max Brunsfeld
created
3 years ago
69ce021
Remove unused variable
Nathan Sobo
created
3 years ago
Page 35 of 99