slint/tools/syntax_updater
Olivier Goffart 5613fc4416 Rename inout property to input output
`inout` and `input` are too similar, so use a longer form for `inout`

CC https://github.com/slint-ui/slint/issues/191#issuecomment-1296176978
2022-10-31 14:57:52 +01:00
..
experiments Rename inout property to input output 2022-10-31 14:57:52 +01:00
Cargo.toml Bump version number to 0.3.2 2022-10-28 09:30:14 +00:00
main.rs janitor: Update clap to 4.0 (+fix some typos) 2022-10-26 08:59:36 +02:00
README.md Syntax updater: remove the conditional flags and always update to the new syntax 2022-10-24 17:40:09 +02:00

Slint syntax updater

Use this tool to update Slint files from the current Syntax to the new experimental syntax, using the new component declaration and following the new rules tracked in issue #1750

Usage:

export SLINT_EXPERIMENTAL_SYNTAX=true
cargo run -p syntax_updater -- -i /path/to/my/app/ui/**/*.slint