File tree Expand file tree Collapse file tree
java/org/prorefactor/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#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 10105. paste the file in the temporary directory
1111
12126. 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\*"
1414
15158. enjoy!
Original file line number Diff line number Diff line change @@ -1406,6 +1406,7 @@ definedatasetstate
14061406 : #( DEFINE (def_shared)? def_modifiers DATASET ID
14071407 (namespace_uri)? (namespace_prefix)? (xml_node_name)?
14081408 ( #(SERIALIZENAME QSTRING) )?
1409+ (SERIALIZEHIDDEN)?
14091410 (REFERENCEONLY)?
14101411 FOR RECORD_NAME (COMMA RECORD_NAME)*
14111412 ( data_relation ( (COMMA)? data_relation)* )?
Original file line number Diff line number Diff line change @@ -674,6 +674,7 @@ definedatasetstate
674674 id: ID { push(action.defineSymbol(DATASET, # def, #id)); }
675675 (namespace_uri)? (namespace_prefix)? (xml_node_name)?
676676 ( # (SERIALIZENAME QSTRING) )?
677+ (SERIALIZEHIDDEN)?
677678 (REFERENCEONLY)?
678679 FOR tb1: tbl[ CQ.INIT] { action.datasetTable(# tb1);}
679680 (COMMA tb2: tbl[ CQ.INIT] { action.datasetTable(# tb2);} )*
Original file line number Diff line number Diff line change @@ -1996,6 +1996,7 @@ button_opt
19961996definedatasetstate
19971997 : DATASET identifier
19981998 (namespace_uri)? (namespace_prefix)? (xml_node_name)? (serialize_name)?
1999+ (SERIALIZEHIDDEN)?
19992000 (REFERENCEONLY)?
20002001 FOR record (COMMA record)*
20012002 (data_relation ( (COMMA)? data_relation)* )?
Original file line number Diff line number Diff line change @@ -1192,7 +1192,8 @@ private static void assignDefaultText() {
11921192 allTokens [DYNAMICCAST ].keywordText = "DYNAMIC-CAST" ;
11931193 allTokens [XMLNODENAME ].keywordText = "XML-NODE-NAME" ;
11941194 allTokens [FOREIGNKEYHIDDEN ].keywordText = "FOREIGN-KEY-HIDDEN" ;
1195-
1195+ allTokens [SERIALIZEHIDDEN ].keywordText = "SERIALIZE-HIDDEN" ;
1196+
11961197 // Mike Fechner / Consultingwerk Ltd.
11971198 allTokens [BLOCKLEVEL ].keywordText = "BLOCK-LEVEL" ;
11981199 allTokens [GETCLASS ].keywordText = "GET-CLASS" ;
You can’t perform that action at this time.
0 commit comments