Commit log
d330f90
Allow each theme to style all aspects of syntax highlighting
Click to expand commit body
Previously, some syntax highlights were controlled in editor.ts,
and shared across all themes.
Co-authored-by: Keith Simmons <keith@zed.dev>
Max Brunsfeld
and
Keith Simmons
created
3 years ago
447c1d2
WIP: Get compiling with Tokio by commenting almost everything
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
ddc45eb
Merge pull request #889 from zed-industries/cursor-style-revamp
Click to expand commit body
Apply cursor styles during paint and make editor's cursor an I-Beam
Nathan Sobo
created
3 years ago
f0c6a6a
Highlight punctuation uniformly in all supported languages
Click to expand commit body
Co-authored-by: Keith Simmons <keith@zed.dev>
Max Brunsfeld
and
Keith Simmons
created
3 years ago
6658fa5
Update languages' highlight mapppings when the theme changes
Click to expand commit body
Co-authored-by: Keith Simmons <keith@zed.dev>
Max Brunsfeld
and
Keith Simmons
created
3 years ago
92f040d
Apply cursor styles during paint
Click to expand commit body
This makes the editor's cursor an IBeam and properly deals with nested cursor styles.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
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
3 years ago
a227942
Fix `rpc::tests::test_collaborating_with_renames`
Antonio Scandurra
created
3 years ago
63cdf61
Fix `Project::test_rename`
Antonio Scandurra
created
3 years ago
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
3 years ago
5e16adc
Use document highlights to prepare rename if LSP doesn't support it
Antonio Scandurra
created
3 years ago
f91fdd2
Return `None` when prepare rename is not available on language server
Antonio Scandurra
created
3 years ago
8ec2b5e
Delete selected text when deleting to beginning of line
Nathan Sobo
created
3 years ago
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
3 years ago
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
3 years ago
3def7a6
Avoid flicker when toggling project browser on workspace open
Antonio Scandurra
created
3 years ago
9730213
Move project browser toggling logic in `workspace::open_paths`
Antonio Scandurra
created
3 years ago
bba65e1
Add only one worktree when running `zed /dir /dir/file`
Antonio Scandurra
created
3 years ago
9d8e3f5
Show project panel when opening a folder via the CLI
Antonio Scandurra
created
3 years ago
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
3 years ago
033d000
Replace underscores with spaces when humanizing action names
Antonio Scandurra
created
3 years ago
a9e1f6c
Merge pull request #876 from zed-industries/highlight-toml
Click to expand commit body
Add syntax highlighting for TOML
Max Brunsfeld
created
3 years ago
5ea782d
Add inclusive vs exclusive motions to vim mode
Keith Simmons
created
3 years ago
3a878c8
Add syntax highlighting for TOML
Max Brunsfeld
created
3 years ago
0c587ae
Merge pull request #875 from zed-industries/keymap-improvements
Click to expand commit body
Keymap improvements
Max Brunsfeld
created
3 years ago
14cf516
:art: Tweak order of default key bindings
Max Brunsfeld
created
3 years ago
490b65b
Reuse Confirm action in chat panel, go-to-line, and project search
Max Brunsfeld
created
3 years ago
915ba91
Allow toggling line comments in JSON
Max Brunsfeld
created
3 years ago
d43f194
Organize default key bindings into categories
Max Brunsfeld
created
3 years ago
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
3 years ago
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
3 years ago
3a28f09
Allow comments in setting and keymap JSON files
Max Brunsfeld
created
3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
c394b08
Fix path in migrator image
Nathan Sobo
created
3 years ago
23b5a80
Fix paths in deploy-migrations script
Nathan Sobo
created
3 years ago
e63ebc5
Drop signups table
Nathan Sobo
created
3 years ago
396e4ba
Remove signups-related methods from Db trait
Nathan Sobo
created
3 years ago
8ed1598
Remove tailwind and related scripts
Nathan Sobo
created
3 years ago
0cf7bba
Remove remaining bits of web front-end
Nathan Sobo
created
3 years ago
9f83417
Remove more files supporting the old web front-end
Nathan Sobo
created
3 years ago
9f0b044
Remove more unused code related to GitHub auth and errors
Nathan Sobo
created
3 years ago
953256b
Sort (case-insensitive) directories before files
Antonio Scandurra
created
3 years ago
1182804
Store visible entries in project panel by id rather than offset
Antonio Scandurra
created
3 years ago
80b4324
Merge pull request #735 from zed-industries/auto-update
Click to expand commit body
Introduce automatic updates
Antonio Scandurra
created
3 years ago
fb87bac
Merge branch 'main' into auto-update
Antonio Scandurra
created
3 years ago
Max Brunsfeld
created
3 years ago
b07b088
Merge pull request #863 from zed-industries/fix-project-symbols-crash
Click to expand commit body
Fix project symbols crash
Max Brunsfeld
created
3 years ago
Page 14 of 91