Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mathias (Author)

Pages: [1] 2 3 4 5 ... 200
1
Feature Requests and Suggestions / Re: About donating
« on: August 09, 2026, 20:32:31 »
weChat and Alipay are not really an option for me, Sorry
I Understand that only PayPal might be limited. but that is the biggest one, and I can't support them all.

2
Support and Feedback / Re: Changing date and time sttributes
« on: August 09, 2026, 20:28:47 »
NOt built in. but not needed..
MultiScript is using time_t (c /c++ ) time type for date/time..  num of seconds since 1970-01-01
https://multicommander.com/Docs/multiscript/functions/filesystem#getfiletime
https://multicommander.com/Docs/multiscript/functions/datetime

You can just add X seconds to a timestamps and use that with setFileTime

SO if yiu can $currentTime and want to add one minute to that it it is $currentTime += 60;   //add 60 seconds.

3
Support and Feedback / Re: Are you sure you want to... window issue
« on: August 08, 2026, 10:08:51 »
just generated fresh one:  1916-F108YK
Thx, I will do a manual check of the crash report next week.

4
Support and Feedback / Re: Update the Microsoft Store version?
« on: August 08, 2026, 10:03:24 »
Soon.. There was so many new things in 16.x so I want to make sure it is more stable before it is sent to WinStore.  If things goes asplaned it wil be out at the end of this month.. (Aug-26)

5
Support and Feedback / Re: Are you sure you want to... window issue
« on: August 08, 2026, 09:59:20 »
if you recorced the crash ID I might see what caused it.

Hmm Strange there is no code in MC that would make MC continue without user answered anything in the confirmation dialog.

6
Support and Feedback / Re: Changing date and time sttributes
« on: August 08, 2026, 09:54:07 »
Menu > Tools > Picture Tools > Adjust EXIF Date Information.

Here you can adjust the date for image exif metadata. However it changes to new time or adjust exiting time.. it does not insert random times..

If you just want to change file time and not image metadata.. then you can se MutltiScript

7
in core setting for logging.. for application log , change loglevel to full.. and you will se in more details in the log., often it is becuse it tries to get information about remote devices that is not reachable.

8
Support and Feedback / Re: Not all export settings are selected
« on: July 28, 2026, 12:33:53 »
Eh ??

9
Support and Feedback / Re: Not all export settings are selected
« on: July 28, 2026, 12:13:56 »
Export is for exporting individual settings. If you want to backup all your settings go to Menu > Help > Backup & restore.

10
Support and Feedback / Re: MultiUpdate fail and crash
« on: July 28, 2026, 12:12:56 »
Might be that something is blocking traffic for it. or that it is to old version.   You can try to download portable version of latest version and replace your MulitUpdate.exe in there with that one you have..

11
Support and Feedback / Re: modify caption
« on: July 24, 2026, 16:04:40 »
Don't know why it does not work for you..

Only issue with that setting is that if MC is already running when you run the command a new instance is not opened. it only pops to the front.. so that setting need to be off for the parameter to work

Hmm wait it is not -t  it is  -T, upper case T



12
Feature Requests and Suggestions / Re: color
« on: July 22, 2026, 09:15:34 »
File tagging is something that are planed for next release.

14
Support and Feedback / Re: modify caption
« on: July 21, 2026, 21:57:12 »
It still works.

Sure you are not running with "Allow only one instance" enabled ?

16
Beta Releases / Re: v16.0 Beta
« on: July 19, 2026, 13:21:34 »
When a tab session is loaded, no focus is set. If you use the Tab key to switch between the panels, the address bar is no longer highlighted, making keyboard-only navigation impossible. Only a mouse click resolves the issue.

This happens with all tab sessions in which more than one tab is saved per panel. The issue does not occur with tab sessions that contain only one tab per panel.

try enable

Explorer Panel Settings → Startup → Delay update on startup until the Explorer Panel is activated

17
OK, I've tried with my config backup restored into fresh MC.
There needs to be sth with configuration. Totally fresh install/portable don't do that, but with my configuration backup restored into them, that problem appears. Even on installed.
 :)
So, as I asked in the first post - is there any other setting that matters here? I had to overlook something during configuration.

Not that I can think of. So might be some weird none logical conflict between some settings. not sure what that can be

18
I did some testing, results:

1.  issue affects only the portable version (MC 16.x and 15.x, haven't used earlier versions), tested with Windows 11 Home, Windows 10 Home, Windows 10 Pro (user account only for the last one); Full installer version works ok with Windows 10/11 Home, didn't try with W10 Pro.

2. turning "Automatically re-sorts files..." on/off with applying, saving, restarting MC in different combinations doesn't help;

3. there is really strange behavior in portable; steps to reproduce:

Open a folder sorted by Name, with setting "Automatically re-sorts files..." checked on.
1. Rename file A to B.
The file does not move to its correct alphabetical position.
After refreshing the panel, the file immediately moves to the correct position (this step isn't necessary, just as a confirmation of alphabetical sorting).
2. Rename the same file B back to A.
Again, it does not move automatically.
3. Repeat the rename (A -> B) on the same file.
Now the file is repositioned automatically without requiring a refresh.

It appears that after the first renaming (A -> B -> A), Multi Commander "learns" how to update that file position correctly. MC "remembers" that file till you rename something else, then it "forgets" auto-sorting for the given file.

No. Can't reproduce that.. works for me. even with refresh portable.
Is it normal filesystem ? network ? it is almost like something is blocking the filesystem change notification from being sent to MC.

If you in Core settings got to log tab and enable

FileSystem log and set LogLevel to "debug / Full"

then restart and press ctrl+L, and select FileSystem Log ,  Right click and select clear.
the do the rename.

I get
2026-07-18 14:05:42.558 [64308] ChangeNotifications - FILE RENAMED, REMOVE OLD : E:\delme\b.log
2026-07-18 14:05:42.563 [103264] FSMonitor : File Added - E:\delme\z.log already exists in cache, No need to rescan
2026-07-18 14:05:44.237 [64308] ChangeNotifications - FILE RENAMED, REMOVE OLD : E:\delme\z.log
2026-07-18 14:05:44.240 [103264] FSMonitor : File Added - E:\delme\a.log already exists in cache, No need to rescan
2026-07-18 14:05:45.757 [64308] ChangeNotifications - FILE RENAMED, REMOVE OLD : E:\delme\a.log
2026-07-18 14:05:45.760 [103264] FSMonitor : File Added - E:\delme\z.log already exists in cache, No need to rescan
2026-07-18 14:05:49.220 [64308] ChangeNotifications - FILE RENAMED, REMOVE OLD : E:\delme\z.log
2026-07-18 14:05:49.226 [103264] FSMonitor : File Added - E:\delme\a.log already exists in cache, No need to rescan
2026-07-18 14:05:52.932 [64308] ChangeNotifications - FILE RENAMED, REMOVE OLD : E:\delme\a.log
2026-07-18 14:05:52.937 [103264] FSMonitor : File Added - E:\delme\g.log already exists in cache, No need to rescan
2026-07-18 14:05:54.461 [64308] ChangeNotifications - FILE RENAMED, REMOVE OLD : E:\delme\g.log
2026-07-18 14:05:54.464 [103264] FSMonitor : File Added - E:\delme\z.log already exists in cache, No need to rescan

So do you get the "ChangeNotifications " items ?


19
Strange. I can't make it not work.
Try turning the option "Automatically re-sort...." Off.. then save setting..  and then turn it back on again and save settings


20
No. it re-sort for me when I rename a file.. You sure you are sorting on name column ? (I made the mistake my self first to not switch to sort by 'name' )
it is normal filesystem. not inside a virtual one like FTP or something ? can you describe how you do the rename (There are many multiple way to do rename in MC) .

21
As much changes that the latest release had I would not be surprised if that broke.  I will check later today

22
Support and Feedback / Re: Problem with move
« on: July 15, 2026, 22:26:19 »
Sorry but this is so annoying..  That is kind of important information to provide when talking about move. since Move on same drive is same as Rename.
That is why providing steps to reproduce is important. That would have saved me 2h from trying to find an error when moving on different drives..

23
Support and Feedback / Re: Problem with move
« on: July 15, 2026, 22:16:59 »
If you previous post contained all information I needed then I would be able to reproduce it.
Yes. Different locations.. so not same drive..  I can't reproduce any error when moving to different drives, just like before.


24
Support and Feedback / Re: Problem with move
« on: July 15, 2026, 21:29:06 »
what error is shown ? what does it say ? what did the log say ? How to reproduce that ?

25
Support and Feedback / Re: Problem with move
« on: July 15, 2026, 11:54:14 »
One move issue fix in new version 3195, Not sure if it this issue. Because that was only if moving files on same drive.

Pages: [1] 2 3 4 5 ... 200