Skip to content

Releases: consultingwerk/proparse

4.2.0.3

13 Apr 16:22
3796bd2
Compare
Choose a tag to compare

SCL-4054

4.2.0.0

27 Feb 12:55
Compare
Choose a tag to compare

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

13 Jun 12:13
71e0ab8
Compare
Choose a tag to compare

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

07 Mar 05:28
1381a79
Compare
Choose a tag to compare

SCL-3302 : Fixed issue with parsing source code containing single line comment ending with ~

4.1.0.1202

20 Feb 07:39
Compare
Choose a tag to compare

Fixed issues with handling DEFINE BUFFER statements for a temp-table named like a database table.

4.1.0.1200

22 Jan 10:39
8b20359
Compare
Choose a tag to compare

Added support for += operator

4.1.0.1199

31 Dec 09:58
9d9e450
Compare
Choose a tag to compare

Added new OpenEdge 12.3 syntax like

  • var Statement
  • += operator
  • methods as callbacks for certain widget types

4.0.1.1185

13 Aug 09:35
Compare
Choose a tag to compare

Exposing Persistent Handle Node and Variable of the Call object.

4.0.1.1184

31 Jul 13:08
Compare
Choose a tag to compare

Support for passing Java codepage to ParseUnit constructor.

4.0.1.1178

02 May 23:57
c663143
Compare
Choose a tag to compare

Support for PACKAGE-PRIVATE and PACKAGE-PROTECTED (OpenEdge 12.2)