macOS/File Browser: Support external operations #107267

Open
Ankit Meel wants to merge 10 commits from ankitm/blender:ankitm/finderreveal into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 4 additions and 4 deletions
Showing only changes of commit e50a558a45 - Show all commits

View File

@ -1787,8 +1787,8 @@ static const EnumPropertyItem file_external_operation[] = {
"Reveal in Finder",
"Reveal this file in a new Finder window"
#else
"Open Folder",
"Open the folder in system file browser"
"Reveal in File Explorer",
"Open this file in system file browser"
ankitm marked this conversation as resolved Outdated

“in a system file browser“

“in **a** system file browser“
#endif
},
{FILE_EXTERNAL_OPERATION_EDIT, "EDIT", ICON_NONE, "Edit", "Edit the file"},

"Display this directory in a new Finder window"? (Is it the selected directory or the current directory?)

`"Display this directory in a new Finder window"`? (Is it the selected directory or the current directory?)

“…this file…”

“…this file…”
@ -1813,14 +1813,14 @@ static const EnumPropertyItem file_external_operation[] = {
"Open the Get Info window for this file"
#else
"Properties",
"Show OS Properties for this item"
"Show OS Properties for this file"
#endif
},
{FILE_EXTERNAL_OPERATION_FOLDER_FIND,

Use "file" instead of "item".

Use "file" instead of "item".
"FOLDER_FIND",
ICON_NONE,
"Find in Folder",
"Search for items in this folder"},
"Search for files in this folder"},
{FILE_EXTERNAL_OPERATION_FOLDER_TERMINAL,
"CMD",
ICON_NONE,