Bug #5726
closedactor names ending in digit renamed on canvas
0%
Description
There are several actors in the biokepler suite with names ending in digits: yn00, run-mummer1, primer3. When they are added to the canvas, the digit is removed from the name. To fix this, the numbers should not be removed. If there is already an actor with the same name, then a suffix like _2, _3, etc., could be used.
Updated by Christopher Brooks about 12 years ago
Is this a duplicate of bug #4049 at
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4049
See also
https://chess.eecs.berkeley.edu/bugzilla/show_bug.cgi?id=61
Updated by Daniel Crawl about 12 years ago
Christopher wrote:
Is this a duplicate of bug #4049 at
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4049
See also
https://chess.eecs.berkeley.edu/bugzilla/show_bug.cgi?id=61
The fix for https://chess.eecs.berkeley.edu/bugzilla/show_bug.cgi?id=61 was to not remove the trailing underscores. However, trailing digits are removed. Why this is done? It's not required to generate a unique name.
This is a duplicate of bug #4049 comments 4 and 5, but not 1-3.
Updated by Daniel Crawl over 11 years ago
- Status changed from New to Resolved
I found that if the display name is set and the display name is different from the name, then the ending digits are not removed when the actor is placed on the canvas. For all the biokepler actors whose names end in a digit, I set the display name and made the name different by appending a space.