echidna/src/components/window
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
..
file.rs refactor: remove double pointer in setting a file's tab title 2021-12-18 17:34:27 +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: use gtk::show_uri() instead of webbrowser crate 2021-12-13 12:30:43 +07:00
mod.rs style: reorder import order in window/mod.rs 2021-11-12 16:56:45 +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 unexpected } in workspace.rs 2021-12-17 02:26:44 +00:00