Commit log

53bf7b6 Merge pull request #887 from zed-industries/fix-typescript-rename

Click to expand commit body
Use document highlights to prepare rename if LSP doesn't support it

Antonio Scandurra created

a227942 Fix `rpc::tests::test_collaborating_with_renames`

Antonio Scandurra created

63cdf61 Fix `Project::test_rename`

Antonio Scandurra created

1dcaec7 Merge pull request #886 from zed-industries/fix-delete-to-beginning-of-line

Click to expand commit body
Delete selected text when deleting to beginning of line, regardless of selection direction

Antonio Scandurra created

5e16adc Use document highlights to prepare rename if LSP doesn't support it

Antonio Scandurra created

f91fdd2 Return `None` when prepare rename is not available on language server

Antonio Scandurra created

8ec2b5e Delete selected text when deleting to beginning of line

Nathan Sobo created

30f2604 Map shift-backspace to backspace

Click to expand commit body
A user pointed out that it was weird that this didn't work and violated their muscle memory.

Nathan Sobo created

b355b5c Merge pull request #884 from zed-industries/show-project-browser-when-opening-folder

Click to expand commit body
Show project browser when opening folder

Antonio Scandurra created

3def7a6 Avoid flicker when toggling project browser on workspace open

Antonio Scandurra created

9730213 Move project browser toggling logic in `workspace::open_paths`

Antonio Scandurra created

bba65e1 Add only one worktree when running `zed /dir /dir/file`

Antonio Scandurra created

9d8e3f5 Show project panel when opening a folder via the CLI

Antonio Scandurra created

67c5525 Merge pull request #883 from zed-industries/humanize-underscores

Click to expand commit body
Replace underscores with spaces when humanizing action names

Antonio Scandurra created

033d000 Replace underscores with spaces when humanizing action names

Antonio Scandurra created

a9e1f6c Merge pull request #876 from zed-industries/highlight-toml

Click to expand commit body
Add syntax highlighting for TOML

Max Brunsfeld created

5ea782d Add inclusive vs exclusive motions to vim mode

Keith Simmons created

3a878c8 Add syntax highlighting for TOML

Max Brunsfeld created

0c587ae Merge pull request #875 from zed-industries/keymap-improvements

Click to expand commit body
Keymap improvements

Max Brunsfeld created

14cf516 :art: Tweak order of default key bindings

Max Brunsfeld created

490b65b Reuse Confirm action in chat panel, go-to-line, and project search

Max Brunsfeld created

915ba91 Allow toggling line comments in JSON

Max Brunsfeld created

d43f194 Organize default key bindings into categories

Max Brunsfeld created

066b4fa Restructure KeyMap file, make it easy to edit in Zed

Click to expand commit body
Add a JSON schema for this file so that autocomplete can be used for the actions.

Max Brunsfeld created

f52050a Use the 'jsonc' language id for all JSON files

Click to expand commit body
This way, comments are allowed by the language server.

Max Brunsfeld created

3a28f09 Allow comments in setting and keymap JSON files

Max Brunsfeld created

066e572 Merge pull request #864 from zed-industries/polish-project-panel

Click to expand commit body
Sort directories before files in a case-insensitive manner

Max Brunsfeld created

f9cd1b2 Merge pull request #866 from zed-industries/max-line-len-2

Click to expand commit body
Always wrap lines that are wider than 512 em advances

Max Brunsfeld created

5081eaf Always wrap lines that are wider than 512 em advances

Click to expand commit body
We went with a more conservative upper bound so that the number of
characters (hopefully) never exceeds `MAX_LINE_LEN` (1024) when laying
out text.

Co-Authored-By: Max Brunsfeld <max@zed.dev>

Antonio Scandurra and Max Brunsfeld created

e52fad0 Merge pull request #865 from zed-industries/remove-web-frontend

Click to expand commit body
Remove web frontend from collab server

Nathan Sobo created

c394b08 Fix path in migrator image

Nathan Sobo created

23b5a80 Fix paths in deploy-migrations script

Nathan Sobo created

e63ebc5 Drop signups table

Nathan Sobo created

396e4ba Remove signups-related methods from Db trait

Nathan Sobo created

8ed1598 Remove tailwind and related scripts

Nathan Sobo created

0cf7bba Remove remaining bits of web front-end

Nathan Sobo created

9f83417 Remove more files supporting the old web front-end

Nathan Sobo created

9f0b044 Remove more unused code related to GitHub auth and errors

Nathan Sobo created

953256b Sort (case-insensitive) directories before files

Antonio Scandurra created

1182804 Store visible entries in project panel by id rather than offset

Antonio Scandurra created

80b4324 Merge pull request #735 from zed-industries/auto-update

Click to expand commit body
Introduce automatic updates

Antonio Scandurra created

fb87bac Merge branch 'main' into auto-update

Antonio Scandurra created

9d3048e v0.29.0

Max Brunsfeld created

b07b088 Merge pull request #863 from zed-industries/fix-project-symbols-crash

Click to expand commit body
Fix project symbols crash

Max Brunsfeld created

3619d4c Always notify a Picker when its delegate notifies

Max Brunsfeld created

84df1d6 Add unit test for project symbols that demonstrates crash

Max Brunsfeld created

9150b77 Remove some user-facing routes

Nathan Sobo created

b1f9d9d Merge pull request #851 from zed-industries/vim-delete-jk-fix

Click to expand commit body
Linewise motions fix

Keith Simmons created

7bc6f8b Build tokens for Figma

Nate Butler created

09634df Merge pull request #846 from zed-industries/update-themes-04-19

Click to expand commit body
Update theme for command palette, inputs, tabs, autocomplete

Nate Butler created