Search found 7 matches
- 10.01.2024, 21:18
- Forum: Resolved Bugs, Issues, Requests
- Topic: Column profiles: Name must be first column
- Replies: 2
- Views: 53802
Re: Column profiles: Name must be first column
It's fixed in version 900. I'm happy.
- 23.01.2023, 14:17
- Forum: Feature Requests
- Topic: Multi-rename character count
- Replies: 6
- Views: 6401
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_Holton_Signal.jpg"
"Netawaka_Chief ...
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_Holton_Signal.jpg"
"Netawaka_Chief ...
- 23.01.2023, 11:32
- Forum: Feature Requests
- Topic: Multi-rename character count
- Replies: 6
- Views: 6401
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 have to ...
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 have to ...
- 23.01.2023, 08:42
- Forum: Resolved Bugs, Issues, Requests
- Topic: Column profiles: Name must be first column
- Replies: 2
- Views: 53802
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 (usually ...
I'm accustomed to having an order of Type, Name, Size Byte(s), Modified, Created, Attributes (usually ...
- 05.08.2017, 09:32
- Forum: Feature Requests
- Topic: Add hashing algorithms for generating checksums
- Replies: 2
- Views: 5783
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 ...
"The security of the MD5 hash function is severely compromised ...
- 02.02.2016, 16:20
- Forum: Feature Requests
- Topic: Put settings regarding paths into separate INI file
- Replies: 1
- Views: 4532
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.
That way one could keep the layout and actions synchronized, while having different favorites and (locked) tabs.
- 02.02.2016, 11:49
- Forum: Feature Requests
- Topic: Make opening folders in new tabs more consistent
- Replies: 0
- Views: 6133
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 way ...
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 way ...