echidna/src/components
Nefo Fortressia e0d353a10b
refactor: remove double pointer in setting a file's tab title
This is because the file name is an &OsStr converted to &str and thus already a pointer.
2021-12-18 17:34:27 +07:00
..
app style: separate @extends and @implements into separate lines 2021-10-30 04:45:09 +00:00
editor refactor: use match when processing EchidnaCoreEditor's initial file 2021-12-18 17:29:39 +07:00
sidebar feat: implement Default for EchidnaSidebar 2021-12-18 17:17:15 +07:00
tab_label refactor: set unused parameters in TabLabel as unused 2021-12-18 17:30:28 +07:00
window refactor: remove double pointer in setting a file's tab title 2021-12-18 17:34:27 +07:00
mod.rs refactor: make tab label their own widget 2021-11-15 07:14:59 +07:00