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
For examples of how to do this (and some generic functions you can use), see
/com.epistimis.uddl/src/com/epistimis/uddl/formatting2/UddlFormatter.xtend
The task is to use what you see as an example and extend the code to properly format every Query grammar element. You'll need to create one or more query files, each containing at least 3 of each of the things described in the Query.xtext file.
The text was updated successfully, but these errors were encountered:
Update QueryFormatter.xtend so that it properly formats everything.
To see how the formatter works, install everything per the setup instructions. Then start a second Eclipse.
In that second Eclipse,
/com.epistimis.uddl.tests/src/com/epistimis/uddl/tests/UDDL_SDM_Min.uddl
Modifying the code
The code that formats UDDL Queries can be found in
/com.epistimis.uddl.query/src/com/epistimis/uddl/query/formatting2/QueryFormatter.xtend
For examples of how to do this (and some generic functions you can use), see
/com.epistimis.uddl/src/com/epistimis/uddl/formatting2/UddlFormatter.xtend
The task is to use what you see as an example and extend the code to properly format every Query grammar element. You'll need to create one or more query files, each containing at least 3 of each of the things described in the Query.xtext file.
The text was updated successfully, but these errors were encountered: