No description
Co-authored-by: Fedorov Alexei <aleksejfedorov963@gmail.com> Co-authored-by: Feike Donia <feikedonia@proton.me> Co-authored-by: Guðmundur Erlingsson <gudmundure@gmail.com> Co-authored-by: Priit Jõerüüt <jrthwlate@users.noreply.hosted.weblate.org> Co-authored-by: Stepan Denysenko <stepden04@gmail.com> Co-authored-by: Walter William Beckerleg Bruckman <spayk.99@protonmail.com> Co-authored-by: oddib <oddbjorn.mr@hotmail.no> Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/eo/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/es/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/es_419/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/et/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/is/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/nn/ 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/uk/ Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/zh_Hant/ Translation: Pop OS/COSMIC Edit |
||
|---|---|---|
| .github | ||
| debian | ||
| i18n | ||
| res | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| i18n.toml | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
| redoxer.sh | ||
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.
