echidna/src
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
..
components refactor: separate get_current_tab() from save_file_as() 2021-12-16 11:08:42 +07:00
lib style: format source files with cargo fmt 2021-11-09 05:18:23 +07:00
main.rs feat: make tabs closeable 2021-11-03 17:06:51 +07:00