Preferences

Last modified: February 13, 2024

1 Introduction

The Preferences option opens a dialog box where you can set user-specific preferences which apply to the whole of Studio Pro.

2 General Tab

2.1 Interface

2.1.1 Keep Active Document Selected in Project Explorer

When enabled, Project Explorer automatically highlights the document that is currently active. When this property is disabled, the selection in Project Explorer remains unchanged when the active document changes.

2.2 MxAssist Logic Bot

2.2.1 Enable MxAssist Logic Bot

If Enable MxAssist Logic Bot is checked, then MxAssist Logic Bot is activated and can offer suggestions for activities in your microflows.

2.2.2 Show Suggestions for System Variables

When Show suggestions for system variables is checked, MxAssist Logic Bot will include system objects in its suggestions (for example, it can suggest that you change system objects like currentUser or currentSession).

2.3 Error List

2.3.1 Auto-Check Delay

The Auto-check delay is the number of milliseconds that Studio Pro waits after a change, before starting the consistency checks. Increase this setting for large projects if Studio Pro responses slowly after changes.

2.3.2 Highlight Shown Errors and Warnings in the Editor

When Highlight shown errors and warnings in the editor is checked, the errors and warnings which are currently shown in the Error List (as determined by the Errors and Warnings toggle buttons and the suppression rules) will be highlighted on the affected elements in the editor.

2.4 Deployment

2.4.1 JDK directory

This is the directory in which the Java Development Kit (JDK) is located on the computer on which you deploy the application. Usually, the correct directory is located automatically.

The JDK is necessary to run Mendix applications, because the Mendix Runtime is written in Java.

2.4.2 Enable Run Optimizations

Enable this setting to increase the speed at which a running application is updated after changes have been made in Studio Pro. When only pages, layouts, or snippets have been changed, an entire restart of the application is skipped to decrease deployment time. Also, no Java compilation is performed when no relevant files have changed.

3 Model Tab

3.1 When Prompted by a Widget to Automatically Fill Its Contents, Select ‘Yes’ by Default

This setting defines the default response to the question whether to automatically fill the contents of a data widget. This question is asked, for example, when dragging an Entity onto a Data View widget. When enabled, the pre-selected answer is yes; otherwise, it is no.

4 Version Control Tab

4.1 File Comparison

4.1.1 Executable

This is the path and name of the program that is used to view the details of file changes in the Commit dialog box.

4.1.2 Argument Pattern

This is the pattern from which the arguments are derived that are passed to the file comparison program. The following two placeholders can be used in this pattern:

  • {0} – this is replaced with the name of the original file before the arguments are passed to the file comparison program
  • {1} – this is replaced with the name of the changed file before the arguments are passed to the file comparison program

4.2 Subversion

4.2.1 Enable Private Version Control

Select this option when you want to work on an app that is not stored in Mendix Team Server, but in another Subversion server to which you have access. This will allow you to specify the location of the app on the Subversion server when opening, downloading, or uploading the app.

5 Advanced Tab

5.1 Proxy Server

Sometimes the computer running Studio Pro cannot access the internet directly, but has to connect to a proxy server that requires authentication. If this is the case, then these settings can be used to specify the user name and password to connect to the proxy server.

6 New Features Tab

The New features tab allows you to turn new features on and off. These are features which are being worked on but are either not yet developed sufficiently to remove the previous version, or which are currently optional.

6.1 New Version of the Changes Pane

With this option, you can enable the new version of the Changes pane. Should you find any issues in the new version, you can switch back to the old version by clearing this checkbox.

Default: enabled

6.2 New Version of the Connector

With this option, you can enable the new version of the Connector. Should you find any issues in the new version, you can switch back to the old version by clearing this checkbox.

Default: disabled

6.3 New Version of the Project Explorer

With this option, you can enable the new version of the Project Explorer. Should you find any issues in the new version, you can switch back to the old version by clearing this checkbox.

Default: enabled

6.4 New Version of the Toolbox

With this option, you can enable the new version of the Toolbox. Should you find any issues in the new version, you can switch back to the old version by clearing this checkbox.

Default: enabled

7 Read More