From c66673516dcd76f7abe5d69ba86335f227fcd865 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:26:19 +0200 Subject: [PATCH 1/6] Update New Features tab --- .../menus/edit-menu/preferences-dialog.md | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index 62df48c6ff9..9c7da5ef00b 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -293,6 +293,10 @@ Select this option to use the modernized version of the App Explorer. You must r Select this option to use the modernized (web) Runtime console. You must restart Studio Pro to use this feature. +### Debugger + +Select this option to use the modernized Debug Windows. You must restart Studio Pro to use this feature. + ### Errors Pane Select this option to use the modernized version of the Errors Pane. You must restart Studio Pro to use this feature. @@ -301,6 +305,10 @@ Select this option to use the modernized version of the Errors Pane. You must re This setting is enabled by default. The editor allows the user to write rich text statements and get instant feedback on their validity. In Studio Pro, it is often used to write an expression for a decision or to write an XPath expression for data filtering. +### Find Results + +Select this option to use the modernized Find Results. You must restart Studio Pro to use this feature. + ### GraphQL {#graphql} You can publish data as a GraphQL service. When you enable this feature, you can indicate that a published OData service [also supports GraphQL](/refguide/published-odata-services/#supports-graphql). @@ -309,22 +317,24 @@ You can publish data as a GraphQL service. When you enable this feature, you can Select this option to use the modernized version of the JavaScript action editor. You must close all open JavaScript actions to use this feature. +### Maia + +Select this option to enable the ability to use a custom AI provider for Maia. + ### Mapping Editor This setting allows you to set the beta version as the default editor. +### Project Loading + +Select this option to enable optimizations during project loading. + ### System Texts Editor This option allows you to use the web version of the system texts editor. It is enabled by default. If Translation Generator is also enabled, you can use it in this editor. For more information, see the [Generating Translation for System Texts](/refguide/translation-generator/#translate-system-text) section in *Translation Generator*. -### Workflow - -In Studio Pro 11.8, select **Enable workflow event sub-processes (beta)** to allow adding [event sub-processes](/refguide/workflow-event-sub-processes/) to your workflow in the workflow editor. - -In Studio Pro 11.9 and above, this option is removed. Workflow event sub-processes are in general availability and enabled by default. - ## Read More * [Upload to Version Control Server](/refguide/upload-to-version-control-dialog/) From 33a1dcf4815d55a4143452e0ab1bbd8558c6e17c Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:36:09 +0200 Subject: [PATCH 2/6] Revise --- .../modeling/menus/edit-menu/preferences-dialog.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index 9c7da5ef00b..88923ef2523 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -295,7 +295,9 @@ Select this option to use the modernized (web) Runtime console. You must restart ### Debugger -Select this option to use the modernized Debug Windows. You must restart Studio Pro to use this feature. +Select this option to use the modernized Debugger pane, which includes the new Breakpoints, Debugger, and Variables panes. + +You must restart Studio Pro to use this feature. ### Errors Pane @@ -307,7 +309,7 @@ This setting is enabled by default. The editor allows the user to write rich tex ### Find Results -Select this option to use the modernized Find Results. You must restart Studio Pro to use this feature. +Select this option to use the modernized Find Results pane. You must restart Studio Pro to use this feature. ### GraphQL {#graphql} @@ -319,7 +321,7 @@ Select this option to use the modernized version of the JavaScript action editor ### Maia -Select this option to enable the ability to use a custom AI provider for Maia. +Select this option to use a custom AI provider for Maia. ### Mapping Editor From 874bc279e340a7bc849a370f02ff7d34760b6688 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:40:26 +0200 Subject: [PATCH 3/6] Reorder View menu --- .../modeling/menus/view-menu/_index.md | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/content/en/docs/refguide/modeling/menus/view-menu/_index.md b/content/en/docs/refguide/modeling/menus/view-menu/_index.md index b52736d629e..95672bc46f5 100644 --- a/content/en/docs/refguide/modeling/menus/view-menu/_index.md +++ b/content/en/docs/refguide/modeling/menus/view-menu/_index.md @@ -71,10 +71,6 @@ This pane has two levels, so when you zoom into a changed document, you can revi The [Comparison pane](/refguide/comparison-pane/) shows the differences between a selected historical revision and your current working state, which allows you to see what documents, elements, and properties changed. -### History {#history-pane} - -The non-blocking History pane shows commits in your repository and allows you to search and navigate to modified documents without closing the history view. - ### Connector {#connector} The **Connector** pane displays elements that can be connected to the currently selected element. For example, when you select a button, the **Connector** shows microflows that you can drag onto the button to connect them. @@ -97,22 +93,22 @@ This pane displays the results of the latest find action. You can search for tex There are two **Find Results** panes. If you lock the results of the first pane, the second one is used for subsequent find operations until you unlock the first one. -### Integration {#data-hub} - -The [Integration pane](/refguide/integration-pane/) enables you to browse the [Catalog](/catalog/) and use registered data sources that are available for your organization in your app development. You can add [external entities](/refguide/external-entities/) and [external actions](/refguide/call-external-action/) to your app via this pane and see entities and data sources already consumed in your app. - -### OpenAPI Documentation {#api-documentation} +### History {#history-pane} -The **OpenAPI Documentation** pane displays the auto-generated OpenAPI documentation for the currently opened [Published OData service](/refguide/published-odata-services/) or [Published REST service](/refguide/published-rest-service/). This allows you to preview the REST operations that will be available once your app is published. +The non-blocking History pane shows commits in your repository and allows you to search and navigate to modified documents without closing the history view. -### Maia +### Integration {#data-hub} -The **Maia** pane displays the Maia Chat interface where you can ask questions about app development in Mendix, including how to apply concepts, best practices, and development patterns. For more information, see [Maia Chat](/refguide/maia-chat/). +The [Integration pane](/refguide/integration-pane/) enables you to browse the [Catalog](/catalog/) and use registered data sources that are available for your organization in your app development. You can add [external entities](/refguide/external-entities/) and [external actions](/refguide/call-external-action/) to your app via this pane and see entities and data sources already consumed in your app. ### Marketplace For details on using Mendix Marketplace components in your app modeling, see [How to Use Marketplace Content](/appstore/use-content/). +### OpenAPI Documentation {#api-documentation} + +The **OpenAPI Documentation** pane displays the auto-generated OpenAPI documentation for the currently opened [Published OData service](/refguide/published-odata-services/) or [Published REST service](/refguide/published-rest-service/). This allows you to preview the REST operations that will be available once your app is published. + ### Page Explorer [Page Explorer](/refguide/page-explorer/) gives a quick overview of the page layout and allows you to view and edit nested containers in the [Design mode](/refguide/page/#design-mode). From cfaa7a5e9585cf327e34d217ae9f5b0cfb39a2dd Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:42:11 +0200 Subject: [PATCH 4/6] Adjust --- content/en/docs/refguide/modeling/menus/view-menu/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/refguide/modeling/menus/view-menu/_index.md b/content/en/docs/refguide/modeling/menus/view-menu/_index.md index 95672bc46f5..dbd0b67e711 100644 --- a/content/en/docs/refguide/modeling/menus/view-menu/_index.md +++ b/content/en/docs/refguide/modeling/menus/view-menu/_index.md @@ -101,6 +101,10 @@ The non-blocking History pane shows commits in your repository and allows you to The [Integration pane](/refguide/integration-pane/) enables you to browse the [Catalog](/catalog/) and use registered data sources that are available for your organization in your app development. You can add [external entities](/refguide/external-entities/) and [external actions](/refguide/call-external-action/) to your app via this pane and see entities and data sources already consumed in your app. +### Maia + +The **Maia** pane displays the Maia Chat interface where you can ask questions about app development in Mendix, including how to apply concepts, best practices, and development patterns. For more information, see [Maia Chat](/refguide/maia-chat/). + ### Marketplace For details on using Mendix Marketplace components in your app modeling, see [How to Use Marketplace Content](/appstore/use-content/). From a77472f0a16efd517c0bcd170183907ca536bd33 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:08:32 +0200 Subject: [PATCH 5/6] Add missing menu items --- .../docs/refguide/modeling/menus/view-menu/_index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/en/docs/refguide/modeling/menus/view-menu/_index.md b/content/en/docs/refguide/modeling/menus/view-menu/_index.md index dbd0b67e711..a3c45ba20f0 100644 --- a/content/en/docs/refguide/modeling/menus/view-menu/_index.md +++ b/content/en/docs/refguide/modeling/menus/view-menu/_index.md @@ -109,6 +109,10 @@ The **Maia** pane displays the Maia Chat interface where you can ask questions a For details on using Mendix Marketplace components in your app modeling, see [How to Use Marketplace Content](/appstore/use-content/). +### MCP Settings + +The **MCP Settings** pane allows you to connect Maia to External Model Context Protocol (MCP) servers. For more information, see [Maia MCP Client](/refguide/maia-mcp/). + ### OpenAPI Documentation {#api-documentation} The **OpenAPI Documentation** pane displays the auto-generated OpenAPI documentation for the currently opened [Published OData service](/refguide/published-odata-services/) or [Published REST service](/refguide/published-rest-service/). This allows you to preview the REST operations that will be available once your app is published. @@ -131,6 +135,14 @@ The **Toolbox** pane displays the tools that can be used in the current editor. The **Toolbox** has a tile view showing larger icons and a list view showing a list of elements. You can switch between the tile and list view modes in the lower-right corner of the **Toolbox**. +### Updata Assistant + +{{% alert color="info" %}} +This feature is currently in beta. For more information, refer to [Release Status](/releasenotes/release-status/). +{{% /alert %}} + +TheĀ **Update Assistant** pane scans the Java code in your app for deprecated APIs. For more information, see [Update Assistant](/refguide/update-assistant/). + ### Widget Developer Console This console helps you debug the configuration code of your widget that is responsible for conditionally visible properties, custom consistency checks, and **Structure mode** preview. This console shows logs from the `getProperties`, `getPreview`, `check`, and `getCustomCaption` functions, which can be defined inside the configuration module. For more information, see the [Widget Developer Console](/apidocs-mxsdk/apidocs/pluggable-widgets-config-api/#widget-dev-console) section of *Configuration Module API for Pluggable Widgets*. From cc03db0a3d720f8eb1a4bebb048e3f60dfd9b7d5 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:03:05 +0200 Subject: [PATCH 6/6] Small change --- .../refguide/modeling/menus/edit-menu/preferences-dialog.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index 88923ef2523..434e391812c 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -293,11 +293,9 @@ Select this option to use the modernized version of the App Explorer. You must r Select this option to use the modernized (web) Runtime console. You must restart Studio Pro to use this feature. -### Debugger +### Debug Windows -Select this option to use the modernized Debugger pane, which includes the new Breakpoints, Debugger, and Variables panes. - -You must restart Studio Pro to use this feature. +Select this option to use the modernized Debugger pane, which includes the new Breakpoints, Debugger, and Variables panes. You must restart Studio Pro to use this feature. ### Errors Pane