You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -995,7 +998,7 @@ public final void focusLost(FocusEvent e) {}
995
998
left = myCustomPanel;
996
999
} elseif (settingsOpen > 1) {
997
1000
if (myEvaluatorPanel == null)
998
-
myEvaluatorPanel = newOurConsole(evaluator, true, "The ", true, "Alloy Evaluator ", false, "allows you to type\nin Alloy expressions and see their values\nat the currently focused state (left-hand side).\nFor example, ", true, "univ", false, " shows the list of all\natoms on the left-hand state.\n(You can press UP and DOWN to recall old inputs).\n"); // [HASLab]
1001
+
myEvaluatorPanel = newOurConsole(evaluator, true, "The ", true, "Alloy Evaluator ", false, "allows you to type\nin Alloy expressions and see their values\nat the currently focused state (left-hand side).\nFor example, ", true, "univ", false, " shows the list of all\natoms on the left-hand state.\n(You can press UP and DOWN to recall old inputs).\n"); // [HASLab]
999
1002
try {
1000
1003
evaluator.compute(newFile(xmlFileName));
1001
1004
myEvaluatorPanel.setCurrent(current); // [HASLab] set evaluator state
0 commit comments