1
Support and Feedback / Re: The saved sessions are not visible/accessible
« Last post by Mathias (Author) on Today at 22:39:03 »No. I can't fix anything that I can't reproduce
MultiCommander v15.5 is released!
FIXED - TabSessionManager will now make sure menu system is loaded before loading the tab session. (Since this should be added to menu system)If this is related to the topic of this thread, I’m sorry to say that the issue still persists
Hi
is there any special setting to do? I've put host,user and password,but it is not working,got:Code: [Select]Failed to connect
Failed to initialize socket - Cannot connect to server
Connection... Failed!
it works fine in total commander
thanksLet me know any issue you have with the SFTP/SCP extension.
Normal UserName/Password login should work
Failed to connect
Failed to initialize socket - Cannot connect to server
Connection... Failed!
Let me know any issue you have with the SFTP/SCP extension.
Normal UserName/Password login should work
F10
Neovim-neovide-STABLE
Command type: Multi-Script
@var $selectedFile = GetSelectedPaths();
@var $fileDir = PathGetPathPart($selectedFile, 1);
// @var $app = "neovide --neovim-bin=C:\\UTILS\\Neovim\\bin\\nvim";
// I have Neovim folder in Windows path: C:\UTILS\Neovim\bin\
@var $app = "neovide";
MC.Run CMD={$app} ARG={$selectedFile} STARTIN={$fileDir}
------------------------------
F11
Neovim-neovide-TEST
Command type: Multi-Script
@var $selectedFile = GetSelectedPaths();
@var $fileDir = PathGetPathPart($selectedFile, 1);
// MC.Run CMD="cmd.exe" ARG="/k set NVIM_APPNAME=nvimt&neovide "{$selectedFile} STARTIN={$fileDir}
// MC.Run CMD="cmd.exe" ARG="/c set NVIM_APPNAME=nvimt&neovide "{$selectedFile} STARTIN={$fileDir}
// start cmd shell, start neovide from cmd, and immediately close the cmd window
MC.Run CMD="cmd.exe" ARG="/c set NVIM_APPNAME=nvimt&&start neovide "{$selectedFile} STARTIN={$fileDir}
------------------------------
F12
Neovim-neovide-STABLE-without-file
Command type: Multi-Script
// STABLE configuration without an initial file
@var $selectedFile = GetSelectedPaths();
@var $fileDir = PathGetPathPart($selectedFile, 1);
// @var $app = "neovide --neovim-bin=C:\\UTILS\\Neovim\\bin\\nvim";
// I have Neovim folder in Windows path: C:\UTILS\Neovim\bin\
@var $app = "neovide";
MC.Run CMD={$app} STARTIN={$fileDir}
F11
Neovim-neovide-TEST
Command type: Multi-Script
// TEST configuration with "Windows PowerShell"
@var $selectedFile = GetSelectedPaths();
@var $fileDir = PathGetPathPart($selectedFile, 1);
MC.Run CMD="powershell.exe" ARG="-WindowStyle Hidden -Command $env:NVIM_APPNAME='nvimt';Start-Process neovide "{$selectedFile} STARTIN={$fileDir}
Thanks for the new RC Mathias!
Audio-tool merge mp3 files is only available via MC menu/extra/auto tools - not via context menu?