Skip to content

Commit 394aa2c

Browse files
committed
Review App Menu
1 parent 5557e10 commit 394aa2c

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

  • content/en/docs/refguide/modeling/menus/app-menu

content/en/docs/refguide/modeling/menus/app-menu/_index.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ weight: 30
77

88
## Introduction
99

10-
In the **App** menu, you can view and/or manipulate settings that are connected to your app and deployment. For example, you can create a deployment package.
10+
In the **App** menu, you can view and modify settings related to your app and deployment. For example, you can create a deployment package.
1111

1212
{{< figure src="/attachments/refguide/modeling/menus/app-menu/app-menu.png" alt="App Menu" class="no-border" >}}
1313

1414
## Tools
1515

16-
Under **App** > **Tools**, you can find settings on updating widgets, button icons, and layouts, checking widgets, and converting your classes to **Design** properties.
16+
Under **App** > **Tools**, you can find settings for updating widgets, button icons, and layouts; checking widgets; and converting your classes to **Design** properties.
1717

1818
### Batch Update Button Icons {#batch-update-button-icons}
1919

@@ -29,19 +29,19 @@ The **Check Widgets** option checks that the widgets you have implemented in the
2929

3030
### Update Widgets {#update-widgets}
3131

32-
The **Update Widgets** option presents the current versions of the widgets you are using in your app, what the latest versions of the widgets are, and an update option
32+
The **Update Widgets** option shows the current versions of the widgets you are using in your app, the latest available versions, and an update option.
3333

3434
### Convert Classes to Design Properties
3535

3636
The **Convert classes to design properties** option allows you to convert classes in widgets into design properties to assist in changing the widget styling. See [Native Styling](/refguide/mobile/designing-mobile-user-interfaces/native-styling/) for more information.
3737

3838
### Generate Bill of Materials {#generate-bill-of-materials}
3939

40-
The **Generate Bill of Materials** option allows you to generate a bill of materials for the current project. See [SBOM Generation](/refguide/sbom-generation/) for more information.
40+
The **Generate Bill of Materials** option allows you to generate a Software Bill of Materials (SBOM) for the current app. For more information, see [SBOM Generation](/refguide/sbom-generation/).
4141

4242
## Synchronize App Directory {#synchronize}
4343

44-
The **Synchronize App Directory** option creates folders inside the app directory (resources, widgets, theme, etc.), if necessary. It also reads the widget packages that are currently inside the widgets folders. For example, if you add widgets to the widgets folder, you needs to synchronize the app directory for them to appear in the **Toolbox**.
44+
The **Synchronize App Directory** option creates folders inside the app directory (resources, widgets, theme, and so on) if necessary. It also reads the widget packages that are currently inside the widgets folders. For example, if you add widgets to the widgets folder, you need to synchronize the app directory for them to appear in the **Toolbox**.
4545

4646
Shortcut key: <kbd>F4</kbd>
4747

@@ -61,15 +61,15 @@ The **Deploy for Eclipse** option deploys the app to the deployment directory. T
6161

6262
Shortcut key: <kbd>F6</kbd>
6363

64-
For more information on how write Java actions from Eclipse, see [Using Eclipse](/refguide/using-eclipse/).
64+
For more information on how to write Java actions from Eclipse, see [Using Eclipse](/refguide/using-eclipse/).
6565

6666
## Create Deployment Package{#create-package}
6767

68-
The **Create Deployment Package** option creates a Mendix Deployment Archive package (*.mda*) that contains all necessary files to run the app. This can be used if you want to deploy your app on a Windows server or on a custom Mendix Cloud.
68+
The **Create Deployment Package** option creates a Mendix Deployment Archive package (*.mda*) that contains all necessary files to run the app. Use this option if you want to deploy your app on a Windows server or on a custom Mendix Cloud.
6969

7070
Shortcut key: <kbd>F7</kbd>
7171

72-
For more information on settings displayed on the Create Deployment Package dialog box, see [Create Deployment Package](/refguide/create-deployment-package-dialog/).
72+
For more information on the settings displayed in the Create Deployment Package dialog box, see [Create Deployment Package](/refguide/create-deployment-package-dialog/).
7373

7474
## Clean Deployment Directory {#clean-deployment-directory}
7575

@@ -89,22 +89,21 @@ For more information on using this option, see [Deploy to the Cloud](/refguide/d
8989

9090
## Build Native Mobile App
9191

92-
If you have an app with a [native profile](/refguide/navigation/#native-phone), this option launches the [Mendix Native Mobile Builder](/releasenotes/mobile/mendix-native-mobile-builder/). This wizard will guide you through the required steps for configuring and publishing your app.
92+
If you have an app with a [native profile](/refguide/navigation/#native-phone), this option launches the [Mendix Native Mobile Builder](/releasenotes/mobile/mendix-native-mobile-builder/). This wizard guides you through the required steps for configuring and publishing your app.
9393

94-
For the first step in your native mobile journey, see [Build a Mendix Native App Locally
95-
](/refguide/mobile/distributing-mobile-apps/building-native-apps/native-build-locally/).
94+
For the first step in your native mobile journey, see [Build a Mendix Native App Locally](/refguide/mobile/distributing-mobile-apps/building-native-apps/native-build-locally/).
9695

9796
## Synchronize Dependencies
9897

99-
Dependency synchronization is automatically triggered to run in the background whenever changes are made to a specific dependency. It also occurs when you open your app in Studio Pro.
98+
Dependency synchronization automatically runs in the background whenever you make changes to a specific dependency. It also runs when you open your app in Studio Pro.
10099

101-
You can trigger manual synchronization by opening the **App** menu and selecting **Synchronize Dependencies**.
100+
You can trigger manual synchronization by opening the **App** menu and selecting **Synchronize Dependencies**.
102101

103-
For more information, see the [Dependency Sychronization](/refguide/managed-dependencies/#dependency-synchronization) section of *Managed Dependencies*.
102+
For more information, see the [Dependency Synchronization](/refguide/managed-dependencies/#dependency-synchronization) section of *Managed Dependencies*.
104103

105104
## Show Security Overview
106105

107-
The **Show Security Overview** option opens the [Security Overview](/refguide/security-overview/), where you can view a unified overview of your app's security.
106+
The **Show Security Overview** option opens the [Security Overview](/refguide/security-overview/), which displays a unified overview of your app's security.
108107

109108
## Read More
110109

0 commit comments

Comments
 (0)