I have request for adding button that makes possible to go to the next item on the list.

The arrows are fine. Instead of IDs there could be an option to move items up and down in the list, that would be more intuitive.
i agree IDs are not that nesesery.
But implementing button for opening next item on the list shouldn`t be hard. I guess only EditorComponent.cs need to be modified
Hi @zcaalock, it's a good idea for improvement.
If you have some knowledge on coding, feel free to fork the development_2.2 branch, and propose a patch on this (with a pull request).
Any help is much appreciated !
We have already a big todo list for version 2.2, and we do this in our free time :)
unfortunately i don`t know how to do it :(
maybe someone will do it when You add this feature to todo list :D
Hello, I can try to tackle this next. Over the next days.
Hello, I attach the current component screen. As you might notice there is already an arrow that takes you to the previous item opened, which is not considered in the mockup above.
How should these new arrows be inserted in terms of UI? I think it would be confusing to have them be next to the old arrow. Should I just put both arrows on the right side of the title? Or what? Any opinions? Otherwise, I will just hack a proof of concept up and see where it takes us.
Thank You for taking this case.
You can name it "next item" and "prev item"
Some event have a long text name, especially if you use naming conventions .
It may be a problem to take that much space for just two buttons
"Next" and "Prev" are probably enough.
You could also change the return arrow to something like this :
U+21A9 ↩
And use standard arrow for next and previous :
U+21E6 ⇦
U+21E8 ⇨
You should also use the same colour as other link arrow.
Thanks for the comments. BTW, I'm pretty busy lately so I will have to delay this. I have a WIP but there is still lots to do. I will try to deliver within 2018, but who knows. If you really care about this feature, please take over. Cheers!
I'm working on the new scenario explorer, so you have plenty of time to finish this :)
BUMP
sorry for moving this.
Just need tool to cycle through event list in the editor. This would be extremely helpful for translation process. Maybe someone could look at this?
Most helpful comment
Hello, I can try to tackle this next. Over the next days.