echidna/src/components/window
Nefo Fortressia ce8fb5dd12
refactor: separate get_current_tab() from save_file_as()
EchidnaWindow.get_current_tab() can now be used independently.

This will help with reusing it in another places. I think it will be used a lot.

Additionally, it will return Result<A, &str> instead of panicking, as it's a utils function now and should never panic.
2021-12-16 11:08:42 +07:00
..
file.rs refactor: separate get_current_tab() from save_file_as() 2021-12-16 11:08:42 +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 refactor: update all Git links to the GitLab repo 2021-11-10 16:32:40 +07:00
mod.rs refactor: separate get_current_tab() from save_file_as() 2021-12-16 11:08:42 +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 refactor: switch to .expect() from match 2021-11-01 13:57:04 +07:00