Rename ExpandAllHunkDiffs to ExpandAllDiffHunks (#25369)
This is more consistent with the nomenclature in the rest of Zed. Release Notes: - Renamed the `editor::ExpandAllHunkDiffs` action to `editor::ExpandAllDiffHunks`
This commit is contained in:
parent
ec56755f9e
commit
4118f42d61
5 changed files with 9 additions and 9 deletions
|
@ -280,7 +280,6 @@ gpui::actions!(
|
|||
DuplicateLineDown,
|
||||
DuplicateLineUp,
|
||||
DuplicateSelection,
|
||||
ExpandAllHunkDiffs,
|
||||
ExpandMacroRecursively,
|
||||
FindAllReferences,
|
||||
Fold,
|
||||
|
@ -425,3 +424,4 @@ action_as!(go_to_line, ToggleGoToLine as Toggle);
|
|||
|
||||
action_with_deprecated_aliases!(editor, OpenSelectedFilename, ["editor::OpenFile"]);
|
||||
action_with_deprecated_aliases!(editor, ToggleSelectedDiffHunks, ["editor::ToggleHunkDiff"]);
|
||||
action_with_deprecated_aliases!(editor, ExpandAllDiffHunks, ["editor::ExpandAllHunkDiffs"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue