File tree Expand file tree Collapse file tree 6 files changed +7
-3
lines changed
java/org/prorefactor/core Expand file tree Collapse file tree 6 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
#Mon Mar 07 23:00:00 PDT 2016
2
- build.number=1132
2
+ build.number=1133
Original file line number Diff line number Diff line change 10
10
5. paste the file in the temporary directory
11
11
12
12
6. open a command prompt on that directory
13
- 7. use this command line "ikvmc.exe -out:proparse.net.dll -keyfile:proparse.snk -version:4.0.1.1130 proparse-1.0.jar .\lib\*"
13
+ 7. use this command line "ikvmc.exe -out:proparse.net.dll -keyfile:proparse.snk -version:4.0.1.1133 proparse-1.0.jar .\lib\*"
14
14
15
15
8. enjoy!
Original file line number Diff line number Diff line change @@ -1406,6 +1406,7 @@ definedatasetstate
1406
1406
: #( DEFINE (def_shared)? def_modifiers DATASET ID
1407
1407
(namespace_uri)? (namespace_prefix)? (xml_node_name)?
1408
1408
( #(SERIALIZENAME QSTRING) )?
1409
+ (SERIALIZEHIDDEN)?
1409
1410
(REFERENCEONLY)?
1410
1411
FOR RECORD_NAME (COMMA RECORD_NAME)*
1411
1412
( data_relation ( (COMMA)? data_relation)* )?
Original file line number Diff line number Diff line change @@ -674,6 +674,7 @@ definedatasetstate
674
674
id: ID { push(action.defineSymbol(DATASET, # def, #id)); }
675
675
(namespace_uri)? (namespace_prefix)? (xml_node_name)?
676
676
( # (SERIALIZENAME QSTRING) )?
677
+ (SERIALIZEHIDDEN)?
677
678
(REFERENCEONLY)?
678
679
FOR tb1: tbl[ CQ.INIT] { action.datasetTable(# tb1);}
679
680
(COMMA tb2: tbl[ CQ.INIT] { action.datasetTable(# tb2);} )*
Original file line number Diff line number Diff line change @@ -1996,6 +1996,7 @@ button_opt
1996
1996
definedatasetstate
1997
1997
: DATASET identifier
1998
1998
(namespace_uri)? (namespace_prefix)? (xml_node_name)? (serialize_name)?
1999
+ (SERIALIZEHIDDEN)?
1999
2000
(REFERENCEONLY)?
2000
2001
FOR record (COMMA record)*
2001
2002
(data_relation ( (COMMA)? data_relation)* )?
Original file line number Diff line number Diff line change @@ -1192,7 +1192,8 @@ private static void assignDefaultText() {
1192
1192
allTokens [DYNAMICCAST ].keywordText = "DYNAMIC-CAST" ;
1193
1193
allTokens [XMLNODENAME ].keywordText = "XML-NODE-NAME" ;
1194
1194
allTokens [FOREIGNKEYHIDDEN ].keywordText = "FOREIGN-KEY-HIDDEN" ;
1195
-
1195
+ allTokens [SERIALIZEHIDDEN ].keywordText = "SERIALIZE-HIDDEN" ;
1196
+
1196
1197
// Mike Fechner / Consultingwerk Ltd.
1197
1198
allTokens [BLOCKLEVEL ].keywordText = "BLOCK-LEVEL" ;
1198
1199
allTokens [GETCLASS ].keywordText = "GET-CLASS" ;
You can’t perform that action at this time.
0 commit comments