Example:
Z1
B2
A3
T4...
Expected behaviour:
A3
B2
T4
Z1
Either it doesn't sort at all, or this is intended. I can't see this happening by mistake.
It will do
A1
B1
A2
B2
A3
A4
...
A10
etc.
so it does sort, but the string in front of the number needs to be more than one letter before it will.
This behaviour has been present since at least 111.2.2. As Ters say, I'm not sure whether this is a bug or a feature.
Strange feature. Sorting ignoring first letter doesn't happen by itself. Maybe it assumes that the first character is a parenthesis, as in (123) London-Paris.
Indeed it does, as those parenthesis will (or at least did) reappear after saving the line. Those were autogenerated and could not been edited away. Aparently this part of code broke then when free names were allowed.
Fixed with r6666.
Sorting will not ignore first character anymore (for the exception of opening parenthesis).