Commit log
4d61565
Merge pull request #1142 from zed-industries/multibuffer-jump-to
Click to expand commit body
Show "Jump to Buffer" icon on every excerpt header
Antonio Scandurra
created
3 years ago
f62fd3c
Add support for hard tabs
Click to expand commit body
* Add a `hard_tabs` setting that causes indentation to be performed
using a tab instead of multiple spaces.
* Change Buffer's indentation-related APIs to return an `IndentSize`
struct with a length and a kind, instead of just a single u32.
* Use hard tabs by default in Go.
Max Brunsfeld
created
3 years ago
129fc51
Add parser and queries for go
Click to expand commit body
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Max Brunsfeld
and
Antonio Scandurra
created
3 years ago
36ce3eb
Handle messages associated with LSP `WorkDoneProgress::Begin` messages
Click to expand commit body
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Max Brunsfeld
and
Antonio Scandurra
created
3 years ago
a41f164
Launch gopls with the right arguments
Click to expand commit body
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Max Brunsfeld
and
Antonio Scandurra
created
3 years ago
712d47d
Render a "Jump to Buffer" icon on all excerpt headers
Antonio Scandurra
created
3 years ago
c2eaf61
Move `ProjectDiagnosticsEditor::jump` to `Editor::jump`
Antonio Scandurra
created
3 years ago
5fdafbe
Expose a unique `key: usize` in `ExcerptBoundary`
Antonio Scandurra
created
3 years ago
eda569d
Snapshot file instead of path when creating a buffer snapshot
Antonio Scandurra
created
3 years ago
15b13fe
Introduce an optional `primary` field to `ExcerptRange`
Antonio Scandurra
created
3 years ago
ffb75b0
Extract an `ExcerptRange` containing a `context` field in `multi_buffer`
Click to expand commit body
This lays the groundwork for adding an optional `primary` field that can
be supplied to provide the "jump to" feature.
Antonio Scandurra
created
3 years ago
d56cc1a
Merge pull request #1141 from zed-industries/fix-status-bar-click
Click to expand commit body
Use visible bounds to determine hit bounds for cursor/mouse regions
Antonio Scandurra
created
3 years ago
a26af19
Use visible bounds to determine hit bounds for cursor/mouse regions
Antonio Scandurra
created
3 years ago
5c84f4b
Merge pull request #1140 from zed-industries/fix-range-formatting
Click to expand commit body
Provide `tab_size` when formatting document using LSP range formatting
Antonio Scandurra
created
3 years ago
d8b885e
Provide `tab_size` when formatting document using LSP range formatting
Antonio Scandurra
created
3 years ago
71046bf
Merge pull request #1138 from zed-industries/reduce-log-level
Click to expand commit body
Reduce log level on `collab`
Antonio Scandurra
created
3 years ago
494a1b3
Reduce log level on `collab`
Click to expand commit body
This is generating way too much data and doesn't seem very cost-effective
to investigate the issues we've had with the stale contacts panel.
Antonio Scandurra
created
3 years ago
8f4387a
Start work on installing gopls
Max Brunsfeld
created
3 years ago
209ff61
Simplify interface of `latest_github_release` helper function
Max Brunsfeld
created
3 years ago
6efd4e0
Merge pull request #1134 from zed-industries/feedback-button
Click to expand commit body
Add status bar link and help menu item to open an issue on feedback repo
Max Brunsfeld
created
3 years ago
8311458
Add status bar link and Help menu item to open an issue on feedback repo
Max Brunsfeld
created
3 years ago
9d5111e
Merge pull request #1078 from zed-industries/lsp-hover
Click to expand commit body
LSP Hover Information
Keith Simmons
created
3 years ago
26cd20e
Merge pull request #1132 from zed-industries/refresh-on-save
Click to expand commit body
Don't refresh the project diagnostics until the user saves
Max Brunsfeld
created
3 years ago
1b66e1e
Add integration test and fix hovering over the wire
Keith Simmons
created
3 years ago
b53f887
Merge pull request #1129 from zed-industries/update-notification
Click to expand commit body
Show a notification after Zed auto-updates
Max Brunsfeld
created
3 years ago
a6c0ee4
Add vim bindings for hover
Click to expand commit body
Allow scrolling in hover popover
Keith Simmons
created
3 years ago
67d9abc
Move highlighting to editor code and implement proto message types for hover response
Keith Simmons
created
3 years ago
c7cc07a
working markdown rendering
Keith Simmons
created
3 years ago
efd798f
Quick documentation pass
Isaac Clayton
created
3 years ago
b014352
Syntax highlighting working. Getting started on markdown support
Keith Simmons
created
3 years ago
863a3b1
Clean up impl a bit
Isaac Clayton
created
3 years ago
d529a1d
Add basic debounce, fix flickering
Isaac Clayton
created
3 years ago
560dff7
Pull hover popover out of context menu
Keith Simmons
created
3 years ago
470c70d
Get minimal POC working
Isaac Clayton
created
3 years ago
24ad60a
Add hover action and style context menu
Isaac Clayton
created
3 years ago
Keith Simmons
created
3 years ago
02249dc
Rework darkest color in base16, shadows, and add hoverPopover styleTree
Keith Simmons
created
3 years ago
0c4f798
WIP jump to definition with mouse
Keith Simmons
created
3 years ago
b04e62d
Fix tracking of in-progress disk-based diagnostics on indicator
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
3 years ago
bbfa658
Avoid refreshing diagnostics for language servers that didn't update
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
3 years ago
96cdf3b
Merge pull request #1130 from zed-industries/prepopulate-project-search
Click to expand commit body
Pre-populate project search query when deploying it from an editor
Antonio Scandurra
created
3 years ago
6b4e7da
Prepopulate project search query when deploying it from an editor
Antonio Scandurra
created
3 years ago
c86b12e
Show a notification after Zed auto-updates
Max Brunsfeld
created
3 years ago
6a086f6
Merge pull request #1121 from zed-industries/update-invite-code
Click to expand commit body
Update connected users' invite info when they are granted invite codes
Max Brunsfeld
created
3 years ago
7efd689
Merge pull request #1123 from zed-industries/add-context-menu-borders
Click to expand commit body
Add border to context menu
Max Brunsfeld
created
3 years ago
c920a42
Add border to context menu
Nate Butler
created
3 years ago
ce080e9
Update connected users' invite info when they are granted invite codes
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
075dd83
Merge pull request #1115 from zed-industries/offset-out-of-range
Click to expand commit body
Fix `offset out of range` panic during `FoldMap::sync`
Max Brunsfeld
created
3 years ago
436c989
Merge pull request #1109 from zed-industries/fix-vim-clearing-selections
Click to expand commit body
Avoid collapsing selections on editor creation when vim_mode is disabled
Max Brunsfeld
created
3 years ago
Page 8 of 97