fb881b2
hide hover on editor blur
Keith Simmons created
fb881b2
hide hover on editor blur
Keith Simmons created
6a2c5e0
Show upgrade required message when reconnecting after a protocol change
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Max Brunsfeld and Antonio Scandurra created
69bd6bf
Merge pull request #1212 from zed-industries/persist-project-activity
Add an API that returns the most active zed users and the projects where they've been active
Antonio Scandurra created
db77601
Expose project metadata via `GET /project_metadata`
Antonio Scandurra created
ebaf322
Exclude staff from activity recording
Antonio Scandurra created
c90e8c0
Accept a datetime range when querying project activity
Antonio Scandurra created
95a629d
Unregister project from db when user disconnects or manually does so
Antonio Scandurra created
7acebc4
Register projects in the database and record worktree extensions
Antonio Scandurra created
4416086
Add an API that returns the most active users and the projects where they've been active
Max Brunsfeld created
bc3287e
Merge pull request #1209 from zed-industries/mdx-highlighting
Highlight files ending in `mdx` as Markdown
Antonio Scandurra created
0e20782
Highlight files ending in `mdx` as Markdown
This is clearly a stopgap solution but it'll make our life easier while hacking on zed.dev.
Antonio Scandurra created
041e230
Merge pull request #1208 from zed-industries/enhance-autoclose
Enhance auto-closing bracket behavior
Antonio Scandurra created
d425d9f
Allow wrapping selected text with `'` in Rust
Antonio Scandurra created
6040429
Auto-close ' for TypeScript and don't do so for Rust
Antonio Scandurra created
d5efae6
Respect `close` in language configuration when autoclosing bracket
Antonio Scandurra created
d6c630f
Add missing auto-close brackets from various languages
Antonio Scandurra created
9cf1774
Merge pull request #1207 from zed-industries/remove-folder-from-project
Replace "Remove Folder from Project" label with "Remove from Project`
Antonio Scandurra created
137a399
Replace "Remove Folder from Project" label with "Remove from Project`
Antonio Scandurra created
4bb5a2f
Merge pull request #1206 from zed-industries/fix-offline-project-leak
Fix project leak in contacts panel
Max Brunsfeld created
71534d4
Avoid holding a strong project handle in an on_click callback
Max Brunsfeld created
6359535
v0.39.0
Max Brunsfeld created
9319cbd
Merge pull request #1205 from zed-industries/bypass-app-menu
Override `performKeyEquivalent` to handle key events
Antonio Scandurra created
a35d7c5
Use `BOOL` instead of Rust booleans in `handle_key_equivalent`
Antonio Scandurra created
8f6d081
Override `performKeyEquivalent` to handle key events
This lets us bypass the application menu and invoke the event handler in Zed first. If that doesn't handle the event, the application menu item corresponding to the shortcut will be actioned. Prior to this commit the opposite would happen, which would dramatically limit the throughput at which we could handle events.
Antonio Scandurra created
607903e
Return true in the `Window::on_event` callback if event was handled
Antonio Scandurra created
ae2273b
Merge pull request #1204 from zed-industries/accurate-is-dirty
Determine `Buffer::is_dirty` based on the rope's fingerprint
Antonio Scandurra created
4f215a7
Don't compute fingerprint for every text summary
Antonio Scandurra created
5654684
Fix editor tests after changing the semantics of `is_dirty`
Antonio Scandurra created
052222c
Bump protocol version
Antonio Scandurra created
6f7a893
Determine `Buffer::is_dirty` based on the rope's fingerprint
Antonio Scandurra created
c31a233
Introduce a new `fingerprint` field to `TextSummary`
This is calculated in `Rope` and uses the `bromberg_sl2` homomorphic hash function to determine the fingerprint of a single chunk and compose each chunk fingerprint into a single fingerprint for the entire rope that is equivalent to hashing all the rope's bytes at once.
Antonio Scandurra created
7d70011
Merge pull request #1203 from zed-industries/themes-in-app-menu
Themes in app menu
Max Brunsfeld created
21ecbce
Add a Zed > Preferences submenu with prefs, bindings, theme
Max Brunsfeld created
2c61bc2
Always use capital letters when rendering a keystroke
Max Brunsfeld created
a3b17ff
Allow creating application menus with submenus
Max Brunsfeld created
619c874
Merge pull request #1202 from zed-industries/avoid-bad-markdown-autoindent
Disable auto-indent entirely for markdown
Max Brunsfeld created
216a275
Disable auto-indent entirely for markdown
Max Brunsfeld created
bb63f57
Merge pull request #1201 from zed-industries/focus-workspace-center-on-escape
Return focus to the workspace center on escape
Max Brunsfeld created
dd7b874
Return focus to the workspace center on escape
Max Brunsfeld created
cef85f5
Merge pull request #1198 from zed-industries/keyboard-toggle-search-options
Toggle search options via the keyboard
Antonio Scandurra created
04c9f84
Merge pull request #1197 from zed-industries/fix-typescript-completions
Use word boundaries instead of syntax to infer completion edit ranges
Antonio Scandurra created
9defbf7
Bind `CloseInactiveItems` to `alt-cmd-t`
Antonio Scandurra created
88d8696
Display tooltip for select prev/next match buttons
Antonio Scandurra created
649185d
Allow toggling search options via the command palette
Antonio Scandurra created
29e57c8
Toggle project search options via the keyboard
Antonio Scandurra created
d0d6c27
Don't select next match when toggling buffer search option
Antonio Scandurra created
a835dce
Toggle buffer search options via the keyboard
Antonio Scandurra created
dc75b70
Use word boundaries instead of syntax to infer completion edit ranges
Antonio Scandurra created
35889ad
Add failing test for wrong typescript completion
Antonio Scandurra created
fcd99c8
Merge pull request #1196 from zed-industries/context-menu-max-width
Cap context menu's width to cover at most 70% of the window
Antonio Scandurra created