Update menu.dat

This commit is contained in:
OSPanel 2024-04-13 14:09:54 +03:00
parent 09c2f44969
commit 6bbe5c907d

View file

@ -1,30 +1,5 @@
[0] [0]
caption = {lang_open_in_browser}
category = domains
command = "%COMSPEC%" /c "start "" "{project_url}""
hide = on
icon = up-right-from-square
need_state = on
[1]
caption = {lang_open_in_console}
category = domains
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}"
icon = terminal
need_use_win_terminal = on
[2]
caption = {lang_open_in_console}
category = domains
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}"
icon = terminal
need_use_win_terminal = off
[3]
caption = {lang_launch_app} caption = {lang_launch_app}
category = domains category = domains
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} start" command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} start"
@ -32,7 +7,7 @@ icon = rocket
need_project_command = on need_project_command = on
need_use_win_terminal = on need_use_win_terminal = on
[4] [1]
caption = {lang_launch_app} caption = {lang_launch_app}
category = domains category = domains
@ -41,6 +16,32 @@ icon = rocket
need_project_command = on need_project_command = on
need_use_win_terminal = off need_use_win_terminal = off
[2]
caption = {lang_open_in_browser}
category = domains
command = "%COMSPEC%" /c "start "" "{project_url}""
hide = on
icon = up-right-from-square
need_state = on
[3]
caption = {lang_open_in_console}
category = domains
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}"
icon = terminal
need_use_win_terminal = on
[4]
caption = {lang_open_in_console}
category = domains
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}"
icon = terminal
need_use_win_terminal = off
[5] [5]
caption = {lang_open_in_explorer} caption = {lang_open_in_explorer}
@ -51,13 +52,33 @@ work_directory = {project_dir}
[6] [6]
caption = {lang_launch_shell}
category = modules
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp shell {module_name}"
icon = rocket
need_state = on
need_module_shell = on
need_use_win_terminal = on
[7]
caption = {lang_launch_shell}
category = modules
command = "%COMSPEC%" /k "osp reset init noprint & osp shell {module_name}"
icon = rocket
need_state = on
need_module_shell = on
need_use_win_terminal = off
[8]
caption = {lang_open_in_console} caption = {lang_open_in_console}
category = modules category = modules
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp use {module_name}" command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp use {module_name}"
icon = terminal icon = terminal
need_use_win_terminal = on need_use_win_terminal = on
[7] [9]
caption = {lang_open_in_console} caption = {lang_open_in_console}
category = modules category = modules
@ -65,26 +86,6 @@ command = "%COMSPEC%" /k "osp reset init noprint & osp use {module
icon = terminal icon = terminal
need_use_win_terminal = off need_use_win_terminal = off
[8]
caption = {lang_launch_shell}
category = modules
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp shell {module_name}"
icon = terminal
need_state = on
need_module_shell = on
need_use_win_terminal = on
[9]
caption = {lang_launch_shell}
category = modules
command = "%COMSPEC%" /k "osp reset init noprint & osp shell {module_name}"
icon = terminal
need_state = on
need_module_shell = on
need_use_win_terminal = off
[10] [10]
caption = {lang_open_in_explorer} caption = {lang_open_in_explorer}