zowe / zowe-explorer-intellij

IntelliJ Zowe Plug-in that provides possibility to interact with z/OS features. Has Zowe Kotlin SDK as it's core to interact
Eclipse Public License 2.0
10 stars 4 forks source link

Settings - tabs order #8

Closed pinpan closed 2 years ago

pinpan commented 2 years ago

Describe the bug

Working sets is the first tab in the settings dialog. Connection is required to store the WS definition, so if an user would start from "Working set" they may not have a suitable/any connection defined to complete the WS definition.

Steps to Reproduce

  1. Open Settings dialog
  2. Click on "Zowe Explorer menu item on the left side pannel"
  3. Click "+" at the bottom of the Working Set tab to add new Working Set.
  4. Specify connection combo box is empty or no suitable connection can be found in it.

Expected behavior User should be able to create new connection in place, or at least store the WS definition without assigned connection.

Proposed solution Either provide a link in the WS settings tab to create connection from there or the tabs could be switched to respect the natural sequence of settings definitions. Consider wizard-like behavior.