Recent Posts

Pages: 1 ... 6 7 8 9 [10]
91
Support and Feedback / Re: Saving of panel widths/split sizes not working.
« Last post by evertdejongh on February 08, 2024, 10:18:35 »
Looks like the Tab Sessions option under File is the place to look. I will test that.
Thanks for reply.
92
Support and Feedback / Re: Saving of panel widths not working.
« Last post by Jungle on February 08, 2024, 10:04:55 »
I'm not sure I've understood you correctly, but if you mean the widths of the Left/Right explorer panels, then there's an option:
Code: [Select]
Core Settings > Layout > Application Layout > Panel Tab > Remember split size between restarts
93
Support and Feedback / Saving of panel widths/split sizes not working.
« Last post by evertdejongh on February 08, 2024, 09:40:29 »
How do I save the panel/tab widths to always be the same size when I open MC? I tried clicking on header to 'Save current layout as defaults'. Not working.
Also, have the 'Save on exit' ticked.
Also have the 'Remember split size between restarts' ticked. Not working.
It always opens in the same way, and I have to make the columns bigger.
Thanks.
94
Feature Requests and Suggestions / Re: Portable ver do not need SessionConfig
« Last post by ncnnnn on February 06, 2024, 09:58:06 »
ok。thank you.
95
When  unzip and overwrite the original version, SessionConfig will overwrite the original configuration.
Don't do that. use the MultiUpdate tool to upgrade..
96
Feature Requests and Suggestions / Re: Portable ver do not need SessionConfig
« Last post by ncnnnn on February 06, 2024, 02:10:27 »
When  unzip and overwrite the original version, SessionConfig will overwrite the original configuration.
97
Support and Feedback / Re: Search for... can't find any texts.
« Last post by Timon on February 04, 2024, 18:33:32 »
The main competitors (Double Commander, FreeCommander XE, Total Commander) support built-in search for file contents in office xml formats (docx, xlsx, odt, ...) and epub

FreeCommander XE also supports external converter xdoc2txt to search for file contents in the following formats - rtf;docx;xlsx;pptx;doc;xls;ppt;sxw;sxc;sxi;sxd;odt;ods;odp;odg;pdf;eml (in pdf format in this case there should be recognized text, not a picture)

If you need any additional information, I can write how it works
98
I'am trying to create a User-Defined Command (named "Open PDF In Edge") to open the Selected File in Microsoft Edge Browser. It's to be added to a Custom Context Menu which I have it listed in no prob there. But when I enter the following Custom Command, the Edge Browser opens with lots of tabs for each of the folder paths. This is what I'am using (Edge opens but the PDF file doesn't, I even tried /w another PDF Viewer but that doesn't Open it either)::

Code: [Select]
MC.Run CMD="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" ARG="${focusfilepath}"ALSO TRIED::
Code: [Select]
MC.Run CMD="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" ARG="${sourcefilepath}"
Could I have this script rectified\ fixed please ?

Nvm, I got it to work via External !!::
Code: [Select]
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" "${focusfilepath}"
99
Not sure what you mean ?
100
Feature Requests and Suggestions / Portable ver do not need SessionConfig
« Last post by ncnnnn on February 01, 2024, 01:55:26 »
SessionConfig will override user‘s config。
Pages: 1 ... 6 7 8 9 [10]