Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### 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.

### Errors Pane

Select this option to use the modernized version of the Errors Pane. You must restart Studio Pro to use this feature.
Expand All @@ -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 pane. 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).
Expand All @@ -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 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/)
28 changes: 20 additions & 8 deletions content/en/docs/refguide/modeling/menus/view-menu/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -97,13 +93,13 @@ 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}
### History {#history-pane}

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

### OpenAPI Documentation {#api-documentation}
### Integration {#data-hub}

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 [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

Expand All @@ -113,6 +109,14 @@ 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.

### 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).
Expand All @@ -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*.
Expand Down
Loading