Keith Simmons
|
bc82d98ae5
|
Merge pull request #1237 from zed-industries/jump-to-definition
Mouse jump to definition
|
2022-06-27 15:20:07 -07:00 |
|
Max Brunsfeld
|
095f18d661
|
Upgrade Tree-sitter, Tree-sitter-python
|
2022-06-27 15:12:31 -07:00 |
|
Keith Simmons
|
f73af85218
|
bump protocol version and fix panic from storing display points instead of anchors
|
2022-06-27 15:10:36 -07:00 |
|
Keith Simmons
|
a0577f5f46
|
Fix usage of existing definitions
|
2022-06-27 10:07:44 -07:00 |
|
Antonio Scandurra
|
c6e7ae528f
|
Add test for reopening closed items
|
2022-06-27 17:59:25 +02:00 |
|
Antonio Scandurra
|
0652542f60
|
Introduce pane::ReopenClosedItem bound to cmd-shift-t
|
2022-06-27 17:44:33 +02:00 |
|
Antonio Scandurra
|
024dfd760c
|
Merge pull request #1239 from zed-industries/ignore-scan-child-errors
Don't stop scanning directory if reading one of the children errors
|
2022-06-27 08:47:21 +02:00 |
|
Antonio Scandurra
|
7bfd7093b1
|
Don't stop scanning directory if reading one of the children errors
|
2022-06-27 08:40:37 +02:00 |
|
Antonio Scandurra
|
9fbcf0e640
|
Merge pull request #1238 from zed-industries/users-with-no-invites
Allow users with no invites to be fetched from the API
|
2022-06-27 08:18:19 +02:00 |
|
Keith Simmons
|
a8ea1048cf
|
Change mouse cursor when link is visible
|
2022-06-24 21:55:57 -07:00 |
|
Keith Simmons
|
a190eb0537
|
fix rebase merge error
|
2022-06-24 15:11:57 -07:00 |
|
Keith Simmons
|
92ab107fc9
|
working jump to definition with tests
|
2022-06-24 15:09:31 -07:00 |
|
Keith Simmons
|
848445455d
|
Working underline based on symbol origin
|
2022-06-24 15:05:35 -07:00 |
|
Keith Simmons
|
4286a9b564
|
wip
|
2022-06-24 15:03:24 -07:00 |
|
Keith Simmons
|
f78b55f92d
|
wip
|
2022-06-24 15:03:24 -07:00 |
|
Nathan Sobo
|
4da3005b5c
|
Allow users with no invites to be fetched from the API
|
2022-06-24 09:57:52 -06:00 |
|
Antonio Scandurra
|
b0eb692760
|
WIP
|
2022-06-24 17:21:58 +02:00 |
|
Antonio Scandurra
|
9fcebe783c
|
Merge pull request #1236 from zed-industries/reduce-server-memory-footprint
Reduce memory footprint on server
|
2022-06-24 09:34:04 +02:00 |
|
Antonio Scandurra
|
fc5517b6be
|
Gather metrics only when /metrics endpoint is retrieved
|
2022-06-24 09:28:52 +02:00 |
|
Antonio Scandurra
|
a04adbcac1
|
Don't trace message payload
|
2022-06-24 09:27:22 +02:00 |
|
Max Brunsfeld
|
4f643baeee
|
0.40.0
|
2022-06-23 13:29:32 -07:00 |
|
Max Brunsfeld
|
c91451a1b2
|
Merge pull request #1234 from zed-industries/fix-editor-cloning
Clone fold and selection state correctly when splitting an editor
|
2022-06-23 13:27:40 -07:00 |
|
Max Brunsfeld
|
f4e7e8b231
|
Merge pull request #1229 from zed-industries/non-zero-tabsize
Use NonZeroU32 to ensure settings tabsize cannot be zero
|
2022-06-23 13:27:30 -07:00 |
|
Max Brunsfeld
|
fb2a7787a1
|
Clone fold and selection state correctly when splitting an editor
|
2022-06-23 13:15:50 -07:00 |
|
Keith Simmons
|
755636d10e
|
Use NonZeroU32 to ensure settings tabsize cannot be zero
|
2022-06-23 12:55:38 -07:00 |
|
Max Brunsfeld
|
1720933597
|
Merge pull request #1228 from zed-industries/python
Add Python support
|
2022-06-23 11:25:18 -07:00 |
|
Max Brunsfeld
|
dc056fc46f
|
Treat .pyi files as Python
|
2022-06-23 11:14:11 -07:00 |
|
Max Brunsfeld
|
4d4db6ec4b
|
Syntax-highlight Python project symbols and completions
|
2022-06-23 11:14:01 -07:00 |
|
Max Brunsfeld
|
981e53784d
|
Upgrade tree-sitter-python for error recovery improvement
|
2022-06-23 11:13:30 -07:00 |
|
Antonio Scandurra
|
555847449b
|
Use BTreeMap in Server so we release memory when maps are cleared
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-06-23 18:02:17 +02:00 |
|
Antonio Scandurra
|
63df644d8f
|
Merge pull request #1232 from zed-industries/language-defaults
Don't override top-level settings with language defaults
|
2022-06-23 16:48:08 +02:00 |
|
Antonio Scandurra
|
2cb8a3ccfb
|
Don't override top-level settings with language defaults
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-06-23 16:40:57 +02:00 |
|
Antonio Scandurra
|
f2f9cad375
|
Merge pull request #1231 from zed-industries/prompt-to-save-on-window-close
Prompt user to save changed buffers when closing window via the mouse
|
2022-06-23 14:44:20 +02:00 |
|
Antonio Scandurra
|
90102f22fd
|
Improve testing of window edit state
|
2022-06-23 14:41:47 +02:00 |
|
Antonio Scandurra
|
a21dbdd0d6
|
Update window edited status when pane item is removed
|
2022-06-23 14:28:10 +02:00 |
|
Antonio Scandurra
|
2dae0ddcdb
|
Add test to verify closing window via the mouse
|
2022-06-23 14:18:53 +02:00 |
|
Antonio Scandurra
|
d9b5357234
|
Always prevent window from closing and manually invoke Workspace::close
This ensures we ask the user to save their state if there are unsaved
changes.
|
2022-06-23 11:44:14 +02:00 |
|
Antonio Scandurra
|
06033d7fa9
|
Introduce ViewContext::on_window_should_close
This is a new callback that can be used to interrupt closing the window
when the user has unsaved changes.
|
2022-06-23 11:43:19 +02:00 |
|
Antonio Scandurra
|
ca8ddcdeec
|
Set window's edited = true when there are unsaved changes
|
2022-06-23 10:59:50 +02:00 |
|
Antonio Scandurra
|
a6262b97ff
|
Merge pull request #1230 from zed-industries/wrap-panic
Fix panic when `Text` contained carriage returns
|
2022-06-23 10:28:01 +02:00 |
|
Antonio Scandurra
|
01349e1d42
|
Fix panic when Text contained carriage returns
|
2022-06-23 10:21:21 +02:00 |
|
Antonio Scandurra
|
b715e521ce
|
Merge pull request #1227 from zed-industries/maintain-keepalive-under-high-message-volume
Maintain keepalive under high message volume
|
2022-06-23 07:56:17 +02:00 |
|
Max Brunsfeld
|
11f73bfa4e
|
Integrate pyright language server
|
2022-06-22 16:58:19 -07:00 |
|
Max Brunsfeld
|
c0dbd8f9b9
|
Add python outline and bracket queries
|
2022-06-22 16:28:09 -07:00 |
|
Max Brunsfeld
|
074caa09c2
|
Make python indent query more general
Upgrade Tree-sitter for a query bugfix that I found while
writing this indent query.
|
2022-06-22 16:18:52 -07:00 |
|
Max Brunsfeld
|
4cb68b2966
|
Prioritize keepalive pings over incoming message handling in Peer
|
2022-06-22 14:44:05 -07:00 |
|
Max Brunsfeld
|
36f8c68099
|
Remove redundant run_until_parked call in Foreground::advance_clock
|
2022-06-22 14:43:21 -07:00 |
|
Max Brunsfeld
|
a14b626927
|
Enable env log in peer tests
|
2022-06-22 14:42:20 -07:00 |
|
Max Brunsfeld
|
c0a434fe27
|
Merge pull request #1225 from zed-industries/fix-randomized-test-failure
Don't wait for host's worktree updates if they disconnected
|
2022-06-22 11:01:25 -07:00 |
|
Antonio Scandurra
|
2d8ffbdfa2
|
Don't wait for host's worktree updates if they disconnected
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2022-06-22 19:45:55 +02:00 |
|