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 formatter - Possibility of not formatting certain parts of code #399

Open FALLAI-Denis opened 5 months ago

FALLAI-Denis commented 5 months ago

Description of the enhancement requested

Hi,

ZOE allows COBOL code to be formatted and formatting options can be specified in a zcodeformat file.

However, in our context, we do not want certain parts of the COBOL code to be reformatted: these parts are managed by tools that we have developed and which must find the COBOL code as it was implemented.

We would therefore like ZOE's COBOL formatting functionality to be able to exclude certain lines from its scope of intervention, according to two possibilities:

Otherwise, or in addition, add an option to deactivate the formatting of the entire file, (Shift+Alt+F) and only authorize the formatting of the text previously selected, (Ctrl+K Ctrl+F).

Thanks.