Recent Posts

Pages: 1 ... 5 6 7 8 [9] 10
81
Beta Releases / Re: v16.0 Beta
« Last post by total_annihilation00 on May 11, 2026, 16:35:29 »
Hmm Strange.. When I restart I get the same setup as I had when I closed the app.

No I assure you there's a bug where it resets back to Name Ascending on all tabs initially on restart. I suspect another user also has this problem. What did get fixed is when a new tab is opened it retains the correct sorting, but on app restarts it still is broken and fails to store the sorting settings. So tab-wise it's fixed, but session-wise it's still glitchy.
P.S: I tested it on a fresh copy of 14.4 MultiCommander, after latest beta update, it's still working now, I think my ColumnSets.xml might have gotten corrupt, resetting it and rebuilding my Column Layout. I will let you know if it's resolved. :)

I think pressing Enter while entering "AutoLoad on Path" (Column Layout Editor) creates some corruption (possibly in ColumnSets.xml not sure). Right now I got Default layout to successfully retain sorting order. I will recreate all those column layouts from scratch. I'm confident this will fix it.
82
Beta Releases / Re: v16.0 Beta
« Last post by Mathias (Author) on May 11, 2026, 16:27:39 »
I don't really understand that you trying to say what you are doing.   I can't reproduce that columns goes away by them self.

The Tabs when restored on next startup get changed back to Name Ascending (Default). My config is Date Descending. Maybe set *all* tabs to the stored Sorting Preferences in Explorer Panel on startup ? That should fix it.

Hmm Strange.. When I restart I get the same setup as I had when I closed the app.
83
Beta Releases / Re: v16.0 Beta
« Last post by total_annihilation00 on May 11, 2026, 15:58:05 »
I don't really understand that you trying to say what you are doing.   I can't reproduce that columns goes away by them self.

The Tabs when restored on next startup get changed back to Name Ascending (Default). My config is Date Descending. Maybe set *all* tabs to the stored Sorting Preferences in Explorer Panel on startup ? That should fix it.
84
Beta Releases / Re: v16.0 Beta
« Last post by Mathias (Author) on May 11, 2026, 15:36:59 »
I don't really understand that you trying to say what you are doing.   I can't reproduce that columns goes away by them self.
85
Beta Releases / Re: v16.0 Beta
« Last post by total_annihilation00 on May 11, 2026, 14:50:38 »
I can't reproduce that.   The column thing might be fixed with the other column issues that was fixed.. but the miscalculation of items I can't reproduce.

The update doesn't fix the issue entirely, after restarting MC, the restored session pre-existing tabs are reverting back to default —not the specified column sorting (in my case Date\Time Descending) ! It's not remembering the stored preference on re-launch. You've only fixed the sorting issue tab-wise not session-wise.
86
Beta Releases / Re: v16.0 Beta
« Last post by Mathias (Author) on May 11, 2026, 10:02:14 »
Still getting Bad Gateway when trying to upload, 7z is <67mb

Strange.. Works for me.. Tested on two different networks.. Maybe some FW that bocks for you ?

I can upload stuff elsewhere, also tried different IPs but still seeing "Bad Gateway
The proxy server received an invalid response from an upstream server.
"   :-\

I noticed that when moving 3 folders & contents (15 files) total ~700mb, it did the same hang on high CPU - see the attached pic, sizes & numbers are way off.  The size of 2.8TB is also larger than the drive in use. 

& FWIW I'm also seeing the column sort by Date function as non-persistent.
If RMB save as default on column is used, it immediately reverts to by name as the command ends, I did check the explorer panel settings & they look OK still.....so probably a bug as suspected.

I can't reproduce that.   The column thing might be fixed with the other column issues that was fixed.. but the miscalculation of items I can't reproduce.
87
Beta Releases / Re: v16.0 Beta
« Last post by Ulfhednar on May 10, 2026, 13:10:29 »
Still getting Bad Gateway when trying to upload, 7z is <67mb

Strange.. Works for me.. Tested on two different networks.. Maybe some FW that bocks for you ?

I can upload stuff elsewhere, also tried different IPs but still seeing "Bad Gateway
The proxy server received an invalid response from an upstream server.
"   :-\

I noticed that when moving 3 folders & contents (15 files) total ~700mb, it did the same hang on high CPU - see the attached pic, sizes & numbers are way off.  The size of 2.8TB is also larger than the drive in use. 

& FWIW I'm also seeing the column sort by Date function as non-persistent.
If RMB save as default on column is used, it immediately reverts to by name as the command ends, I did check the explorer panel settings & they look OK still.....so probably a bug as suspected.
88
Support and Feedback / Re: Quick filter
« Last post by total_annihilation00 on May 09, 2026, 22:36:45 »
You can create Filters (Configuration > Filters) then use this in a User-Defined Command (replace with your relevant FilterID) to filter out the files you want (these can be used as Custom Commands or MultiScripts and you can give them a Hotkey):
Filter e-Book Only (Sumatra) "doc"
Code: [Select]
MC.Explorer.SetViewFilter FILTERID="110d14a5c6844ff988d51cf79fb2ef3b"

You can use this to select all files solely without showing anything else (GhostFilter):
Source Code Select GhostFilter Files
Code: [Select]
Sleep(300);
MC.Explorer.Goto LEFT="D:\Download\cpp-projekt\FuzenOp_SiloTest\Yahoo-8Ball-Pool-Clone\"
Sleep(300);
MC.Explorer.Select FILTER="Pool-Game-CloneV18.cpp Yahoo-8Ball-Pool-Clone.rc resource.h" ONLYFILES
Sleep(300);
MC.RunCmd ID="ExplorerPanel.51023";
Sleep(300);

These are just scratching the surface, you can put them to use any way you like. You can use Filters to specify File Coloring Rules as well. ChatGPT AI is pretty decent at scripting and stuff.
89
Support and Feedback / Re: Quick filter
« Last post by mgigli on May 09, 2026, 21:47:24 »
I know it's a bit of a hassle, but is there any way to do this with a single key? For example, by using an internal command that I assign to a key?
90
Support and Feedback / Re: Quick filter
« Last post by total_annihilation00 on May 09, 2026, 20:40:41 »
Ctrl+F for the Filter Box focus then Backspace to erase & Escape to return to the main view.
Pages: 1 ... 5 6 7 8 [9] 10