When copying a control/indicator/constant, the new label name is generated automatically by incrementing a trailing number, or adding one if it didn't exist. I almost never keep the suggested label (so this would also be useful), but I do have other predictable changes that will usually be made. Most commonly, it will be to "auto-increment" a lone letter, either at the start or end of the label. For example:
"X Axis" -> "Y Axis" and then "Z axis"
"e_a" -> "e_b", "e_c", ...
My suggestion is for a simple smart algorithm to recognise where there is a single letter (defined by either punctuation or spaces) at either end of the existing label, and if so, to increment that letter rather than add a number. The existence of a trailing number should take preference over this check, and could still be added if one doesn't already exist (though see here).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 4 kudos within 4 years after posting will be automatically declined.