Search found 7 matches

by Alien426
10.01.2024, 21:18
Forum: Resolved Bugs, Issues, Requests
Topic: Column profiles: Name must be first column
Replies: 2
Views: 26407

Re: Column profiles: Name must be first column

It's fixed in version 900. I'm happy.
by Alien426
23.01.2023, 14:17
Forum: Feature Requests
Topic: Multi-rename character count
Replies: 6
Views: 2970

Re: Multi-rename character count

The month name is a problem. Otherwise, regular expressions can help quite a bit: In "Search for": ^(.+?)_([A-Za-z]{3})__([A-Za-z]{3})_(\d+)__(\d+)_\.jpg$ In "Replace with": $5-$3-$4 $1.jpg Results: "The_Holton_Signal_Thu__Oct_25__1923_.jpg" => "1923-Oct-25 The_Hol...
by Alien426
23.01.2023, 11:32
Forum: Feature Requests
Topic: Multi-rename character count
Replies: 6
Views: 2970

Re: Multi-rename character count

Please note that I'm not the developer. Such a feature would be quite hard to implement. You would have to set the font of the "Old name" column to a monospace font (I don't think FreeCommander XE uses any monospace font by default) so that the characters have a fixed width. You would also...
by Alien426
23.01.2023, 08:42
Forum: Resolved Bugs, Issues, Requests
Topic: Column profiles: Name must be first column
Replies: 2
Views: 26407

Column profiles: Name must be first column

I have updated from version 860 to 880 and now when editing the column profile one can not move any column other than "Name" to the very top in the dialog, i.e. left in the file/folder list. I'm accustomed to having an order of Type, Name, Size Byte(s), Modified, Created, Attributes (usual...
by Alien426
05.08.2017, 09:32
Forum: Feature Requests
Topic: Add hashing algorithms for generating checksums
Replies: 2
Views: 4912

Add hashing algorithms for generating checksums

It would be nice if more hashing algorithms (SHA-1, SHA-256) could be added for generating checksums. Even though MD5 should not be used (citing Wikipedia below), it is still in wide use and should remain a choice in FreeCommander. "The security of the MD5 hash function is severely compromised....
by Alien426
02.02.2016, 16:20
Forum: Feature Requests
Topic: Put settings regarding paths into separate INI file
Replies: 1
Views: 3683

Put settings regarding paths into separate INI file

It would be nice if you could separate settings that deal with paths into their own configuration file.

That way one could keep the layout and actions synchronized, while having different favorites and (locked) tabs.
by Alien426
02.02.2016, 11:49
Forum: Feature Requests
Topic: Make opening folders in new tabs more consistent
Replies: 0
Views: 4946

Make opening folders in new tabs more consistent

When you middle-click a folder in the file/folder list, that folder is opened in a new tab. But when you middle-click a shortcut to a folder, it doesn't open at all. Same with the favorite folders. It would be very nice if all middle-clicks on "things pointing to folders" behaved the same ...