Skip to content

Changes

Summary

  1. Just say "dialog" instead of "parameter dialog" related to Dialog annotation (details)
  2. Really remove "Parameters" as default for 'group' (details)
  3. Reorganize description of Dialog annotation (details)
  4. Merge descriptions of Dialog 'tab' and 'group' (details)
  5. Remove 'parameter' prefix from Dialog and Selector annotation pseudo code definitions (details)
  6. Say 'entire group' instead of 'parameter-group' (details)
  7. Clean up source line break (details)
  8. Allow sentences to start with inline listing to avoid unusual use of 'parameter' (details)
  9. Break out example of tool-specific choice of group (details)
  10. Fix title case in new section heading (details)
  11. Protect space after \LaTeX (details)
  12. Align duplicated parts of lexing rules (details)
  13. Remove HTML footer links to bibliography and index (details)
  14. Avoid use of connectorSizing in example before it has been described (details)
  15. Show HTML footer link to document index as magnifying glass in page top right corner (details)
  16. Fine tune padding for correct centering of page header content (details)
  17. Stop saying that 'promote' isn't a Modelica function (details)
  18. Fix formatting of 'STRING' and 'Q-IDENT' (details)
  19. Use table to present extended BNF (details)
  20. Of the two present spellings 'NONDIGIT' and 'NON-DIGIT', go with the latter (details)
  21. Remove obsolete comment about boldface lexical units (details)
  22. Rephrase sentence with 'IDENTs' (details)
  23. Refer to Selector.caption as "a caption for display in the file dialog" (details)
  24. Say "a dialog is shown" instead of "a menu pops up" (details)
  25. More systematic use of \lstinline for figure annotations Axis and Curve (details)
  26. Break out presentation of item list from its first item (details)
  27. Fix more formatting of "(:)" for flexible array dimension clarification (details)
  28. Add missing plural 's' (details)
  29. Clean up example "Variables with array dimensions" (details)
  30. Fine tune padding at top of HTML pages (details)
Commit ac429c71500fa56a775bbb937b4010e0689744ab by Tidefelt Henrik
Just say "dialog" instead of "parameter dialog" related to Dialog annotation

The Dialog annotation is more widely useful than just for parameters.

Not touching the revision history, where "parameter dialog" is still mentioned.
The file was modified chapters/annotations.tex (diff)
Commit d107e31f86ebc1be34eed1e29c7713575a4c5fe4 by Tidefelt Henrik
Really remove "Parameters" as default for 'group'

What we did in the past was just to remove it from the Dialog example.
The file was modified chapters/annotations.tex (diff)
Commit a80b895005e87da1dd1317c86ed25e67fdbd0bc6 by Tidefelt Henrik
Reorganize description of Dialog annotation
The file was modified chapters/annotations.tex (diff)
Commit c443bb7069e534c43b511f02e275db08561a9eba by Tidefelt Henrik
Merge descriptions of Dialog 'tab' and 'group'
The file was modified chapters/annotations.tex (diff)
Commit 167fab1f3ce87c6322a0dfe98ab5b79be5673365 by Tidefelt Henrik
Remove 'parameter' prefix from Dialog and Selector annotation pseudo code definitions
The file was modified chapters/annotations.tex (diff)
Commit accca51b6293511991f72baacf45ccfe08c3b862 by Tidefelt Henrik
Say 'entire group' instead of 'parameter-group'
The file was modified chapters/annotations.tex (diff)
Commit c0516ad55b5882ab2f75fba523c979bd9059f861 by Tidefelt Henrik
Clean up source line break
The file was modified chapters/annotations.tex (diff)
Commit 7edadcde46bb4eb8e66b1ad61296660bce150fd7 by Tidefelt Henrik
Allow sentences to start with inline listing to avoid unusual use of 'parameter'
The file was modified chapters/annotations.tex (diff)
Commit a55e7763d7222218deb245f0e26725a907cd12cb by Tidefelt Henrik
Break out example of tool-specific choice of group
The file was modified chapters/annotations.tex (diff)
Commit a55b4d0d2814a5e27f5b0484f8bbc6a3b897f921 by Tidefelt Henrik
Fix title case in new section heading
The file was modified chapters/annotations.tex (diff)
Commit 235dd04c85e1da275148f3a5653d84941e66a821 by noreply
Protect space after \LaTeX
The file was modified chapters/revisions.tex (diff)
Commit 46c5526b979bb9bfa4356b34991f4d2749250f20 by Tidefelt Henrik
Align duplicated parts of lexing rules

