echidna/src/components/window
Nefo Fortressia 8afa897776
fix: fix not defined errors in recursive_add_files_into_tree_store()
recursive_add_files_into_tree_store() tried to refer to 'filepath', which
is not defined. Use the parent_file's path to replace 'filepath'.

The function also tried to refer to 'files', which is also not defined.
Seems to be a typo of 'child_files'.
2021-11-11 07:32:14 +07:00
..
file.rs feat: make tabs closeable 2021-11-03 17:06:51 +07:00
imp.rs feat: use EchidnaSidebar in window ui file 2021-10-28 17:20:16 +07:00
menu.ui feat: implement win.save-file-as action 2021-10-31 16:58:20 +07:00
menubar.rs style: format files with Rustfmt 2021-10-31 17:30:19 +07:00
mod.rs feat: implement EchidnaWindow::to_imp() 2021-10-31 16:56:54 +07:00
sidebar.rs style: format files with Rustfmt 2021-10-31 17:30:19 +07:00
window.ui refactor: remove placeholder Getting Started page 2021-11-04 17:06:19 +07:00
workspace.rs fix: fix not defined errors in recursive_add_files_into_tree_store() 2021-11-11 07:32:14 +07:00