Page 1 of 1

Last character in Name of an Item within Favorite Toolbar cannot be a sign of space

Posted: 04.09.2023, 15:54
by Forez
It is impossible to have two Items with the same Name in one Favorite Toolbar. That is logical

But it is also nearly impossible to try to workaround this by adding a whitespace character an the end of a doubled Name. I mean: I can e.g. make an Item for the Left Panel like this

Code: Select all

Name:
Test Name

Program or folder:
C:\My Portables\FreeCommander\FreeCommander.exe

Parameter:
-T -C -L="C:\Test Folder"
and its Right Panel doppelganger

Code: Select all

-T -C -R="C:\Test Folder"
by giving it a Name like this

Code: Select all

Test Name_
[where the >>_<< sign represents a whitespace because this forum will not allow to show it] and then OK it - but the >>-R<< Parameter will get turned into >>-L<< if that whitespace [represented here by that >>_<<] is

● U+0009
● U+0020
● U+00A0


but not when it is

U+2000

according to the list available at https://en.wikipedia.org/wiki/Whitespace_character. This ability / inability must of course go further down that list of white space versions- but I simply just stopped when I hit the first sign that allowed me to trick FC into accepting an invisible [i.e. space] sign [that U+2000 version]


And there is also this probably related bug: https://freecommander.com/forum/viewtopic.php?t=13555


I am using Build 894 64-bit Donor Portable