Skip to content

Commit 86a722c

Browse files
authored
Merge pull request #11507 from mendix/qt-menus
Update Preferences
2 parents 8f7240e + cc03db0 commit 86a722c

2 files changed

Lines changed: 36 additions & 14 deletions

File tree

content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@ Select this option to use the modernized version of the App Explorer. You must r
293293

294294
Select this option to use the modernized (web) Runtime console. You must restart Studio Pro to use this feature.
295295

296+
### Debug Windows
297+
298+
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.
299+
296300
### Errors Pane
297301

298302
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
301305

302306
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.
303307

308+
### Find Results
309+
310+
Select this option to use the modernized Find Results pane. You must restart Studio Pro to use this feature.
311+
304312
### GraphQL {#graphql}
305313

306314
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
309317

310318
Select this option to use the modernized version of the JavaScript action editor. You must close all open JavaScript actions to use this feature.
311319

320+
### Maia
321+
322+
Select this option to use a custom AI provider for Maia.
323+
312324
### Mapping Editor
313325

314326
This setting allows you to set the beta version as the default editor.
315327

328+
### Project Loading
329+
330+
Select this option to enable optimizations during project loading.
331+
316332
### System Texts Editor
317333

318334
This option allows you to use the web version of the system texts editor. It is enabled by default.
319335

320336
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*.
321337

322-
### Workflow
323-
324-
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.
325-
326-
In Studio Pro 11.9 and above, this option is removed. Workflow event sub-processes are in general availability and enabled by default.
327-
328338
## Read More
329339

330340
* [Upload to Version Control Server](/refguide/upload-to-version-control-dialog/)

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

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ This pane has two levels, so when you zoom into a changed document, you can revi
7171

7272
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.
7373

74-
### History {#history-pane}
75-
76-
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.
77-
7874
### Connector {#connector}
7975

8076
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,13 +93,13 @@ This pane displays the results of the latest find action. You can search for tex
9793

9894
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.
9995

100-
### Integration {#data-hub}
96+
### History {#history-pane}
10197

102-
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.
98+
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.
10399

104-
### OpenAPI Documentation {#api-documentation}
100+
### Integration {#data-hub}
105101

106-
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.
102+
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.
107103

108104
### Maia
109105

@@ -113,6 +109,14 @@ The **Maia** pane displays the Maia Chat interface where you can ask questions a
113109

114110
For details on using Mendix Marketplace components in your app modeling, see [How to Use Marketplace Content](/appstore/use-content/).
115111

112+
### MCP Settings
113+
114+
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/).
115+
116+
### OpenAPI Documentation {#api-documentation}
117+
118+
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.
119+
116120
### Page Explorer
117121

118122
[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).
@@ -131,6 +135,14 @@ The **Toolbox** pane displays the tools that can be used in the current editor.
131135

132136
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**.
133137

138+
### Updata Assistant
139+
140+
{{% alert color="info" %}}
141+
This feature is currently in beta. For more information, refer to [Release Status](/releasenotes/release-status/).
142+
{{% /alert %}}
143+
144+
The **Update Assistant** pane scans the Java code in your app for deprecated APIs. For more information, see [Update Assistant](/refguide/update-assistant/).
145+
134146
### Widget Developer Console
135147

136148
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*.

0 commit comments

Comments
 (0)