Search found 6 matches

by matandra
21.04.2022, 21:12
Forum: Bug Reports
Topic: 866,868 - Position of Folder menu in address bar
Replies: 2
Views: 5203

Re: 866,868 - Position of Folder menu in address bar

Did you really check the monitor positions? Normally #1 is on the left side and #2 on right side. With this arrangement everything is fine ...
by matandra
15.04.2022, 17:42
Forum: General Discussion
Topic: Access Web Link
Replies: 1
Views: 8575

Re: Access Web Link

What do you mean by "accessing"? For viewing the web site the URL is pointing to you will need a web browser. FC is a file manager and will not be able to do that.
When you have a file "name.url" you can modify the url by opening the properties of this file (Windows explorer, FC, ...) or simply open ...
by matandra
15.04.2022, 15:36
Forum: General Discussion
Topic: RegEx Newbie
Replies: 2
Views: 7008

Re: RegEx Newbie

This can be achieved with the following regular expression
search for: ([^-]+-[^-]+)(-([^-]+))?(-([^-]+))?(-[^-]+-[^-]+-[^-]+)
replace with: $1$3$5$6
Do not forget to activate the checkbox "Regular expression"
by matandra
15.04.2022, 12:13
Forum: Bug Reports
Topic: 866,868 - Position of Folder menu in address bar
Replies: 2
Views: 5203

866,868 - Position of Folder menu in address bar

I am using "Windows 10 Pro 21H2, 64-Bit" and "FreeCommander XE 2022 Build 868 64-bit donor" with two monitors.
These have identical resolution (1920 x 1200) and are arranged from left to right as #2 #1.

When I move the mouse cursor over a folder name in the address bar of a panel and click the ...
by matandra
16.05.2015, 18:40
Forum: Bug reports
Topic: Last access time not preserved on copy
Replies: 2
Views: 6327

Re: Last access time not preserved on copy

I don't think it's a bug, time created/modified is preserved, I don't know if the accessed date/time can be presserved/changed.

It IS possible to change all time values (Creation, Change, Access). Maybe the normal behavior of the underlying API function automatically updates the last access time ...
by matandra
14.05.2015, 21:29
Forum: Bug reports
Topic: Last access time not preserved on copy
Replies: 2
Views: 6327

Last access time not preserved on copy

When copying a directory structure via F5 with option "Preserve file/folder timestamp" activated the last access time of files gets updated - this is not what can be expected from the preservation setting.

The behavior is the same when using default setetings and no plugins. Is it intentional? How ...