Context menu items missing

Discussion related to "Everything" 1.5 Alpha.
Post Reply
donotbugme
Posts: 34
Joined: Mon Oct 16, 2017 10:33 am

Re: Context Menu Commands

Post by donotbugme »

Image

не появляется контекстное меню, если включить. При этом следующее есть

the context menu does not appear if enabled. At the same time, the following is

Image

еще раз.
Обзор пути есть
Обзор-отсутствует

one more time.
There is an overview of the path
The review is missing
NotNull
Posts: 5517
Joined: Wed May 24, 2017 9:22 pm

Re: Context Menu Commands

Post by NotNull »

void wrote: Thu Dec 12, 2024 5:59 am The review is missing
Where is it missing?

If you right-click a folder in the Everything result list, isthe Explore context menu item shown?

(it will not be shown for a file, as there not much to explore then ;))
donotbugme
Posts: 34
Joined: Mon Oct 16, 2017 10:33 am

Re: Context Menu Commands

Post by donotbugme »

Thank you. my joint. I didn't understand it without translation.
There is still not enough of its own menu to add a viewing command ..., since the normal window is not delivered...

спасибо. мой косяк. без перевода не понял.
Не хватает еще своего меню, чтобы добавить команду просмотра, раз нормальное окно не завозят...
donotbugme
Posts: 34
Joined: Mon Oct 16, 2017 10:33 am

Re: Context Menu Commands

Post by donotbugme »

Просмотр файлов, можно повесить горячюю клавишу , пробел или ctrl+q , кому как привычнее, https://www.upload.ee/image/17515440/20 ... -29-54.png
TotalCmd должен быть открыт(чтобы переменные работали) или путь указан полный как в примере с ahk. Так же еще хитрость, Обзор команда для папок, но это не мешает горячей клавишей отработать и файл... )
open_file_command=$exec("%COMMANDER_PATH%\Wlx2Explorer.exe" -s --file "%1")
Ну и сам тотал
open_file_command=$exec("%COMMANDER_EXE%" /S=L "%1")
аналоги
open_file_command=$exec("P:\QuickLook-3.7.3\QuickLook.exe" "%1")
ну и так далее.

Так же можно перенести найденное в тотал скриптом из темы https://ghisler.ch/board/viewtopic.php?p=465545#p465545
https://www.upload.ee/image/17508808/torrent.gif
open_file_command=$exec(""P:\ahk.exe" "%COMMANDER_PATH%\Plugins\Everything\1.ahk")

open file
open_file_command=$exec("%COMMANDER_PATH%\Plugins\wdx\autorun\F4Menu\F4Menu.exe" "%1")

Под сим подписался Мрак Тлен.
void
Developer
Posts: 17149
Joined: Fri Oct 16, 2009 11:31 pm

Re: Context menu items missing

Post by void »

Moved from Context Menu Commands

Explore is only available to folders items.
I will consider an option to explore files.

Additional context menu items can be created with Custom Open Commands
Перенесено из Команды контекстного меню

Просмотр доступен только для элементов папок.
Я рассмотрю возможность просмотра файлов.

Дополнительные элементы контекстного меню можно создать с помощью Пользовательских команд открытия
Post Reply