IBM / zopeneditor-about

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

All language (COBOL first) - Smart source code comparison #258

Open FALLAI-Denis opened 2 years ago

FALLAI-Denis commented 2 years ago

Description of the enhancement requested

Hi,

VS Code offers a standard function for comparing two text files, so as far as we are concerned two program source files. This is a basic line-to-line and column-to-column comparison.

We would like to have a comparison function that is smarter for comparing program source files:

These functionalities are natively available on the z/OS system, either at the level of the ISREDIT editor with COMPARE function, or at the level of the SuperCE (ISRSUPC) which is part of the ISPF/PDF tools.

We lack these features in Z Open Editor.

If we can't do it natively in VS Code / Z Open Editor, develop a Z Open Editor function to call the ISPSUPC utility and display the result in a VS Code view:

ISREDIT COMPARE—Edit Compare

SuperC reference

How to directly invoke SuperC and search-for

The comparison listing

FALLAI-Denis commented 2 years ago

Hi,

I also open issue for: