Mikayla Maki
|
092284b062
|
Fully functional background colors :D
|
2022-06-30 19:21:42 -07:00 |
|
Keith Simmons
|
ebe733a393
|
Restart language server using original root path rather than the path of the buffer restarted from
|
2022-06-30 19:11:21 -07:00 |
|
Max Brunsfeld
|
8a105bf12f
|
WIP - try representing snapshots_to_send as a watch
|
2022-06-30 18:04:31 -07:00 |
|
Keith Simmons
|
832cc3dd19
|
Clear language server id for all worktrees when stopping a language server
|
2022-06-30 17:50:30 -07:00 |
|
Keith Simmons
|
6b50dda28a
|
Fix failing test due to change in stop_language_server function
|
2022-06-30 17:40:50 -07:00 |
|
Keith Simmons
|
38ca4aab31
|
add assertion to test_definition ensuring no new language servers are created
|
2022-06-30 17:24:32 -07:00 |
|
Keith Simmons
|
37b75132b7
|
Minor comment change
|
2022-06-30 17:18:28 -07:00 |
|
Keith Simmons
|
f495185a4e
|
add a comment explaining the three language server collections on project
|
2022-06-30 17:09:23 -07:00 |
|
Keith Simmons
|
5e7651e92e
|
Kill starting servers as well as currently running ones
|
2022-06-30 17:00:29 -07:00 |
|
Keith Simmons
|
db05e32389
|
Prevent creating extra language server instances if there already exists one for that workspace
|
2022-06-30 16:46:26 -07:00 |
|
Max Brunsfeld
|
5fdbc38f46
|
Don't update worktrees' snapshots in the middle of processing fs events
|
2022-06-30 15:46:31 -07:00 |
|
Max Brunsfeld
|
b81135e10b
|
Stop waiting for snapshot updates when disconnected from host
|
2022-06-30 15:07:40 -07:00 |
|
Max Brunsfeld
|
c5351a1276
|
Ensure that usernames, user ids, and client ids match in random collaboration test
This makes the logs easier to interpret
|
2022-06-30 14:51:22 -07:00 |
|
Keith Simmons
|
412b56aa3f
|
Merge pull request #1263 from zed-industries/misc-vim-fixes
Minor vim fixes
|
2022-06-30 12:47:08 -07:00 |
|
Keith Simmons
|
66486870aa
|
Fix vim editor focus selection issues, cancel vim operators on escape and unbound keys
|
2022-06-30 12:36:02 -07:00 |
|
Mikayla Maki
|
2ee57c1512
|
Merge pull request #1255 from zed-industries/terminal-fr
WIP: Terminal
|
2022-06-30 11:30:28 -07:00 |
|
Antonio Scandurra
|
4ee8ee5a06
|
Ensure newer snapshots are always detected in wait_for_snapshot
|
2022-06-30 18:04:19 +02:00 |
|
Antonio Scandurra
|
484af8c7c4
|
Split worktree updates when a peer joins an already-shared project
|
2022-06-30 16:49:56 +02:00 |
|
Antonio Scandurra
|
845c79ee05
|
Respond to join project request before sharing project completes
This ensures the guest doesn't observe a huge delay when joining.
|
2022-06-30 14:29:06 +02:00 |
|
Antonio Scandurra
|
09bb3ddeb8
|
Split worktree updates and only send 256 entries at a time
|
2022-06-30 14:06:41 +02:00 |
|
Antonio Scandurra
|
5df0a6a425
|
Coalesce as many fs events as possible before processing them
|
2022-06-30 10:20:46 +02:00 |
|
Antonio Scandurra
|
b96962005e
|
Keep looking for a newer snapshot before broadcasting it
|
2022-06-30 09:54:14 +02:00 |
|
Mikayla Maki
|
06107afdd4
|
Added background colors and matched the cursor color
|
2022-06-29 18:50:08 -07:00 |
|
Mikayla Maki
|
5bc0acd88c
|
Directly qualified function makes cargo happy
|
2022-06-29 18:34:02 -07:00 |
|
Mikayla Maki
|
ab5247c62e
|
Actually correctly flag tests
|
2022-06-29 18:31:52 -07:00 |
|
Mikayla Maki
|
75a4556244
|
Fixed unused import
|
2022-06-29 18:29:36 -07:00 |
|
Mikayla Maki
|
cde11fe4e7
|
Support for all 24 bits of colors
|
2022-06-29 18:27:27 -07:00 |
|
Max Brunsfeld
|
336d69fc61
|
Update contacts panel test to reflect new RPC message flow
|
2022-06-29 17:58:18 -07:00 |
|
Max Brunsfeld
|
b5d862abfe
|
Only send one UpdateProject msg when changing project's online status
|
2022-06-29 17:58:02 -07:00 |
|
Max Brunsfeld
|
15b7e2ed32
|
Merge pull request #1261 from zed-industries/combined-activity-indicator
Show LSP status and auto update status in one status bar indicator
|
2022-06-29 17:07:35 -07:00 |
|
Max Brunsfeld
|
ae61a24ad3
|
Show LSP status and auto update status in one status bar indicator
|
2022-06-29 16:54:01 -07:00 |
|
Mikayla Maki
|
1c038b81ab
|
Finished current working directory stuff
|
2022-06-29 16:22:05 -07:00 |
|
Max Brunsfeld
|
87124b959d
|
Merge pull request #1257 from zed-industries/vscode-pane-bindings
Adjust pane, tab, panel management bindings to match VS Code
|
2022-06-29 15:49:25 -07:00 |
|
Max Brunsfeld
|
67414deb82
|
Add split actions to the application menu
|
2022-06-29 15:40:32 -07:00 |
|
Max Brunsfeld
|
f22d69aa74
|
Add other standard macOS bindings for switching to next/prev tab
|
2022-06-29 15:33:46 -07:00 |
|
Max Brunsfeld
|
581c9af395
|
Adjust pane, tab, panel management bindings to match VS Code
|
2022-06-29 15:33:46 -07:00 |
|
Mikayla Maki
|
bc728c160d
|
Properly fixed the issues with the grid :D
|
2022-06-29 13:19:25 -07:00 |
|
Mikayla Maki
|
61e8c321bc
|
Remove swp
|
2022-06-29 13:08:02 -07:00 |
|
Mikayla Maki
|
93dfc63f1c
|
Added a test with max, cludged a fix for resizing
|
2022-06-29 13:07:44 -07:00 |
|
Keith Simmons
|
4dafe1885a
|
Merge pull request #1256 from zed-industries/remove-vim-commands-when-disabled
Update command palette filter from vim mode more proactively
|
2022-06-29 12:08:18 -07:00 |
|
Keith Simmons
|
c9d23dba6c
|
Update command palette filter from vim mode more proactively
|
2022-06-29 11:58:12 -07:00 |
|
Mikayla Maki
|
ff44ddc077
|
Fixed warnings 😓
|
2022-06-29 09:38:02 -07:00 |
|
Antonio Scandurra
|
5eaa45363d
|
Order by total duration in Db::get_top_users_activity_summary
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2022-06-29 18:28:43 +02:00 |
|
Antonio Scandurra
|
7bae759a02
|
Send extension counts when metadata changes
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-06-29 17:58:11 +02:00 |
|
Antonio Scandurra
|
d1cdacdf14
|
Skip ignored entries when recording worktree extensions
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-06-29 17:00:16 +02:00 |
|
Antonio Scandurra
|
639cd71a3b
|
Record worktree extensions every 5 minutes
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-06-29 16:58:19 +02:00 |
|
Antonio Scandurra
|
f9e0fec396
|
Maintain extension counts on local worktrees
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-06-29 16:38:24 +02:00 |
|
Antonio Scandurra
|
09f4262fd4
|
Don't share a project unless it's online and we're allowing a request
|
2022-06-29 15:16:55 +02:00 |
|
Antonio Scandurra
|
e3cfc7b3ce
|
Register project activity for offline projects as well
|
2022-06-29 14:55:04 +02:00 |
|
Antonio Scandurra
|
a52de770b1
|
Increase coalesce threshold in Db::get_user_activity_timeline
|
2022-06-29 14:26:02 +02:00 |
|