Skip to content
Snippets Groups Projects
Commit 0cae24f3 authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

Set date for 1.6.0 (Toolbox) release.

[Documentation][Toolbox][TLC]
parent 9f83670d
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@
This is Version 1.6.0 of Day Month 20?? and includes:
- SANY Version 2.1 of 23 July 2017
- TLC Version 2.13 of 18 July 2018
- PlusCal Version 1.8 of 16 May 2018
- TLC Version 2.14 of 10 July 2019
- PlusCal Version 1.9 of 10 July 2019
- TLATeX Version 1.0 of 20 September 2017
Don't forget to click on help. You can learn about features that you never knew about or have forgotten.
......
......@@ -30,7 +30,7 @@
</property>
<property
name="aboutText"
value="TLA+ Toolbox provides a user interface for TLA+ Tools. &#x0A;&#x0A;This is Version 1.6.0 of Day Month 20?? and includes:&#x0A; - SANY Version 2.1 of 23 July 2017&#x0A; - TLC Version 2.13 of 18 July 2018&#x0A; - PlusCal Version 1.8 of 16 May 2018&#x0A; - TLATeX Version 1.0 of 20 September 2017&#x0A;&#x0A;Don&apos;t forget to click on help. You can learn about features that you never knew about or have forgotten.&#x0A;&#x0A;Please send us reports of problems or suggestions; see https://groups.google.com/d/forum/tlaplus .&#x0A;&#x0A;Some icons used in the Toolbox were provided by www.flaticon.com">
value="TLA+ Toolbox provides a user interface for TLA+ Tools. &#x0A;&#x0A;This is Version 1.6.0 of 10 July 2019 and includes:&#x0A; - SANY Version 2.1 of 23 July 2017&#x0A; - TLC Version 2.14 of 10 July 2019&#x0A; - PlusCal Version 1.9 of 10 July 2019&#x0A; - TLATeX Version 1.0 of 20 September 2017&#x0A;&#x0A;Don&apos;t forget to click on help. You can learn about features that you never knew about or have forgotten.&#x0A;&#x0A;Please send us reports of problems or suggestions; see https://groups.google.com/d/forum/tlaplus .&#x0A;&#x0A;Some icons used in the Toolbox were provided by www.flaticon.com">
</property>
<property
name="aboutImage"
......
......@@ -198,7 +198,7 @@ public class ToolboxIntroPart extends IntroPart implements IIntroPart {
/* Examples */
final StyledText styledExamples = new StyledText(outerContainer, SWT.WRAP | SWT.CENTER);
styledExamples.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, false, 2, 1));
styledExamples.setLayoutData(new GridData(SWT.CENTER, SWT.CENTER, true, false, 2, 1));
styledExamples.setBackground(backgroundColor);
String exampleText = "Clicking on one of the buttons below imports an introductory example into the "
+ "Toolbox. More examples can be found in the TLA+ examples repository.\nTo run the TLC model "
......@@ -431,7 +431,7 @@ public class ToolboxIntroPart extends IntroPart implements IIntroPart {
final Label lblVersion = new Label(outerContainer, SWT.WRAP);
lblVersion.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 2, 1));
lblVersion.setText("Version 1.6.0 of Day Month 20??");
lblVersion.setText("Version 1.6.0 of 10 July 2019");
lblVersion.setBackground(backgroundColor);
}
......
......@@ -23,7 +23,7 @@ public class TLCGlobals
public static final int DEFAULT_CHECKPOINT_DURATION = (30 * 60 * 1000) + 42;
// The current version of TLC
public static String versionOfTLC = "Version 2.13 of 18 July 2018";
public static String versionOfTLC = "Version 2.14 of 10 July 2019";
// The bound for set enumeration, used for pretty printing
public static int enumBound = 2000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment