blurymind / YarnClassic

A tool for writing interactive dialogue in games!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usability improvement: improve the order of edit node menu entries

blurymind opened this issue · comments

It would be nice if they are ordered by last created (at the top rather than the bottom) and also last accessed (use the node access history to bump to the top the last edited)

orders them by last created
dcd743d

now to explore using the access history to bump nodes up the list

an idea is to mutate the array so when opening a node, it gets bumped to the start - but thats potentially bad for commit history of yarn created files - it will constantly create diffs and be hard to read