IBM / zopeneditor-about

IBM Z Open Editor: File issues here!
https://ibm.github.io/zopeneditor-about
Apache License 2.0
49 stars 20 forks source link

COBOL - zapp.yaml - property-group - Syntax for DEFINE option #278

Closed FALLAI-Denis closed 1 year ago

FALLAI-Denis commented 2 years ago

Development environment used

Problem Description

Z Open Editor, or the COBOL language server, recognizes only one of the two possible syntaxes for the declaration of a "DEFINE" compilation option expressed in the zapp.yaml file (and probably also in settings.json, but not checked): using the equal character as a separator between the variable name and the associated value. The syntax using the comma character as a separator is not recognized. However, the comma separator is recommended for compatibility with the USS version of the IBM Enterprise COBOL compiler.

image

image

image

Expected behavior

Recognition of the two possible syntaxes for the DEFINE compiler option.

phaumer commented 1 year ago

Fixed in Z Open Editor 3.1.0