cogentcore / cogent

A powerful, fast, elegant software ecosystem for all platforms.

Home Page:https://cogentcore.org/cogent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileTree: sort by date does not take effect immediately -- need to trigger a full rebuild

rcoreilly opened this issue · comments

UpdateFiles doesn't update either. needs to be a more significant rebuild than that..

issue is that std TreeView SyncToSrc is only called on a "struct" change (appropriately) -- this is not one of those.

just added a TreeView ReSync method for such situations. The UpdateFiles in gide now calls this. also keep in mind for any other non-update triggers..