IBM / zopeneditor-about

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

Outline View keeps disappearing #369

Closed johntgatesjr closed 7 months ago

johntgatesjr commented 7 months ago

VS Code 1.84.2 Z Open Editor version: 3.3.2 Zowe Explorer: 2.12.2 configured to use z/OSMF to z/OS 3.4 Editor Platform [x ] Visual Studio Code 1.84.2 Red Hat CodeReady Workspaces Eclipse Che Standalone Theia Editor Platform Version: Operating System (on which VS Code runs such as Windows 10 2004, otherwise name and version of platform such as OpenShift v4.3): MAC/OS 13.6.2 Java Version (when using VS Code or Theia, execute java -version and paste the details here): Semaru Related to RSE API? RSE API Plugin version: Zowe CLI version: Node.js version:

Problem Description

Detailed steps for reproducing the problem: Connect to a z/OS 2.4 system. Select a member of a PDS and open it. Select View -> Open View -> Outline to get Outline view in left column. Proceed. Close PDS member and open it again. Outline view is gone, forcing me to have to repeat steps to add the view. I have to do this every time I open a new PDS member.

  1. First step

Observed behavior

Expected behavior

phaumer commented 7 months ago

The control of the outline view is done by VS Code itself and Zowe Explorer or Z Open Editor do not influence where and when it appears. The outline view can also be placed wherever you want it via drag and drop. I personally like to move it to the right now.

outline-view

johntgatesjr commented 7 months ago

Thanks for the pointer. This works well and does persist across multiple file opens and closes.