You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Z Open Editor allows sequences to be renumbered on COBOL sources, indicating whether the sequence is in column 1 and/or column 73.
We use these areas to place information used by our tools. We don't want users to be able to override this information by initiating a renumber.
We propose to add a 4th value to the zopeneditor.cobol.sequenceNumbers parameter: "none", to disable the renumbering function.
"zopeneditor.cobol.sequenceNumbers": "Choose which columns will have sequence numbers inserted and removed from a file by using the Renumber and Unnumber functions in the COBOL editor.",
"zopeneditor.cobol.sequenceNumbers.column1": "Numbering starts at column 1",
"zopeneditor.cobol.sequenceNumbers.column73": "Numbering starts at column 73",
"zopeneditor.cobol.sequenceNumbers.column1and73": "Numbering starts at column 1 and 73",
"zopeneditor.cobol.sequenceNumbers.norenumber": "Do not renumber",
The text was updated successfully, but these errors were encountered:
Description of the enhancement requested
Z Open Editor allows sequences to be renumbered on COBOL sources, indicating whether the sequence is in column 1 and/or column 73.
We use these areas to place information used by our tools. We don't want users to be able to override this information by initiating a renumber.
We propose to add a 4th value to the zopeneditor.cobol.sequenceNumbers parameter: "none", to disable the renumbering function.
The text was updated successfully, but these errors were encountered: