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] 6 7 8 9 ... 189
101
You see how many items it will delete there. But it starts to delete without asking for a confirmation.

But you want to show an extra dialog when it scanned and collected what files and folders it would delete.. for each time you do a delete and ask (eg.. Sure you want to delete 43 files and 3 folders? ) ??
That would annoy most users. So that will defiantly have to be a OptIn option.


102
yes Backspace/space  go to previous / next image.

Arrow key are used to move the image if you are zoomed in.

Because image viewer is an extension with its own Window it does not fit into the keyboard customization framework that MC have.
But there is plans to rewrite how that works.. then it will support it. but I can't say when that will happen since that is a major change.


103
Support and Feedback / Re: Regex matches in MR
« on: April 02, 2025, 13:50:23 »
Don't forget to check the "RegEx" checkbox

104
Support and Feedback / Re: Regex matches in MR
« on: April 02, 2025, 13:42:36 »
There are variants of RegEx.. I think MC is using ECMAScript standard of regex.

Exactly how it works I don't know. MC is using code that exists in c++ for it.



But it works for me

105
I'm not able to test it at the moment..

But to get this right.
Folder sizing show wrong size on network path that are extra long ( Longer then 255char ) ?

Long path support is supported. but it might fail on some places. since not all windows API support it.
I know it worked before. But folder sizing has been reworked since then.
But it can most likely be fixed if it is an issue. I will check tomorrow

106
Support and Feedback / Re: time display
« on: March 27, 2025, 15:41:58 »
The date/time is the same. A Timestamp that a file has in NTFS is the number of 100-nanosecond intervals that have elapsed since 12:00 A.M. January 1, 1601 (UTC).
So Time and Date are not set separate. it is one very big value.

So a step further: When I now change the time on that Jan. 5 file to 2:47p, the "correct" time of 1:47 displays (the time I entered).

But what happens when we go on standard time? I think it will say the wrong time (2:47).

And therefore, I think the rule is... when I enter a new time, the current regime (DST vs. Standard) will control rather than the date on the file.

"Adjust for DST" is only for display in filelist.
The problem is that local time is used when settings the timestamp. Sometimes you might want to use the date from the specified timestamp.
Problem is if it should use date from the timestamp to set. and then viewing it.. it would be wrong if DST did not match with local.
Maybe a checkbox in the Set filetime dialog that lets you decided.. but then we got more advanced option that people will not understand.

The problem is no matter what you do there are senarios where it shows wrong. If you really need exact time always. then go for showing time in UTC.

DST/Timezone are tricky.. there are even special timestamp ranges in local time that is impossible to convert to UTC
(When you switch the clock back.. at 02:59 -> 02:00   that day. the local time is 02:00 -> 02:59 twice, )


107
Feature Requests and Suggestions / Re: How to synchronize Panels
« on: March 27, 2025, 15:09:43 »

Ctrl+.  (dot) - Will make the opposite panel go to same location as current panel

108
Beta Releases / 15.3
« on: March 27, 2025, 07:25:34 »

v15.2 beta ( Build 3079 )
 --3082
 
  ADDED - MultiScript StrReplace now support a 4 parameter for option, and option can be "ignorecase"
  ADDED - Option to show a extra confirmation box based on rules. (Advanced) Manual edit of rules in ConfirmationRules.xml needed
  ADDED - Option to show a extra confirmation box before COPY/MOVE/DELETE, By default it is OFF !!
  FIXED - 2 Stability issues

-- 3079 - 2025-03-31
  ADDED - Columns showing a DATE can now be configured to show the date raw/utc, (No translation to local time)
  FIXED - SFTP Incresed connection timeout. Some servers was slow to respond when connecting
  FIXED - ImageViewer can now show images located in extra long path
  FIXED - Folder sizing extra long folder paths now works again
  FIXED - Dynamic Submenu item for shell context menu now works again

-- 3078
FIXED - Fixed shell context menu. It does now handle errors from 3rd party shell extensions better, and if shell extension crash it might not bring MC with it


~80% of all crashes with MultiCommander is because of 3rd party shell extensions.. This fix should prevent MultiCommander from crashes when a shell extensions crashes.

You can now enabled an extra confirmation box when doing copy/delete/move. that say  You are about to delete 100GB. Sure you want to delete.. (or copy if you are doing copy)
Yes very annoying. But IF you want this. you have to enable in the core settings in the FileSystem tab. It is NOT on by defaut.
I don't see many want this. However. There is other settings for this.."Use rules" for this feature.

This allows you do define some rules when you want to show this.. Like If you delete from H:\* and totalsize is over 200G . Or if you delete files from C:\Windows..  Then you might was to show this extra warning.
But to use the rules you have to edit the ConfirmationRules.xml config file manually. There is no editor. and it is not planed for one. Not now.


109
Support and Feedback / Re: time display
« on: March 26, 2025, 22:03:41 »
So the dates are 5-Jan . och not 1 May?

I'm not able to reproduce it.

Since the different is 1h it look like a DST issue.  But unless you are in australia (or south america), you should not have DST in Januari.
What dates do you get if you uncheck "adjust datetime for DST"

Hmm are you in a timezone that already entered DST ? then when you set the time 1:47 the time really is 12:47 when you remove the DST..   So Showing it as 12:47 because adjust for DST is enabled, so it removed the DST of the time since 5-January does not have DST.

NTFS stores the dates as UTC.  then for viewing the timezone and possible DST is added.

110
Translations And Language Packs / Re: Dutch language
« on: March 26, 2025, 16:06:32 »
Menu > Configuration > Core Settings



111
Translations And Language Packs / Re: Dutch language
« on: March 26, 2025, 11:04:51 »

112
Support and Feedback / Re: time display
« on: March 26, 2025, 08:02:48 »
A wait I think that is the famous Daylight saving issue.

All file dates are stored in the file system as UTC (except Fat32..and some other old filesystem)
When a date is shown the date is normally translated your timezone plus DTS (daylight saving).

Problem is that when you view a date that is 1-May 2025 11:00, (Summer time, DST) but you view in during normal time (NO DST)

Should the date be shown with or without DST. both are correct. depending on view point.

In Exploer Panel settings. under Date / Time format. There is an option for "Adjust datetime for DST"

113
Support and Feedback / Re: time display
« on: March 26, 2025, 07:43:05 »
The columns.. are both the date columns the extended columns ? or are modified the standard "date" column. ?
If you enable the standard date column and extended date modified column, do they show same or different time ?

If it is extended modified date column.. Have you forced a refresh ?,  A lot of the extended column will cache there values.. and a force refresh will reload them

Also the filesystem is normal NTFS ? or mapped to network share ? or FAT32/FatEx filesystem ?

114
Support and Feedback / Re: time display
« on: March 25, 2025, 21:46:33 »
Im not able to reproduce that.

Can you describe exactly what you are doing.

115
Translations And Language Packs / Re: Dutch language
« on: March 25, 2025, 21:42:29 »
You change language in Core Settings.

116
Support and Feedback / Re: Column widths not sticking
« on: March 18, 2025, 22:13:50 »
In older version it was named that.

117
Fixed in build 3077

119
Support and Feedback / Re: phone icon
« on: March 18, 2025, 15:30:50 »
Might be fixed in build 15.2.3077

120
Support and Feedback / Re: [Issue] Copy file: unhandled error
« on: March 18, 2025, 15:30:24 »
Fixed in build 3077

121
Fixed in build 3077

122
Support and Feedback / Re: Column widths not sticking
« on: March 17, 2025, 08:28:22 »
Have you right clicked on column header and selected "save current layout as default" ?

Also make sure option "Auto-fit columns to view width" is off. Since this will auto change the sizes.



123
Support and Feedback / Re: Per folder view mode?
« on: March 05, 2025, 22:14:12 »
Each panel remeber its view mode. currently there is no Per folder view settings. but that is planed.

124
Support and Feedback / Re: phone icon
« on: March 05, 2025, 17:59:50 »
try to reinstall. Look like the portable extension is old and using wrong icon.. the icon library was extended with more icons. so if there is a missatch of versions of the dll's it might pickup the wrong version

125
Support and Feedback / Re: Can not move some files
« on: March 04, 2025, 22:27:15 »
I don't know. I cannot recreate that issue.

Pages: 1 2 3 4 [5] 6 7 8 9 ... 189