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

ISPF 3.14 like support in the UI #367

Open johntgatesjr opened 10 months ago

johntgatesjr commented 10 months ago

Description of the enhancement requested

Support for ISPF 3.14 in the GUI to allow searches across multiple members of a PDS for a variable and such. Note we want a native Search feel. Ie. We don’t want ISPF look and feel or logic. Requested behavior is:

phaumer commented 10 months ago

This item is more related to Zowe Explorer than Z Open Editor, but I leave this one here as an enhancement request as these are great use cases.

johntgatesjr commented 10 months ago

Thanks. Explorer and Editor are tied so closely together it is difficult to tell where to report the problem.

FALLAI-Denis commented 10 months ago

Hi,

Members of PDS are not locally present in VS Code, so search for string can’t be done in VS Code workspace. This need an action on remote z/OS, by a Zowe-z/OSMF or RSE function. Even a native function (wich does’nt exists to date) or a call to a TSO or ISPF function.

Look at « superc » command invocation: https://www.ibm.com/docs/en/zos/3.1.0?topic=overview-how-directly-invoke-superc-search

See also wich need similar solution for same utility invocation: