The major change here is a refactoring to allow controling the save
behaviour when closing items, which is pre-work needed for vim command
palette.
For zed-industries/community#1868
Release Notes:
- vim: Add `ZZ` and `ZQ` to close the current item.
([#1868](https://github.com/zed-industries/community/issues/1868))
The major change here is a refactoring to allow controling the save
behaviour when closing items, which is pre-work needed for vim command
palette.
For zed-industries/community#1868
Release Notes:
- vim: Add `.` to replay
([#946](https://github.com/zed-industries/community/issues/946))
- vim: Fix `J` in visual mode, and with counts.
a5ee8fc
initial outline for rate limiting status updates
KCaverly
created
87472a9
Fix Python's cached binary retrieval being borked (#2948)
Click to expand commit body
We fixed this while brainstorming a better approach to handle server
binaries and if we already have a fix for this one then we might as well
have this not be broken while the new mechanism is being built
Release Notes:
- Fixed Python language server not launching without a network
connection.
7738867
Always pass parent origin when painting elements
Nathan Sobo
created
e9747d0
Find keystrokes defined on a child but handled by a parent (#2947)
Click to expand commit body
This fixes a bug that was preventing keystrokes from being shown on
tooltips for the "Buffer Search" and "Inline Assist" buttons in the
toolbar.
This pull request makes the behavior of `keystrokes_for_action` more
consistent with the behavior of `available_actions`. It seems reasonable
that, if a child view defines a keystroke for an action and that action
is handled on a parent, we should show the child's keystroke.
Release Notes:
- Fixed a bug that was preventing certain keystrokes from being shown in
tooltips.
Antonio Scandurra
created
ddc8a12
Find keystrokes defined on a child but handled by a parent
Click to expand commit body
This fixes a bug that was preventing keystrokes from being shown on tooltips
for the "Buffer Search" and "Inline Assist" buttons in the toolbar.
This commit makes the behavior of `keystrokes_for_action` more consistent with
the behavior of `available_actions`. It seems reasonable that, if a child view
defines a keystroke for an action and that action is handled on a parent, we
should show the child's keystroke.
Antonio Scandurra
created
6ad2ec4
Make channel notes act as an editor to enable inline assistant (#2946)
Click to expand commit body
I think it should be fine to make channel notes act as editors, so I'll
go ahead and merge this but cc'ing @mikayla-maki and @maxbrunsfeld, in
case I'm overlooking something.
Release Notes:
- Added the inline assistant to channel notes.
Antonio Scandurra
created
4e818fe
Make channel notes act as an editor to enable inline assistant
e7b7ac9
Make toolbar horizontal padding more consistent (#2944)
Click to expand commit body
* increase horizontal padding of toolbar itself, remove padding that was
added to individual toolbar items like feedback button.
* make feedback info text and breadcrumbs have the same additional
padding as quick action buttons.
Release Notes:
- Fixed some inconsistencies in the layout of toolbars.
56d9a57
Make toolbar horizontal padding more consistent
Click to expand commit body
* increase horizontal padding of toolbar itself, remove padding
that was added to individual toolbar items like feedback button.
* make feedback info text and breadcrumbs have the same additional padding as
quick action buttons.
5b0f4ac
Stop LiveKitBridge Package.resolved from constantly updating (#2943)
Click to expand commit body
Stop that damned LiveKitBridge Package.resolved from continually
changing and act more like a lock file
Release Notes:
- N/A
Julia
created
4d2933a
Include JS template literal as string type for overrides (#2939)
Click to expand commit body
Allows us to trigger Tailwind completions within template literals in
JSX elements
Release Notes:
- Fixed Tailwind autocomplete not appearing in template literals.
Julia
created
560d6b1
update semantic search to show no results if search query is blank (#2942)
Click to expand commit body
Update semantic search to show no search results if search query is
blank
Kyle Caverly
created
a6ce382
Stop LiveKitBridge Package.resolved from constantly updating
Julia
created
cf5d1d9
update semantic search to go to no results if search query is blank
KCaverly
created
98999b1
Start indexing right away when project was already indexed before (#2941)
Click to expand commit body
Release notes:
- Improved semantic search indexing to start in the background if the
project was already indexed before.
Antonio Scandurra
created
eda7e00
Implement `SemanticIndex::status` and use it in project search