TL;DR
When copying train schedules from one train to another, I'd like to be able to change one of the stations in the schedule without needing to delete a station (and it's associated logic) and having to re-add it.What ?
While setting up multiple trains and train stations, I often like to use similar logic between them, which makes the ability to copy and paste train schedules very appealing. The problem is that I can not change a train station that is in a schedule without deleting the station, which deletes it's logic as well.Taking this example, I'd like to copy this schedule from my copper ore train to my iron ore train. To do this though is mostly pointless because I have to change both stations, which requires me to delete the entire station rather than just being able to change the station in place.
My ideal situation would be a method to click the station name (perhaps a ctrl/alt/shift + click) and get the same dropdown list you get when clicking the "+ Add station" button, to allow you to change the station in the schedule list.