diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-07-14 19:16:46 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-07-14 19:16:55 +0200 |
| commit | b2eb664586b8d464e3382101846e4bde250285df (patch) | |
| tree | 3dc8862cd83970d02f80d614b56b8fa7ec906b07 | |
| parent | 92a1cacd621bdca6145ede55e8187eca28ea4d3f (diff) | |
FLUID File Format Documentation Fixes
| -rw-r--r-- | fluid/README_fl.txt | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/fluid/README_fl.txt b/fluid/README_fl.txt index b054f01ca..6cd14fe08 100644 --- a/fluid/README_fl.txt +++ b/fluid/README_fl.txt @@ -175,12 +175,22 @@ an Option is missing, a default value is assumed. extension e.g. “.cxx” "snap" <word> : starting in V1.4 since May 2023, the 'snap' keyword can be - used to store one layout suite with three presets. 'snap' if followed by - a '{', then a 'name' word followed by the name of the suite, and three - 'preset' words, each followed by a '{', a version number, and 24 - integers (V1), followed by a '}'. 'snap' is claosed with a trailin '}'. - As with other attributes, the content of 'snap' appears like a single - word to unsuspecting readers. + used to store the selected layout and preset and include more suites + of presets. The format looks like this: + + snap { optional snap Word since 5.2023 + ver 1 version of following data + current_suite {My Test} opt. name of suite selected at save time + current_preset 1 opt. preset selected within suite + suite { optional suite store within project + name {MyLayout v0.3} name of the layout + preset { 1 3x preset, preset version + (24 integers) values representing the layout preset + } + ... (two more presets) + } + ... (opt. more suites) + } "gridx" <word> : ignored |
