#168 closed defect (fixed)
poor detection of lowest unused model ID number
Reported by: | Elaine Meng | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: | Eric Pettersen | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | chimera |
Description
If you close everything, model ID numbers start over at 1, but otherwise, there is poor detection of lowest unused number as additional models are opened.
Currently if you don't close everything, it seems to pick the lowest number not yet used in the session even if there are many lower numbers available (i.e. models had been closed).
I favor the lowest-available approach as used in Chimera1. Tom G suggests an alternative: add 1 to the highest number currently in use. Either would be an improvement over current behavior.
I didn't know how to classify or assign this; feel free to change it.
Change History (2)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Component: | User Interface → Core |
---|
Note:
See TracTickets
for help on using tickets.
Fixed.
Assigned lowest unused model id (or submodel id) to new models.