Commit log

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

ea11f2e Increase min-width for all Pickers, minor style changes

Click to expand commit body
- Increases the Picker min-width from 500 to 540
- Makes some changes to the styling of keyboard shortcuts in the command palette

Nate Butler created

1da5150 Merge pull request #859 from zed-industries/cli

Click to expand commit body
Add a zed command-line tool

Antonio Scandurra created

a210b05 Remove `App::on_open_files`, as it's a subset of `on_open_urls`

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

d725876 :lipstick:

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

07562c2 Locate app bundle based on location of CLI binary

Click to expand commit body
The app bundle can also be specified via `-b` or `--bundle-path`.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

f77239b Add application menu to install CLI

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

926c75d Implement `zed --version`

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

5ab35bd Remove stray dbg

Antonio Scandurra created

f7055c2 Implement `zed --wait`

Antonio Scandurra created

b013b1b Call `language::init_test` in `test_single_file_worktrees_diagnostics`

Antonio Scandurra created

b3f2b7a Use osascript to escalate privileges and copy the CLI to /usr/local/bin

Antonio Scandurra created

0d9a0e2 Avoid permissions error when installing CLI symlink

Max Brunsfeld created

fbd1afc Add a command for installing the CLI

Max Brunsfeld created

eee1cec :art: Remove unnecessary JoinProjectParams struct

Max Brunsfeld created

184a454 Update bundle script to include fat CLI binary

Max Brunsfeld created

a81f7eb Locate the Zed app from the CLI using NSWorkspace API

Max Brunsfeld created

43763fa Allow opening paths from the CLI

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Max Brunsfeld and Antonio Scandurra created

05c44b9 Process incoming CLI requests on the main thread

Nathan Sobo created

75f0326 Use ipc_channel crate to communicate between cli and app

Click to expand commit body
We still aren't handling CLI requests in the app, but this lays the foundation for bi-directional communication.

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>

Nathan Sobo and Max Brunsfeld created