This isn't the first time we have issues with these being out of sync.  Hopefully, maintenance will become easier now with the duplicated part being a substring of the full lexing rules.
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/syntax.tex (diff)
Commit 22821305f11c068269e670e4f4508a9eb6ecc9be by Tidefelt Henrik
Remove HTML footer links to bibliography and index
The file was modified css/MLS-navbar-left.css (diff)
Commit 6cf419ccf71089c21dc77ca88f4c15b21d552293 by Tidefelt Henrik
Avoid use of connectorSizing in example before it has been described
The file was modified chapters/annotations.tex (diff)
Commit 518a3490d6109be0d6f22a44297031bc118be1c3 by Tidefelt Henrik
Show HTML footer link to document index as magnifying glass in page top right corner
The file was modified css/MLS-navbar-left.css (diff)
The file was addedcss/Magnifying_glass_icon.svg
Commit d414a8a9fea5969736a3f17e27625a19af0830d4 by Tidefelt Henrik
Fine tune padding for correct centering of page header content
The file was modified css/MLS-navbar-left.css (diff)
Commit f0e9aa8ba826fcd52c87956efbaf1bf3e847bab0 by Tidefelt Henrik
Stop saying that 'promote' isn't a Modelica function

Fixes #2843.

It's rather embarrassing that we missed this in #2590.
The file was modified chapters/arrays.tex (diff)
Commit 972f164993f36485e774deb30ec4a39e6d7ef030 by Tidefelt Henrik
Fix formatting of 'STRING' and 'Q-IDENT'
The file was modified chapters/syntax.tex (diff)
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit 246bab1b22583eeb584bed89cad1c8f717a414a9 by Tidefelt Henrik
Use table to present extended BNF

This is similar to how we present string escape sequences, with good formatting of the textual descriptions.
The file was modified chapters/syntax.tex (diff)
Commit fa01068c52f82cbddc0f55bfe9b076e94a607295 by Tidefelt Henrik
Of the two present spellings 'NONDIGIT' and 'NON-DIGIT', go with the latter
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/syntax.tex (diff)
Commit d225428d3315a54d4980a4a5c65a272ab618b8ef by Tidefelt Henrik
Remove obsolete comment about boldface lexical units

The comment was obsolete for two reasons:
- The boldface formatting was lost in the conversion to LaTeX.
- There are annotations making use of both S-CHAR, NON-DIGIT, and UNSIGNED-INTEGER, none of which were marked with boldface in 3.4.  With so many of the lexical units actually being used, there seems to be little value in marking them.
The file was modified chapters/syntax.tex (diff)
Commit 8fce63e13bd1671cc066bff0bc11566ac6ee012d by Tidefelt Henrik
Rephrase sentence with 'IDENTs'

This seemed like a better fix than just changing to:
  \lstinline[language=grammar]!IDENT!s
The file was modified chapters/syntax.tex (diff)
Commit c573c543c8952ea6444ee99405d0044ca19fcdb9 by Tidefelt Henrik
Refer to Selector.caption as "a caption for display in the file dialog"
The file was modified chapters/annotations.tex (diff)
Commit 8caad446e124c2a1a81b6a1cf99a99b91b774ba4 by Tidefelt Henrik
Say "a dialog is shown" instead of "a menu pops up"

Preferring "is shown" over "pops up", since the former is more general.
The file was modified chapters/annotations.tex (diff)
Commit f005ac0c76183548262f70e93f3290dc9c1e7983 by Tidefelt Henrik
More systematic use of \lstinline for figure annotations Axis and Curve

Also fixing some issues with missing punctuation.
The file was modified chapters/annotations.tex (diff)
Commit 6c8de2eef005c56498eabcad6de60b87d2849860 by Tidefelt Henrik
Break out presentation of item list from its first item

(This problem was present already in 3.4.)
The file was modified chapters/functions.tex (diff)
Commit c46ed869c812b678211c76385999e8873ec61038 by Tidefelt Henrik
Fix more formatting of "(:)" for flexible array dimension clarification
The file was modified chapters/functions.tex (diff)
The file was modified chapters/revisions.tex (diff)
The file was modified chapters/arrays.tex (diff)
Commit 000557c959f92b38353d1749b99653f702f2132e by Tidefelt Henrik
Clean up example "Variables with array dimensions"

Fixes #2855.

