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/edit-menu/preferences-dialog.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,10 @@ Select this option to use the modernized version of the App Explorer. You must r
293
293
294
294
Select this option to use the modernized (web) Runtime console. You must restart Studio Pro to use this feature.
295
295
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
+
296
300
### Errors Pane
297
301
298
302
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
301
305
302
306
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.
303
307
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
+
304
312
### GraphQL {#graphql}
305
313
306
314
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
309
317
310
318
Select this option to use the modernized version of the JavaScript action editor. You must close all open JavaScript actions to use this feature.
311
319
320
+
### Maia
321
+
322
+
Select this option to use a custom AI provider for Maia.
323
+
312
324
### Mapping Editor
313
325
314
326
This setting allows you to set the beta version as the default editor.
315
327
328
+
### Project Loading
329
+
330
+
Select this option to enable optimizations during project loading.
331
+
316
332
### System Texts Editor
317
333
318
334
This option allows you to use the web version of the system texts editor. It is enabled by default.
319
335
320
336
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*.
321
337
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
-
328
338
## Read More
329
339
330
340
*[Upload to Version Control Server](/refguide/upload-to-version-control-dialog/)
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/menus/view-menu/_index.md
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,10 +71,6 @@ This pane has two levels, so when you zoom into a changed document, you can revi
71
71
72
72
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.
73
73
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
-
78
74
### Connector {#connector}
79
75
80
76
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
97
93
98
94
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.
99
95
100
-
### Integration {#data-hub}
96
+
### History {#history-pane}
101
97
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.
103
99
104
-
### OpenAPI Documentation {#api-documentation}
100
+
### Integration {#data-hub}
105
101
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.
107
103
108
104
### Maia
109
105
@@ -113,6 +109,14 @@ The **Maia** pane displays the Maia Chat interface where you can ask questions a
113
109
114
110
For details on using Mendix Marketplace components in your app modeling, see [How to Use Marketplace Content](/appstore/use-content/).
115
111
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
+
116
120
### Page Explorer
117
121
118
122
[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.
131
135
132
136
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**.
133
137
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
+
134
146
### Widget Developer Console
135
147
136
148
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