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-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,9 @@ Enabling this option allows you to specify which repositories should be used by
100
100
101
101
#### Repositories
102
102
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()`.
104
106
105
107
## Maia Tab
106
108
@@ -110,6 +112,7 @@ The **In-Editor Recommender** section contains the following settings:
110
112
111
113
***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.
112
114
***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.
113
116
114
117
### Best Practice Recommender
115
118
@@ -258,6 +261,14 @@ In Studio Pro version 10.6 a new access rule editor was introduced in Beta. Enab
258
261
259
262
For more information, see [Defining Access Rules Using the New Editor](/refguide/access-rules/#new-editor) section of *Access Rules*.
260
263
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
+
261
272
### Expression Editor
262
273
263
274
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
280
291
281
292
This setting allows you to set the beta version as the default editor.
282
293
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
+
283
298
### System Texts Editor
284
299
285
300
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.
0 commit comments