(I have checked that the longer lines don't wrap.)
The file was modified chapters/classes.tex (diff)
Commit fd2f0ba4f88907c6c22caf7332933799f13e54a5 by Tidefelt Henrik
Fine tune padding at top of HTML pages

Addressing change requested by Hans in review comment.
The file was modified css/MLS-navbar-left.css (diff)
The file was modified css/MLS.css (diff)

Summary

  1. Just say "dialog" instead of "parameter dialog" related to Dialog annotation (details)
  2. Really remove "Parameters" as default for 'group' (details)
  3. Reorganize description of Dialog annotation (details)
  4. Merge descriptions of Dialog 'tab' and 'group' (details)
  5. Remove 'parameter' prefix from Dialog and Selector annotation pseudo code definitions (details)
  6. Say 'entire group' instead of 'parameter-group' (details)
  7. Clean up source line break (details)
  8. Allow sentences to start with inline listing to avoid unusual use of 'parameter' (details)
  9. Break out example of tool-specific choice of group (details)
  10. Fix title case in new section heading (details)
  11. Protect space after \LaTeX (details)
  12. Align duplicated parts of lexing rules (details)
  13. Remove HTML footer links to bibliography and index (details)
  14. Avoid use of connectorSizing in example before it has been described (details)
  15. Show HTML footer link to document index as magnifying glass in page top right corner (details)
  16. Fine tune padding for correct centering of page header content (details)
  17. Stop saying that 'promote' isn't a Modelica function (details)
  18. Fix formatting of 'STRING' and 'Q-IDENT' (details)
  19. Use table to present extended BNF (details)
  20. Of the two present spellings 'NONDIGIT' and 'NON-DIGIT', go with the latter (details)
  21. Remove obsolete comment about boldface lexical units (details)
  22. Rephrase sentence with 'IDENTs' (details)
  23. Refer to Selector.caption as "a caption for display in the file dialog" (details)
  24. Say "a dialog is shown" instead of "a menu pops up" (details)
  25. More systematic use of \lstinline for figure annotations Axis and Curve (details)
  26. Break out presentation of item list from its first item (details)
  27. Fix more formatting of "(:)" for flexible array dimension clarification (details)
  28. Add missing plural 's' (details)
  29. Clean up example "Variables with array dimensions" (details)
  30. Fine tune padding at top of HTML pages (details)
Commit ac429c71500fa56a775bbb937b4010e0689744ab by Tidefelt Henrik
Just say "dialog" instead of "parameter dialog" related to Dialog annotation

The Dialog annotation is more widely useful than just for parameters.

Not touching the revision history, where "parameter dialog" is still mentioned.
The file was modified chapters/annotations.tex (diff)
Commit d107e31f86ebc1be34eed1e29c7713575a4c5fe4 by Tidefelt Henrik
Really remove "Parameters" as default for 'group'

What we did in the past was just to remove it from the Dialog example.
The file was modified chapters/annotations.tex (diff)
Commit a80b895005e87da1dd1317c86ed25e67fdbd0bc6 by Tidefelt Henrik
Reorganize description of Dialog annotation
The file was modified chapters/annotations.tex (diff)
Commit c443bb7069e534c43b511f02e275db08561a9eba by Tidefelt Henrik
Merge descriptions of Dialog 'tab' and 'group'
The file was modified chapters/annotations.tex (diff)
Commit 167fab1f3ce87c6322a0dfe98ab5b79be5673365 by Tidefelt Henrik
Remove 'parameter' prefix from Dialog and Selector annotation pseudo code definitions
The file was modified chapters/annotations.tex (diff)
Commit accca51b6293511991f72baacf45ccfe08c3b862 by Tidefelt Henrik
Say 'entire group' instead of 'parameter-group'
The file was modified chapters/annotations.tex (diff)
Commit c0516ad55b5882ab2f75fba523c979bd9059f861 by Tidefelt Henrik
Clean up source line break
The file was modified chapters/annotations.tex (diff)
Commit 7edadcde46bb4eb8e66b1ad61296660bce150fd7 by Tidefelt Henrik
Allow sentences to start with inline listing to avoid unusual use of 'parameter'
The file was modified chapters/annotations.tex (diff)
Commit a55e7763d7222218deb245f0e26725a907cd12cb by Tidefelt Henrik
Break out example of tool-specific choice of group
The file was modified chapters/annotations.tex (diff)
Commit a55b4d0d2814a5e27f5b0484f8bbc6a3b897f921 by Tidefelt Henrik
Fix title case in new section heading
The file was modified chapters/annotations.tex (diff)
Commit 235dd04c85e1da275148f3a5653d84941e66a821 by noreply
Protect space after \LaTeX
The file was modified chapters/revisions.tex (diff)
Commit 46c5526b979bb9bfa4356b34991f4d2749250f20 by Tidefelt Henrik
Align duplicated parts of lexing rules

This isn't the first time we have issues with these being out of sync.  Hopefully, maintenance will become easier now with the duplicated part being a substring of the full lexing rules.
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/syntax.tex (diff)
Commit 22821305f11c068269e670e4f4508a9eb6ecc9be by Tidefelt Henrik
Remove HTML footer links to bibliography and index
The file was modified css/MLS-navbar-left.css (diff)
Commit 6cf419ccf71089c21dc77ca88f4c15b21d552293 by Tidefelt Henrik
Avoid use of connectorSizing in example before it has been described
The file was modified chapters/annotations.tex (diff)
Commit 518a3490d6109be0d6f22a44297031bc118be1c3 by Tidefelt Henrik
Show HTML footer link to document index as magnifying glass in page top right corner
The file was modified css/MLS-navbar-left.css (diff)
The file was addedcss/Magnifying_glass_icon.svg
Commit d414a8a9fea5969736a3f17e27625a19af0830d4 by Tidefelt Henrik
Fine tune padding for correct centering of page header content
The file was modified css/MLS-navbar-left.css (diff)
Commit f0e9aa8ba826fcd52c87956efbaf1bf3e847bab0 by Tidefelt Henrik
Stop saying that 'promote' isn't a Modelica function

Fixes #2843.

It's rather embarrassing that we missed this in #2590.
The file was modified chapters/arrays.tex (diff)
Commit 972f164993f36485e774deb30ec4a39e6d7ef030 by Tidefelt Henrik
Fix formatting of 'STRING' and 'Q-IDENT'
The file was modified chapters/syntax.tex (diff)
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit 246bab1b22583eeb584bed89cad1c8f717a414a9 by Tidefelt Henrik
Use table to present extended BNF

This is similar to how we present string escape sequences, with good formatting of the textual descriptions.
The file was modified chapters/syntax.tex (diff)
Commit fa01068c52f82cbddc0f55bfe9b076e94a607295 by Tidefelt Henrik
Of the two present spellings 'NONDIGIT' and 'NON-DIGIT', go with the latter
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/syntax.tex (diff)
Commit d225428d3315a54d4980a4a5c65a272ab618b8ef by Tidefelt Henrik
Remove obsolete comment about boldface lexical units

The comment was obsolete for two reasons:
- The boldface formatting was lost in the conversion to LaTeX.
- There are annotations making use of both S-CHAR, NON-DIGIT, and UNSIGNED-INTEGER, none of which were marked with boldface in 3.4.  With so many of the lexical units actually being used, there seems to be little value in marking them.
The file was modified chapters/syntax.tex (diff)
Commit 8fce63e13bd1671cc066bff0bc11566ac6ee012d by Tidefelt Henrik
Rephrase sentence with 'IDENTs'

This seemed like a better fix than just changing to:
  \lstinline[language=grammar]!IDENT!s
The file was modified chapters/syntax.tex (diff)
Commit c573c543c8952ea6444ee99405d0044ca19fcdb9 by Tidefelt Henrik
Refer to Selector.caption as "a caption for display in the file dialog"
The file was modified chapters/annotations.tex (diff)
Commit 8caad446e124c2a1a81b6a1cf99a99b91b774ba4 by Tidefelt Henrik
Say "a dialog is shown" instead of "a menu pops up"

Preferring "is shown" over "pops up", since the former is more general.
The file was modified chapters/annotations.tex (diff)
Commit f005ac0c76183548262f70e93f3290dc9c1e7983 by Tidefelt Henrik
More systematic use of \lstinline for figure annotations Axis and Curve

Also fixing some issues with missing punctuation.
The file was modified chapters/annotations.tex (diff)
Commit 6c8de2eef005c56498eabcad6de60b87d2849860 by Tidefelt Henrik
Break out presentation of item list from its first item

(This problem was present already in 3.4.)
The file was modified chapters/functions.tex (diff)
Commit c46ed869c812b678211c76385999e8873ec61038 by Tidefelt Henrik
Fix more formatting of "(:)" for flexible array dimension clarification
The file was modified chapters/functions.tex (diff)
The file was modified chapters/revisions.tex (diff)
The file was modified chapters/arrays.tex (diff)
Commit 000557c959f92b38353d1749b99653f702f2132e by Tidefelt Henrik
Clean up example "Variables with array dimensions"

Fixes #2855.

(I have checked that the longer lines don't wrap.)
The file was modified chapters/classes.tex (diff)
Commit fd2f0ba4f88907c6c22caf7332933799f13e54a5 by Tidefelt Henrik
Fine tune padding at top of HTML pages

Addressing change requested by Hans in review comment.
The file was modified css/MLS-navbar-left.css (diff)
The file was modified css/MLS.css (diff)