Skip to content

Commit 55beb23

Browse files
authored
Merge pull request mendix#8854 from mendix/qt-editmenu
Update Edit Menu
2 parents 3aaa82f + fe26767 commit 55beb23

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ Enabling this option allows you to specify which repositories should be used by
100100

101101
#### Repositories
102102

103-
Here you can specify which repositories to use for Gradle. The content of this field should be specified using Groovy syntax and is what is inside the `repositories { }` section in a Gradle build file. By default, this field contains: `mavenCentral()`.
103+
This option becomes available if **Use custom repositiories** is set to **Yes**.
104+
105+
You can specify which repositories to use for Gradle. The content of this field should be specified using Groovy syntax and is what is inside the `repositories { }` section in a Gradle build file. By default, this field contains: `mavenCentral()`.
104106

105107
## Maia Tab
106108

@@ -110,6 +112,7 @@ The **In-Editor Recommender** section contains the following settings:
110112

111113
* **Enable for microflow, nanoflow, and rule editors** – this allows you to enable and disable [Logic Recommender](/refguide/logic-recommender/) in the microflow, nanoflow, and rule editors.
112114
* **Enable for workflow editor** – this allows you to enable and disable [Workflow Recommender](/refguide/workflow-recommender/) in the workflow editor.
115+
* **Enable for page editor** - this allows you to enable and disable the [UI Recommendor](/refguide/ui-recommender/). This feature is enabled by default.
113116

114117
### Best Practice Recommender
115118

@@ -258,6 +261,14 @@ In Studio Pro version 10.6 a new access rule editor was introduced in Beta. Enab
258261

259262
For more information, see [Defining Access Rules Using the New Editor](/refguide/access-rules/#new-editor) section of *Access Rules*.
260263

264+
### App Explorer
265+
266+
Select this option to use the modernized version of the App Explorer. You must restart Studio Pro to use this feature.
267+
268+
### Errors Pane
269+
270+
Select this option to use the modernized version of the Errors Pane. You must restart Studio Pro to use this feature.
271+
261272
### Expression Editor
262273

263274
The expression editor is modernized since Studio Pro 10.6. 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.
@@ -280,6 +291,10 @@ In Studio Pro 10.12.0, Translation Generator was introduced as an experimental f
280291

281292
This setting allows you to set the beta version as the default editor.
282293

294+
### Navigation
295+
296+
This setting allows you to move forward and backward through your editing history to show the documents you have recently worked on. You must restart Studio Pro to use this feature.
297+
283298
### System Texts Editor
284299

285300
In Studio Pro 10.14.0, the web version of the system texts editor was released as an experimental feature. Enable this option to use the web version of the editor.
300 KB
Loading
118 KB
Loading

0 commit comments

Comments
 (0)