From 62c85f1bb6a56ba7236497a4e6dcd8457d9bdcd4 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 7 Mar 2011 17:52:15 +0000 Subject: gfse: create a new concrete syntax by copying an existing one When adding a new concrete syntax to a grammar, the currently open concrete syntax will be copied. If the abstract syntax is currently open, the new concrete syntax will start out empty. --- src/editor/simple/about.html | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'src/editor/simple/about.html') diff --git a/src/editor/simple/about.html b/src/editor/simple/about.html index 8118f0584..910745b13 100644 --- a/src/editor/simple/about.html +++ b/src/editor/simple/about.html @@ -107,16 +107,15 @@ Error checks:

Concrete syntax

-At the moment, concrete syntax definitions are limited to +At the moment, the concrete syntax for a language L is limited to Available editing operations: @@ -129,6 +128,15 @@ Available editing operations:
  • Operation definitons can be added, removed and edited.
  • Definitions can be reordered (using drag-and-drop) +Also, + + Error checks: