Skip to content

Commit 66b3054

Browse files
author
adam-dupaski
committed
Proofread
1 parent 8a7c8c4 commit 66b3054

64 files changed

Lines changed: 86 additions & 86 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/en/docs/refguide9/general/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ The prerequisites are the following:
6767
* Java JDK
6868

6969
* For Mendix Studio Pro 9.18.0 and above – [Eclipse Temurin JDK 11 (x64)](https://github.com/adoptium/temurin11-binaries/releases)
70-
* For Mendix Studio Pro versions above 9.14.0 but below 9.18.0[Adoptium Temurin Java SDK](https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_x64_windows_hotspot_11.0.14.1_1.msi)
71-
* For Mendix Studio Pro versions below 9.14.0[AdoptOpenJDK 11](https://cdn.mendix.com/installer/AdoptOpenJDK/OpenJDK11U-jdk_x64_windows_hotspot_11.0.3_7.msi)
70+
* For Mendix Studio Pro 9.14 to 9.17[Adoptium Temurin Java SDK](https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_x64_windows_hotspot_11.0.14.1_1.msi)
71+
* For Mendix Studio Pro 9.13 and below[AdoptOpenJDK 11](https://cdn.mendix.com/installer/AdoptOpenJDK/OpenJDK11U-jdk_x64_windows_hotspot_11.0.3_7.msi)
7272
* [Microsoft Visual C++ 2015 and 2019 Redistributable Package](https://aka.ms/vs/16/release/vc_redist.x64.exe)
7373
* [Mendix Native Mobile Builder one-click Installer](https://appdev-mx-cdn.s3.amazonaws.com/native-builders/latest.exe)
7474
* [Git for Windows (x64)](https://git-scm.com/download/win) using the following versions:
@@ -78,7 +78,7 @@ The prerequisites are the following:
7878
| [2.37.1](https://github.com/git-for-windows/git/releases/tag/v2.37.1.windows.1) | [2.41.0](https://github.com/git-for-windows/git/releases/tag/v2.41.0.windows.3) |
7979

8080
* [Microsoft Edge WebView2 Evergreen Runtime (x64 or ARM64) (Evergreen Standalone Installer version)](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)
81-
* For Mendix Studio Pro version 9.24.0 and above – [Gradle 7.6 or above](https://services.gradle.org/distributions/gradle-7.6-bin.zip)
81+
* For Mendix Studio Pro 9.24.0 and above – [Gradle 7.6 or above](https://services.gradle.org/distributions/gradle-7.6-bin.zip)
8282

8383
Based on the error message you get from the installer you can decide to install a single prerequisite, or you can try to manually install them all.
8484

content/en/docs/refguide9/general/mx-command-line-tool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Return codes are described in the table below:
7373

7474
### 3.2 mx create-project Command
7575

76-
The `mx create-project` command creates a new app in Studio Pro. The app version depends on the version the tool was bundled with. For example, if you are using the mx tool for Studio Pro version 8.1.0.58215, `mx create project` will create a new app in that version.
76+
The `mx create-project` command creates a new app in Studio Pro. The app version depends on the version the tool was bundled with. For example, if you are using the mx tool for Studio Pro 8.1.0.58215, `mx create project` will create a new app in that version.
7777

7878
#### 3.2.1 Usage
7979

@@ -139,7 +139,7 @@ Errors in the MPR are always reported.
139139

140140
For `INPUT`, enter a single *.mpr* file.
141141

142-
From Studio Pro version 9.17, you can optionally specify the path to an exported Suppress Warnings file (JSON file). This means that `mx check -w` will use the list of suppressed warnings in the JSON file, instead of the default behavior which is to read from the *project-settings.user.json* file in the app directory.
142+
From Studio Pro 9.17, you can optionally specify the path to an exported Suppress Warnings file (JSON file). This means that `mx check -w` will use the list of suppressed warnings in the JSON file, instead of the default behavior which is to read from the *project-settings.user.json* file in the app directory.
143143

144144
#### 3.3.2 Examples
145145

content/en/docs/refguide9/general/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Current support:
201201
* [Oracle Database](/refguide9/oracle/): 19, 21c
202202
* PostgreSQL: 11, 12, 13, 14, 15
203203
* [SAP HANA](/refguide9/saphana/): 2.00.040.00.1545918182
204-
* [IBM DB2](/refguide9/db2/): 11.5 for Linux, Unix, and Windows (please note that support for DB2 is deprecated and will be removed in Studio Pro version 10)
204+
* [IBM DB2](/refguide9/db2/): 11.5 for Linux, Unix, and Windows (please note that support for DB2 is deprecated and will be removed in Studio Pro 10)
205205

206206
{{% alert color="warning" %}}
207207
Each app must have its own database. Mendix apps cannot share data by sharing the same database.

content/en/docs/refguide9/mobile/using-mobile-capabilities/mobile-accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This guide only applies to native mobile apps.
1616

1717
Before starting this guide, make sure you have completed the following prerequisites:
1818

19-
* Install Mendix Studio Pro version **9.22.0** or above
19+
* Install Mendix Studio Pro [9.22.0](/releasenotes/studio-pro/9.22/) or above
2020
* Complete the [Prerequisites](/refguide9/mobile/distributing-mobile-apps/building-native-apps/deploying-native-app/#prerequisites) section of *Deploy Your First Mendix Native Mobile App*
2121
* Make sure you are using [Make It Native 9 app](/releasenotes/mobile/make-it-native-parent/)
2222

content/en/docs/refguide9/mobile/using-mobile-capabilities/native-language-change.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ While this guide gives your end-user the ability to switch their app's language,
2020

2121
Before starting this guide, make sure you have completed the following prerequisites:
2222

23-
* Install Mendix Studio Pro version **9.14.0** or above
23+
* Install Mendix Studio Pro [9.14.0](/releasenotes/studio-pro/9.14/) or above
2424
* Complete the [Prerequisites](/refguide9/mobile/distributing-mobile-apps/building-native-apps/deploying-native-app/#prerequisites) section of *Deploy Your First Mendix Native Mobile App*
2525
* Make sure your [Nanoflow Commons](/appstore/modules/nanoflow-commons/) module is up to date
2626
* Read the [Language Menu](/refguide9/translatable-texts/) guide to understand the basics of the Mendix Language menu

content/en/docs/refguide9/modeling/app-explorer/modules/configure-add-on-and-solution-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Below is the list of documents and elements that can be mark as **Usable**:
6767
## 3 Exporting Add-on Modules and Solutions {#export}
6868

6969
{{% alert color="info" %}}
70-
Before exporting an add-on module or a solution to customers, note that for Studio Pro versions 9.22 and below, English (US) and Dutch language translations are shipped with it by default, and for Studio Pro versions 9.23 and above, only English (US) is shipped by default (for more information, see the [Internationalization Improvements](/releasenotes/studio-pro/9.23/#internationalization-improvements) section of *9.23* Studio Pro release notes). This may be important if your app is in another language (not English (US) or Dutch) and your customers decide to translate the consumed solution or add-on to other languages. To avoid confusion, open [Language](/refguide9/translatable-texts/) > **Language Operations** and select the **Delete** operation for English (US) and/or Dutch. For more information on how to perform a certain operation, see [Language Operations](/refguide9/language-operations/).
70+
Before exporting an add-on module or a solution to customers, note that for Studio Pro 9.22 and below, English (US) and Dutch language translations are shipped with it by default, and for Studio Pro 9.23 and above, only English (US) is shipped by default (for more information, see the [Internationalization Improvements](/releasenotes/studio-pro/9.23/#internationalization-improvements) section of *9.23* Studio Pro release notes). This may be important if your app is in another language (not English (US) or Dutch) and your customers decide to translate the consumed solution or add-on to other languages. To avoid confusion, open [Language](/refguide9/translatable-texts/) > **Language Operations** and select the **Delete** operation for English (US) and/or Dutch. For more information on how to perform a certain operation, see [Language Operations](/refguide9/language-operations/).
7171
{{% /alert %}}
7272

7373
### 3.1 Exporting Add-on Module Package

content/en/docs/refguide9/modeling/integration/rest-services/consumed-rest-services/server-side-paging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This how-to will teach you how to do the following:
2323
Before starting this how-to, make sure you have completed the following prerequisites:
2424

2525
* If you are not familiar with using data from REST services, read [Consume a REST Service](/howto9/integration/consume-a-rest-service/)
26-
* Install Studio Pro version [8.2.0 or above](https://marketplace.mendix.com/link/studiopro/)
26+
* Install Studio Pro [8.2.0 or above](https://marketplace.mendix.com/link/studiopro/)
2727

2828
## 3 Creating a Microflow Data Source
2929

content/en/docs/refguide9/runtime/data-storage/db2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ According to the [order-by-clause](https://www.ibm.com/support/knowledgecenter/S
5757
Taking this limitation into account, ordering by the associated attribute is not supported when a Mendix application is backed by DB2. Therefore, any associated attribute that is used for ordering is filtered out from the query and the result set is returned as if ordering by the associated attribute had not been presented in the query.
5858

5959
{{% alert color="info" %}}
60-
This limitation has been removed in Studio Pro version [9.8.0](/releasenotes/studio-pro/9.8/) and above, and also from MTS version [9.6.3](/releasenotes/studio-pro/9.6/#963) and above.
60+
This limitation was removed in Studio Pro [9.8.0](/releasenotes/studio-pro/9.8/) and above, and also from [9.6.3](/releasenotes/studio-pro/9.6/#963).
6161
{{% /alert %}}
6262

6363
### 4.4 Non-Blocking Read-Isolated Streaming with OData

content/en/docs/refguide9/runtime/data-storage/saphana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Retrieving an entity that is sorted on an attribute of one of its associated ent
1616
For example, you have two associated entities — **Person** and **Address** — and they have the **name** and **street** attributes, respectively. You cannot retrieve `Person` objects sorted on `Person_Address/Address/street`.
1717

1818
{{% alert color="info" %}}
19-
This limitation has been removed in Studio Pro version [9.8.0](/releasenotes/studio-pro/9.8/) and above, and also from MTS version [9.6.3](/releasenotes/studio-pro/9.6/#963) and above.
19+
This limitation has been removed in Studio Pro [9.8.0](/releasenotes/studio-pro/9.8/) and above, and also from [9.6.3](/releasenotes/studio-pro/9.6/#963).
2020
{{% /alert %}}
2121

2222
## 3 Behavior of Unlimited and Very Long Strings

content/en/docs/refguide9/version-control/svn-git-differences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111

1212
## 1 Introduction
1313

14-
As of Studio Pro version 9.21, Git is the default version control system in Studio Pro. Git offers [several advantages](/refguide9/version-control-faq/#git-advantages) over SVN and provides a way to have a stronger and more robust collaboration with your team members. However, there are some differences in the way you commit changes and the way you collaborate. This document describes the most prominent changes between Git and SVN.
14+
As of Studio Pro [9.21](/releasenotes/studio-pro/9.21/), Git is the default version control system in Studio Pro. Git offers [several advantages](/refguide9/version-control-faq/#git-advantages) over SVN and provides a way to have a stronger and more robust collaboration with your team members. However, there are some differences in the way you commit changes and the way you collaborate. This document describes the most prominent changes between Git and SVN.
1515

1616
For more information on how to migrate to Git, see [Migrate to Git](/developerportal/general/migrate-to-git/) in the *Developer Portal Guide*.
1717

0 commit comments

Comments
 (0)