FileCollector is a cross-platform desktop utility for efficiently collecting and organizing files from a working directory into a merged text file. It features a checkable directory tree, flexible ...
-- BUG: layout_gui_tree costs O(k*N) per frame where k = property changes per frame -- and N = total GUI nodes. Two problems compound: -- 1. request_layout_refresh() calls _flush_layout_tree() ...