[WIP] Tolerable drop-in replacement for VSCode.
Go to file
Nefo Fortressia 8afa897776
fix: fix not defined errors in recursive_add_files_into_tree_store()
recursive_add_files_into_tree_store() tried to refer to 'filepath', which
is not defined. Use the parent_file's path to replace 'filepath'.

The function also tried to refer to 'files', which is also not defined.
Seems to be a typo of 'child_files'.
2021-11-11 07:32:14 +07:00
.gitlab/issue_templates chore: add "Logs" to the bug issue template 2021-11-09 08:01:10 +07:00
src fix: fix not defined errors in recursive_add_files_into_tree_store() 2021-11-11 07:32:14 +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-11 06:15:48 +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