MortenTobiasNielsen / Factorio-TAS-Generator

This is an attempt to create a helper tool for Tool Assisted Speedruns in Factorio. A guide of how to use the tool can be found here: https://www.youtube.com/watch?v=V9tuNoDqc0E&t
MIT License
13 stars 4 forks source link

Current segment panel #287

Closed theis999 closed 1 year ago

theis999 commented 1 year ago

This is an idea based on my experimentation of implementing segments. Let's call it segments lite.

The idea is to have single panel, that is virtually a copy of the steps panel. With buttons and steps grid. The grid uses the same table base as grid_steps so they have identical content however this grid hides every row before a certain step. Which is the last save step.

In this type of implementation, OnFocus handlers will make switch between which grid is active. Because there is only one new panel it should be easy to handle.

The benefit is that the user has fewer rows to look at, the scrolling of the panel therefor becomes easier and searching for a step doesn't yield results several hundred steps ago.

A suggestion on the name would be appreciated.