Skip to content

Commit

Permalink
Merge pull request #3400 from zowe/anax-v2.13-remoteenvuse-ZE
Browse files Browse the repository at this point in the history
adding link for remote usage info; split content
  • Loading branch information
anaxceron authored Jan 25, 2024
2 parents be1d020 + 1d8a2fe commit 2de32d7
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 33 deletions.
9 changes: 9 additions & 0 deletions docs/user-guide/ze-cics-usage-tips.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Usage tips

The following tips can help you perform tasks more efficiently when working with the CICS extension:

- All menu action commands available when right-clicking a profile or resource (excluding **Show Attributes**) can be applied to multiple items. To do this, select the multiple nodes of the same type before right-clicking and selecting the command.

- To select multiple nodes, you can hold `Ctrl` or `Cmd` key while clicking on the resources. You can also select multiple consecutive nodes by selecting the first item in a list of nodes and then holding the `Shift` key while selecting the last item in the list.

- Click the refresh icon at the top of the CICS view to reload the resources in every region.
28 changes: 24 additions & 4 deletions docs/user-guide/ze-usage-tips.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# Usage tips

The following tips can help you perform tasks more efficiently when working with the CICS extension:
Make the best use of Zowe Explorer with the following tips.

- All menu action commands available by right-clicking a profile or resource (excluding **Show Attributes**) can be applied to multiple items. To do this, select the multiple nodes of the same type before right-clicking and selecting the command.
## Data sets, USS, and jobs persistence settings
You can store any data sets, USS files, or jobs permanently in the **Favorites** tab. Right-click on a data set, USS file, or job and click **Add Favorite**.

- To select multiple nodes, you can hold Ctrl/Cmd key while clicking resources. Or you can select the first item in a list of nodes then hold Shift and click both the last item to select a consecutive list of nodes.
## Identify syntax errors with a syntax highlighter
Zowe Explorer supports a syntax highlighter for data sets. To enhance the experience of using the extension, you can download an extension that highlights syntax.

- Click the refresh icon at the top of the CICS view to reload the resources in every region.
## Configure the detected language of a file or data set

