You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/menus/app-menu/_index.md
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ weight: 30
7
7
8
8
## Introduction
9
9
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.
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.
@@ -29,19 +29,19 @@ The **Check Widgets** option checks that the widgets you have implemented in the
29
29
30
30
### Update Widgets {#update-widgets}
31
31
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.
33
33
34
34
### Convert Classes to Design Properties
35
35
36
36
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.
37
37
38
38
### Generate Bill of Materials {#generate-bill-of-materials}
39
39
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/).
41
41
42
42
## Synchronize App Directory {#synchronize}
43
43
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**.
45
45
46
46
Shortcut key: <kbd>F4</kbd>
47
47
@@ -61,15 +61,15 @@ The **Deploy for Eclipse** option deploys the app to the deployment directory. T
61
61
62
62
Shortcut key: <kbd>F6</kbd>
63
63
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/).
65
65
66
66
## Create Deployment Package{#create-package}
67
67
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.
69
69
70
70
Shortcut key: <kbd>F7</kbd>
71
71
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/).
@@ -89,22 +89,21 @@ For more information on using this option, see [Deploy to the Cloud](/refguide/d
89
89
90
90
## Build Native Mobile App
91
91
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.
93
93
94
-
For the first step in your native mobile journey, see [Build a Mendix Native App Locally
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/).
96
95
97
96
## Synchronize Dependencies
98
97
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.
100
99
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**.
102
101
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*.
104
103
105
104
## Show Security Overview
106
105
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.
0 commit comments