646dabe
Add buffer search history
Kirill Bulatov created
646dabe
Add buffer search history
Kirill Bulatov created
599f674
add php support for semantic search
KCaverly created
ef57d44
Halve opacity on wrap guides (#2815)
Wrap guides are a little too bright as is
Mikayla Maki created
88474a6
Clip wrap guides from under the scrollbar
Mikayla Maki created
b530aab
Additional storage filetypes (#2816)
Been working with some db stuff and thought it would be nice to add a few more associations Release Notes: - Added additional filetype associations in the project browser
Nate Butler created
bb288eb
Ensure json uses a tab size of 4
Nate Butler created
c470941
Format
Nate Butler created
e07a81b
Add additional storage filetypes
Nate Butler created
89edb3d
fix templating bug for parseable entire files
KCaverly created
49ef3e3
Put LiveKitBridge Swift build directory in `target` (#2812)
Helps it get caught in a cargo clean. Joseph was having trouble building a specific version of the app and deleting the Swift build dir for this package resolved it. He had run cargo clean which would have handled that if the Swift build dir was in `target` which this patch does Release Notes: - N/A
Julia created
ca4e218
add ruby support for semantic search
KCaverly created
a5dd8dd
add lua embedding query for semantic search
KCaverly created
8926266
Halve opacity on wrap guides
Mikayla Maki created
6184c60
disable wrap guides in the assitant panel (#2814)
Wrap guides do not look correct in the assistant due to it's current header styling. Disable them in that context now. Release Notes: - Fix a visual bug displaying when enabling wrap guides in the assistant.
Mikayla Maki created
d58f031
disable wrap guides in the assitant panel
Mikayla Maki 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
6f60962
WIP
Nathan Sobo 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
6d10328
WIP
Nathan Sobo 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
4d66c32
WIP
Nathan Sobo 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