Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config option for numbering tool to only set next number #42

Closed
DamirPorobic opened this issue Feb 21, 2019 · 2 comments · Fixed by #163
Closed

Add config option for numbering tool to only set next number #42

DamirPorobic opened this issue Feb 21, 2019 · 2 comments · Fixed by #163
Assignees

Comments

@DamirPorobic
Copy link
Member

Currently we can set the first number with the numbering tool. If some numbers have already been drawn, changing the start number changes all existing numbers to keep them consecutive. Users have requested to have an option to switch back to the old behavior where changing the number resulted in only changing the number of the next item.

@fnkabit
Copy link
Contributor

fnkabit commented Nov 14, 2020

Would it make sense to have the following behaviour instead ?

  • if a number is selected, control would specify (and allow for changing) the value of the currently selected number
  • if no number is selected, control would specify the value of the next number (number of items on screen + 1)

@DamirPorobic
Copy link
Member Author

This is actually the behavior that was before I moved all the annotation logic to the annotator and one of the earliest ksnip supporters request this to be changed, for quite some time, so I though let's bring it back here as a config option.

What you suggest might be more difficult to implement but the value of this feature is in my opinion rather small, so I would implement it as simple as possible and move on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants