Elscrux / Creation-Companion

Modding IDE for Bethesda Game Studios games, replacing the Creation Kit.
GNU General Public License v3.0
14 stars 3 forks source link

Tree View for Reference View #73

Closed Elscrux closed 1 year ago

Elscrux commented 1 year ago

Viewing References currently just takes a list of form links or assets and shows them in a list. It should be possible to switch that list to a tree view, where you can expand each reference to show the following reference of the references themselves. This should be optional as there might be a considerable overhead to get all of the recursive references (btw, only ever calculate the next tree children, not all at once (might even fail in circular dependencies)