Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Find a file
apricotbucket28 23c84f8dc0
linux: Treat fullscreen as tiled on X11 and prevent resizing while maximized (#13990)
Two quick fixes for issues I noticed:

1. Fullscreening an unmaximized X11 window still showed rounded window
corners and allowed resizing
2. Maximized windows still allowed for resizing on corners due to
missing checks

![image](https://github.com/zed-industries/zed/assets/71973804/47df4de2-4013-4e51-88c3-d33b52a909f5)


Release Notes:

- N/A
2024-07-09 16:30:30 +02:00
.cargo
.cloudflare
.config
.github Linux docs (#13945) 2024-07-08 15:29:28 -07:00
.zed Keymap oneliners (#13887) 2024-07-05 22:00:18 -04:00
assets Fix keybind conflicts (atom mac/linux default) (#13988) 2024-07-09 10:02:21 -04:00
crates linux: Treat fullscreen as tiled on X11 and prevent resizing while maximized (#13990) 2024-07-09 16:30:30 +02:00
docs docs: Add tiny tweaks to the Linux page (#13994) 2024-07-09 11:26:22 -03:00
extensions clojure: Bump to v0.0.3 (#13935) 2024-07-08 11:29:07 -04:00
script zsh instructions too (#13944) 2024-07-08 20:18:03 -06:00
tooling/xtask
.dockerignore
.gitattributes
.gitignore Add Nix/NixOS dev-shell (#13407) 2024-07-09 09:21:42 +02:00
.mailmap Update .mailmap (#13724) 2024-07-01 19:04:58 -04:00
Cargo.lock Add a way to filter items in the outline panel (#13984) 2024-07-09 16:44:24 +03:00
Cargo.toml Snippets: Move snippets into the core of editor (#13937) 2024-07-09 14:02:36 +02:00
CODE_OF_CONDUCT.md
compose.yml Update Docker Compose configuration (#13530) 2024-06-26 08:05:23 -04:00
CONTRIBUTING.md docs: Fix some typos (#13509) 2024-06-25 10:58:11 -04:00
debug.plist
docker-compose.sql
Dockerfile
flake.lock Add Nix/NixOS dev-shell (#13407) 2024-07-09 09:21:42 +02:00
flake.nix Add Nix/NixOS dev-shell (#13407) 2024-07-09 09:21:42 +02:00
LICENSE-AGPL
LICENSE-APACHE
LICENSE-GPL
livekit.yaml
Procfile
README.md Ensure people who hit /linux directly have the right instructions (#13959) 2024-07-08 21:43:12 -06:00
rust-toolchain.toml
shell.nix Add Nix/NixOS dev-shell (#13407) 2024-07-09 09:21:42 +02:00
typos.toml

Zed

CI

Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

Installation

You can download Zed today for macOS (v10.15+) and most Linux installations.

Support for additional platforms is on our roadmap:

For macOS users, you can also install Zed using Homebrew:

brew install --cask zed

Alternatively, to install the Preview release:

brew install --cask zed@preview

For Linux users, other installation options are available depending on your package manager.

Developing Zed

Contributing

See CONTRIBUTING.md for ways you can contribute to Zed.

Also... we're hiring! Check out our jobs page for open roles.

Licensing

License information for third party dependencies must be correctly provided for CI to pass.

We use cargo-about to automatically comply with open source licenses. If CI is failing, check the following:

  • Is it showing a no license specified error for a crate you've created? If so, add publish = false under [package] in your crate's Cargo.toml.
  • Is the error failed to satisfy license requirements for a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to the accepted array in script/licenses/zed-licenses.toml.
  • Is cargo-about unable to find the license for a dependency? If so, add a clarification field at the end of script/licenses/zed-licenses.toml, as specified in the cargo-about book.