Releases: consultingwerk/proparse
4.2.0.3
4.2.0.0
SCL-3885 Fixed proparse Error when parsing the unintended use of the :: shorthand syntax
SCL-3722 Fixed parsing of Annotations with periods in the name in Proparse
SCL-3453 Keep JPNodes from "good" path in &IF .. &ENDIF in the ToStringSourceText() method
4.1.0.1219
SCL-3366: New method toStringSourceText() on JPNode to return node's source code including with preprocessor references restored
SCL-3369: Implement Proparse Support for VAR statement with initial expression (OpenEdge 12.4)
SCL-3370: Implement Proparse Support for XOR operator between Enum members (OpenEdge 12.4)
4.1.0.1203
SCL-3302 : Fixed issue with parsing source code containing single line comment ending with ~
4.1.0.1202
Fixed issues with handling DEFINE BUFFER statements for a temp-table named like a database table.
4.1.0.1200
Added support for += operator
4.1.0.1199
Added new OpenEdge 12.3 syntax like
- var Statement
- += operator
- methods as callbacks for certain widget types
4.0.1.1185
Exposing Persistent Handle Node and Variable of the Call object.
4.0.1.1184
Support for passing Java codepage to ParseUnit constructor.
4.0.1.1178
Support for PACKAGE-PRIVATE and PACKAGE-PROTECTED (OpenEdge 12.2)