echidna/src/components
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
..
app style: separate @extends and @implements into separate lines 2021-10-30 04:45:09 +00:00
editor refactor: switch to .expect() from match 2021-11-01 13:57:04 +07:00
sidebar style: add license headers to source files 2021-11-08 17:43:08 +07:00
window refactor: separate get_current_tab() from save_file_as() 2021-12-16 11:08:42 +07:00
mod.rs style: format codebase with cargo fmt 2021-10-29 09:44:36 +07:00