No description
Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Aman Alam <aalam@users.noreply.hosted.weblate.org> Co-authored-by: Because789 <hubiontheroad@yahoo.com> Co-authored-by: David Carvalho <david.snt.carvalho@gmail.com> Co-authored-by: Ettore Atalan <atalanttore@googlemail.com> Co-authored-by: Fedorov Alexei <aleksejfedorov963@gmail.com> Co-authored-by: Feike Donia <feikedonia@proton.me> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Hosted Weblate user 130202 <yakup@users.noreply.hosted.weblate.org> Co-authored-by: JPLost <jpahto@gmail.com> Co-authored-by: Jiri Grönroos <jiri.gronroos@iki.fi> Co-authored-by: Joonas Tuomi <joonastapanituomi@gmail.com> Co-authored-by: Jun Hwi Ku <siguning@gmail.com> Co-authored-by: Konstantinos <kostas.lampropoulos94@gmail.com> Co-authored-by: Marko X <duffsd@gmail.com> Co-authored-by: Quentin PAGÈS <quentinantonin@free.fr> Co-authored-by: Tommi Nieminen <translator@legisign.org> Co-authored-by: Vilius Paliokas <viliuspaliokas@gmail.com> Co-authored-by: yakup <mtopac2018@gmail.com> Co-authored-by: Димко <Term0@ukr.net> Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/de/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/el/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/fi/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/ga/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/ko/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/lt/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/nl/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/oc/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/pa/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/ru/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/tr/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/uk/ Translation: Pop OS/COSMIC Edit |
||
|---|---|---|
| .github | ||
| .idea | ||
| debian | ||
| i18n | ||
| res | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| i18n.toml | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
| redoxer.sh | ||
| TESTING.md | ||
COSMIC Text Editor
Text editor for the COSMIC desktop
Currently an incomplete pre-alpha, this project is a work in progress - issues are expected.
Testing
You can test by installing a current version of Rust and then building with cargo.
git clone https://github.com/pop-os/cosmic-edit
cd cosmic-edit
cargo build
You can get more detailed errors by using the RUST_LOG environment variables, that you can invoke for just that one command like this: RUST_LOG=debug cargo run. This will give you more detail about the application state. You can go even further with RUST_LOG=trace cargo run, that shows all logging details about the application.
Clippy Lints
PRs are welcome, as it builds a better product for everyone. It is recommended that you check your code with Clippy Lints turned on. You can find more about Configuring Clippy here.
