[WIP] Tolerable drop-in replacement for VSCode.
Go to file
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
.gitlab/issue_templates chore: add "Logs" to the bug issue template 2021-11-09 08:01:10 +07:00
src refactor: separate get_current_tab() from save_file_as() 2021-12-16 11:08:42 +07:00
.gitignore refactor: rewrite in Rust 2021-10-18 15:02:41 +07:00
.pre-commit-config.yaml chore: pin pre-commit repos to their latest version 2021-11-13 13:44:41 +07:00
Cargo.lock feat: implement win.save-file-as action 2021-10-31 16:58:20 +07:00
Cargo.toml feat: implement win.save-file-as action 2021-10-31 16:58:20 +07:00
LICENSE refactor: rewrite in Rust 2021-10-18 15:02:41 +07:00
README.md refactor: rewrite in Rust 2021-10-18 15:02:41 +07:00
clippy.toml chore(clippy): set "clippy::style" rule to deny 2021-10-22 10:37:12 +07:00

README.md

Echidna Code Editor