Alex
8c9bb23650
Update windows install instructions ( #4351 )
2 years ago
Fisher Darling
4174b25b3d
Pretty print `tree-sitter-subtree` expression ( #4295 )
2 years ago
Sukera
a7e7c2cc05
Add `roots` for julia to languages.toml ( #4361 )
2 years ago
Blaž Hrastnik
418a622db9
Merge pull request #4061 from pascalkuthe/undercurl-modifier
...
Support different kinds of underline rendering (updated)
2 years ago
Skyler Hawthorne
756253b43f
fix tree_sitter_scopes
2 years ago
Skyler Hawthorne
9a406b569b
reduce LSP timeout to 3s
2 years ago
Skyler Hawthorne
759d55cc81
fail if doc save sender is closed
2 years ago
Skyler Hawthorne
e645804b0a
Editor::flush_writes returns an error
2 years ago
Blaž Hrastnik
52ba550098
Use flush_writes in application.close()
2 years ago
Blaž Hrastnik
2a43ee0164
doc.close() now unused
2 years ago
Blaž Hrastnik
1b6f7319cd
Wire up save_queue as a part of new_document rather than open
2 years ago
Blaž Hrastnik
55b50d9e83
Seems like this flush is unnecessary
2 years ago
Blaž Hrastnik
b155e861ad
Use a write_count to determine how many writes left to flush
2 years ago
Blaž Hrastnik
b0212b3611
Deduplicate flush_writes
2 years ago
Blaž Hrastnik
30c93994b5
Use a single save_queue on the editor
2 years ago
Skyler Hawthorne
beb3427bfb
improve app close failure display
2 years ago
Skyler Hawthorne
bf378e71b0
fix tests
2 years ago
Skyler Hawthorne
31d1bbfddb
review comments
2 years ago
Skyler Hawthorne
9e64974f13
remove Document::format_and_save
2 years ago
Skyler Hawthorne
3f07885b35
document should save even if formatter fails
2 years ago
Skyler Hawthorne
b530a86d1f
remove Callback::Compositor variant
...
To reduce likelihood of accidental discarding of important callbacks
2 years ago
Skyler Hawthorne
b3fc31a211
move language server refresh to document saved event handler
2 years ago
Skyler Hawthorne
af03df3413
fix write scratch buffer to file
2 years ago
Skyler Hawthorne
18c32118b1
Save text in document saved events, use in status message
2 years ago
Skyler Hawthorne
f82a551b98
Rename doc save event names to past tense
2 years ago
Skyler Hawthorne
6cffc7f05d
Add note about log level for integration tests
2 years ago
Skyler Hawthorne
57de4e6251
various fixes in write-all path
2 years ago
Skyler Hawthorne
7b11e9ac69
fix erroneous write sender close
...
This was not distinguishing the error types when trying a receive on an empty
receiver, which was erroneously causing the sender to be closed when trying to
flush the writes when there were none
2 years ago
Skyler Hawthorne
d544376590
reset idle timer for all events
2 years ago
Skyler Hawthorne
e5fd5e2a9c
fix panic when view of pending write is closed
2 years ago
Skyler Hawthorne
faa00d4cc3
increase LSP shutdown timeout
...
The Clang LAP takes a long time to shut down on Windows
2 years ago
Skyler Hawthorne
8c667ef8de
factor editor event handling into function
2 years ago
Skyler Hawthorne
aaa1450678
fix write-quit with auto format
...
write-quit will now save all files successfully even when there is auto
formatting
2 years ago
Skyler Hawthorne
c9418582d2
fix modified status with auto format
2 years ago
Skyler Hawthorne
cb23399dee
improve reliability of shutdown
2 years ago
Skyler Hawthorne
b8a07f7d15
add conditional noop render back
...
It makes it much slower without stubbing this out
2 years ago
Skyler Hawthorne
69c9e44ef2
update write-quit to wait for saves
2 years ago
Skyler Hawthorne
e1f7bdb1d2
fix buffer-close
2 years ago
Skyler Hawthorne
83b6042b97
fix(write): do not set new path on document until write succeeds
...
If a document is written with a new path, currently, in the event that
the write fails, the document still gets its path changed. This fixes
it so that the path is not updated unless the write succeeds.
2 years ago
Skyler Hawthorne
a5a93182cd
fix: buffer-close ensuring writes
...
Make sure buffer-close waits for the document to finish its writes.
2 years ago
Skyler Hawthorne
d706194597
chore(write): serialize write operations within a Document
...
The way that document writes are handled are by submitting them to the
async job pool, which are all executed opportunistically out of order. It
was discovered that this can lead to write inconsistencies when there
are multiple writes to the same file in quick succession.
This seeks to fix this problem by removing document writes from the
general pool of jobs and into its own specialized event. Now when a
user submits a write with one of the write commands, a request is simply
queued up in a new mpsc channel that each Document makes to handle its own
writes. This way, if multiple writes are submitted on the same document,
they are executed in order, while still allowing concurrent writes for
different documents.
2 years ago
Peter Phillips
faf0c521d1
Fix link to textobjects usage from keymap documentation ( #4357 )
2 years ago
Jonathan LEI
1a772d1b67
Fix deleting word from end of buffer ( #4328 )
2 years ago
zetashift
0c14d9f869
Add a first version of kanagawa theme ( #4300 )
2 years ago
Roberto Vidal
1f74cf45d4
display tree sitter scopes in a popup ( #4337 )
2 years ago
Philipp Mildenberger
d17ffc47f0
Use the same `WalkBuilder` configuration for the global search file picker as the default file picker ( #4334 )
...
Skip searching .git in global search, similar to how file picker skips listing files in .git.
2 years ago
dependabot[bot]
fee5db161b
build(deps): bump cachix/install-nix-action from 17 to 18 ( #4340 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
414214f883
build(deps): bump tokio-stream from 0.1.10 to 0.1.11 ( #4341 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
38746b04b4
build(deps): bump cachix/cachix-action from 10 to 11 ( #4339 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Clay
b07ef6bec3
Bump tree-sitter-elixir ( #4333 )
2 years ago