645c149
Fix visual selection of trailing newline
Conrad Irwin created
645c149
Fix visual selection of trailing newline
Conrad Irwin created
0bd6e7b
Fix comment
Joseph T. Lyons created
b0e81c5
Remove unused code in test
Joseph T. Lyons created
525c8da
Add a command to collapse all entires (#2813)
Release Notes: - Added a `project panel: collapse all entries` command ([#158](https://github.com/zed-industries/community/issues/158)).
Joseph T. Lyons created
2c47efc
Add a command to collapse all entires
Joseph T. Lyons created
4b94bfa
Set up basic RPC for managing channels
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
fe43bac
Put LiveKitBridge Swift build directory in `target`
Helps it get caught in a cargo clean
Julia created
4626981
Make wrap guides respect scroll position (#2810)
Release Notes: - Fixed a visual bug when scrolling with wrap guides active
Mikayla Maki created
d3b89e1
Make wrap guides respect scroll position
Mikayla Maki created
758e1f6
Get DB channels query working with postgres
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
9cb0ce7
Review
Conrad Irwin created
0c15ef7
Merge VisualChange -> Substitute
They both are supposed to work the same.
Conrad Irwin created
236b755
Fix substitute in visual line mode
Conrad Irwin created
e3788cc
Add o/O for flipping selection
Conrad Irwin created
3f2f3bb
Fix crash when deleting a long line in visual line mode
Conrad Irwin created
5edcb74
Add support for visual ranges ending with a newline
These primarily happen when first entering visual mode, but can also
be created with objects like `vi{`.
Along the way fix the way ranges like `vi{` are selected to be more
similar to nvim.
Conrad Irwin created
b53fb86
Fix vim selection to include entire range
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Conrad Irwin and Max Brunsfeld created
0998440
implement recursive channel query
Mikayla Maki created
15631a6
Add channel_tests.rs
Mikayla Maki created
26a94b5
WIP: Channel CRUD
Mikayla Maki created
bb70901
WIP
Max Brunsfeld created
40c293e
Add channel_modal file
Mikayla Maki created
1549c22
Create channel adding modal
Mikayla Maki created
4a088fc
Make major collab panel headers non-interactive
Max Brunsfeld created
fc49194
Restructure collab panel, make contact finder into a normal modal
Max Brunsfeld created
14fdcad
Add seemingly-redundant export in theme src file to workaround theme build error
Max Brunsfeld created
87dfce9
Rename contact list theme to collab panel
Max Brunsfeld created
969ecfc
Reinstate all of the contacts popovers' functionality in the new collaboration panel
Max Brunsfeld created
7f9df6d
Move channels panel into collab and rename to collab panel
remove contacts popover and add to collab panel
Mikayla Maki created
fe5db30
move channels UI code to channels-rpc
Mikayla Maki created
ac35dae
Add channels panel with stubbed out information
co-authored-by: nate <nate@zed.dev>
Mikayla Maki and nate created
e6f3e0a
Reattempt Node installation if the installation itself errors (#2808)
This also makes us a bit more aggressive about reinstalling Node Fixes https://linear.app/zed-industries/issue/Z-2697/language-server-error-html-failed-to-iterate-over-archive Release Notes: - Improved the Node runtime re-installation mechanism for language servers.
Julia created
46101bf
Reattempt Node installation if the installation itself errors
This also makes us a bit more aggressive about reinstalling Node
Julia created
b8690ec
Update release action to choose between preview and stable URL in Discord announcements
This is what ChatGPT told me, so we'll see.
Joseph T. Lyons created
5d8370e
Don't highlight project search matches either (#2807)
@JosephTLyons this is probably worth merging alongside #2803 - vim: Fix a bug where focusing project search results unexpectedly entered visual mode
Conrad Irwin created
fac0e2d
Don't highlight project search matches either
Conrad Irwin created
97042eb
Make project search includes and excludes more user-friendly (#2806)
Closes https://linear.app/zed-industries/issue/Z-2707/make-inclusionexclusion-with-non-globs-more-intuitive Allow search results that start with the include/exclude path part.  Release Notes: - Improved project search include/exclude filters' usability: allow path entries along with the glob ones
Kirill Bulatov created
cf6e524
Make project search includes and excludes more user-friendly
Allow search results that start with the include/exclude path part
Kirill Bulatov created
1545128
Add Nix language support (#2781)
This adds rudimentary language support for the Nix expression language, through tree-sitter-nix. I spent a little bit of time trying to add support for one of the Nix language servers too, but wasn't able to get any of them running reliably without crashing, and so I've opted to stick to just the tree-sitter grammar for now. 
Mikayla Maki created
e945b3c
feat(workspace): add action for closing inactive editors on all panes (#2771)
using zed more and more to develop zed itself I'm finding some small qol features missing, this is one of them I'm very used to open two or three splits, and sometimes I want to close everything except for the active editor, but that wasn't supported, as the `pane::CloseInactiveItems` action only closes inactive items on the active pane so I've implemented it really quick, although I'm not sure it's the right way to do this note: I really don't like the default keybinding I've set it to, I have this action bound to `cmd-shift-w` on all editors, but in zed is taken, so I chose something that's free but without thinking too much about it Release Notes: - Added action for closing inactive editors from all panes
Mikayla Maki created
ade8d4d
Fix jumping to definition in a new file (#2803)
This is broken because vim currently sets settings only on the active editor. Fix this by correcting the range on the currently active editor. It would be nice (at some point) to refactor how vim sets settings, but that's for another day. Release Notes: - vim: Fix bug when jumping to definition in new file accidentally entered visual mode.
Conrad Irwin created
dc5b23e
Update elixir depedency (#2805)
Fixes https://github.com/zed-industries/community/issues/1761 Redo of https://github.com/zed-industries/zed/pull/2734 This PR increases the version further to one that does not have the symbol collision issue we found with elm-tree-sitter Release Notes: - N/A
Mikayla Maki created
4735b07
Fix warning
Mikayla Maki created
a0fc515
Rework close_inactive_items to await all tasks
Update action name to be more accurate
Mikayla Maki created
45e5d81
update to dependency without symbol conflict
Mikayla Maki created
0dffb72
Update elixir depedency
co-authored-by: Alex <alexviscreanu@gmail.com>
Mikayla Maki and Alex created
5497694
Underscore arguments in conditionally compiled code (#2804)
For some reason, our bundle script doesn't fail on warning, so this hasn't been caught yet. Release Notes: - N/A
Mikayla Maki created
f15a038
underscore arguments
Mikayla Maki created
1935307
Fix jumping to definition in a new file
This is broken because vim currently sets settings only on the active editor. Fix this by correcting the range on the currently active editor. It would be nice (at some point) to refactor how vim sets settings, but that's for another day.
Conrad Irwin created
ae765bb
Make mode indicator follow vim enabled state (#2802)
There was a minor visual bug introduced in https://github.com/zed-industries/zed/pull/2801, this PR corrects it. Release Notes: - N/A
Mikayla Maki created