You can configure Visual Studio Code to use a specific language for a particular file extension type. This prevents the language for a file or data set opened in Zowe Explorer to be detected incorrectly. To set file associations, see [Add a file extension to a language](https://code.visualstudio.com/docs/languages/overview#_add-a-file-extension-to-a-language).

## Edit a profile
You can edit existing profiles listed in the **Side Bar** by clicking the profile's **Edit** icon (next to the **Search** icon). The feature lets you modify the information inside your profile.

## Delete a profile
In Zowe V1, you can permanently delete profiles by right-clicking the profile and selecting the **Delete Profile** option. The feature deletes the profile from your `.zowe` folder. In Zowe V2, right-click the profile, and select **Delete Profile** to open the configuration file and manually delete the profile.

:::tip
Alternatively, you can delete a profile by using the VS Code **Command Palette**. Press `F1` on your keyboard, then select the **Zowe Explorer: Delete a Profile Permanently** option. In Zowe V1, you select the profile to delete. In Zowe V2, the configuration file opens for you to delete the profile manually.
:::

## Hide a profile
You can hide a profile from the **Side Bar** by right-clicking the profile and selecting the **Hide Profile** option. If necessary, add the profile back by clicking the **+** icon on the **DATA SETS**, **UNIX SYSTEM SERVICES (USS)**, or **JOBS** bar.

## Open recent members
Zowe Explorer lets you open a list of members you have previously worked on. You can access the list by pressing `Ctrl`+`Alt`+`R` or `Command`+`Option`+`R`.
36 changes: 8 additions & 28 deletions docs/user-guide/ze-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,44 +13,24 @@ Review this section to familiarize yourself with Zowe Explorer and make the best
- [Ubuntu](https://ubuntu.com/) 20.04+
- Windows 10+

### Integrated development environments:
### Integrated development environments:

- [VS Code](https://code.visualstudio.com/) 1.53.2+
- [Eclipse Che](https://www.eclipse.org/che/)
- [Red Hat CodeReady Workspaces](https://www.redhat.com/en/technologies/jboss-middleware/codeready-workspaces)
- [Theia](https://theia-ide.org/) 1.18+

**Note:** Zowe Explorer is compatible with Theia 1.18.0 or higher. However, we recommend using a [Theia community release](https://theia-ide.org/releases/) as Zowe Explorer could experience possible unexpected behaviors with the latest Theia releases.
:::note

Zowe Explorer is compatible with Theia 1.18.0 or higher. However, we recommend using a [Theia community release](https://theia-ide.org/releases/) as Zowe Explorer could experience possible unexpected behaviors with the latest Theia releases.

## Usage Tips

Make the best use of Zowe Explorer with the following tips:

### Data sets, USS, and jobs persistence settings
You can store any data sets, USS files, or jobs permanently in the **Favorites** tab. Right-click on a data set, USS file, or job and click **Add Favorite**.

### Identify syntax errors with a syntax highlighter
Zowe Explorer supports a syntax highlighter for data sets. To enhance the experience of using the extension, you can download an extension that highlights syntax.

### Configure the detected language of a file or data set

You can configure Visual Studio Code to use a specific language for a particular file extension type. This prevents the language for a file or data set opened in Zowe Explorer to be detected incorrectly. To set file associations, see [Add a file extension to a language](https://code.visualstudio.com/docs/languages/overview#_add-a-file-extension-to-a-language).

### Edit a profile
You can edit existing profiles listed in the **Side Bar** by clicking the profile's **Edit** icon (next to the **Search** icon). The feature lets you modify the information inside your profile.

### Delete a profile
In Zowe V1, you can permanently delete profiles by right-clicking the profile and selecting the **Delete Profile** option. The feature deletes the profile from your `.zowe` folder. In Zowe V2, right-click the profile, and select **Delete Profile** to open the configuration file and manually delete the profile.

:::tip
Alternatively, you can delete a profile by using the VS Code **Command Palette**. Press `F1` on your keyboard, then select the **Zowe Explorer: Delete a Profile Permanently** option. In Zowe V1, you select the profile to delete. In Zowe V2, the configuration file opens for you to delete the profile manually.
:::

### Hide a profile
You can hide a profile from the **Side Bar** by right-clicking the profile and selecting the **Hide Profile** option. If necessary, add the profile back by clicking the **+** icon on the **DATA SETS**, **UNIX SYSTEM SERVICES (USS)**, or **JOBS** bar.
## Using Zowe Explorer in remote environments

As of Zowe Version 2.11, Zowe Explorer and the Zowe Explorer API no longer use `node-keytar`, which was used to manage mainframe credentials. This change might cause some users issues when trying to interact with remote environments.

### Open recent members
Zowe Explorer lets you open a list of members you have previously worked on. You can access the list by pressing `Ctrl`+`Alt`+`R` or `Command`+`Alt`+`R`.
See [Usage in Remote Environments](https://github.com/zowe/vscode-extension-for-zowe/wiki/Usage-in-Remote-Environments) to learn more about how to resolve credential errors.

## Using a specific version of Zowe Explorer

Expand Down
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ module.exports = {
label: "Using Zowe Explorer",
link: {type:"doc", id:"user-guide/ze-usage"},
items: [
"user-guide/ze-usage-tips",
"user-guide/ze-working-with-data-sets",
"user-guide/ze-working-with-uss-files",
"user-guide/ze-working-with-jobs",
Expand All @@ -576,7 +577,7 @@ module.exports = {
"user-guide/ze-create-zowe-explorer-cics-ext-profiles",
"user-guide/ze-use-cics-resources",
"user-guide/ze-override-tls-certs",
"user-guide/ze-usage-tips",
"user-guide/ze-cics-usage-tips",
"user-guide/ze-provide-feedback-contribute",
],
},
Expand Down

0 comments on commit 2de32d7

Please sign in to comment.