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
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,12 +149,16 @@ This is the pattern from which the arguments are derived that are passed to the
149
149
*`{0}` – this is replaced with the name of the original file before the arguments are passed to the file comparison program
150
150
*`{1}` – this is replaced with the name of the changed file before the arguments are passed to the file comparison program
151
151
152
-
### Solution Warning
152
+
####Solution Warning
153
153
154
154
Select **Show warning on updating marketplace modules** to display a warning message when updating a Marketplace module.
155
155
156
156
### Git{#git}
157
157
158
+
#### Git Location {#git-location}
159
+
160
+
This setting allows users to specify a path for Git installation in their system. By default, Studio Pro automatically detects installed Git, ensuring a smooth setup for most users. However, there may be cases where manually configuring the path is beneficial, such as when multiple versions of Git are installed or when the default detection does not align with specific project requirements.
161
+
158
162
#### Enable Private Version Control with Git {#enable-with-Git}
159
163
160
164
Select this option when you want to work on an app that is not stored in [Mendix Team Server](/developerportal/general/team-server/), but in a private Git server, which you have access to. This allows you to specify the location of the app on the Git server when opening, downloading, or uploading the app. With this setting you also need to specify [name](#name) and [email](#email) that will be used to identify your commits with Git.
@@ -167,6 +171,14 @@ Specify your name for Git to use it in commit messages and make them more inform
167
171
168
172
Specify your email for Git to use it in commit messages and make them more informative.
169
173
174
+
#### Enable Current Windows User Authentication {#enable-windows-authentication}
175
+
176
+
{{% alert color="info" %}}
177
+
This setting is available in Studio Pro MTS versions 10.6.21 and above, 10.12.14 and above, 10.18.3 and above.
178
+
{{% /alert %}}
179
+
180
+
When this option is selected, the application automatically uses credentials of the currently logged-in Windows user to authenticate and connect to the on-premises Git server. This feature streamlines the authentication process by eliminating the need for users to manually enter their credentials, enhancing both security and user convenience. By leveraging Windows authentication, organizations can ensure that access to the Git server is seamlessly integrated with their existing IT infrastructure, providing a smooth and efficient workflow for development teams.
181
+
170
182
#### Clone {#clone}
171
183
172
184
{{% alert color="info" %}}
@@ -189,6 +201,8 @@ Select **Do not show warning about Git version** to suppress a warning shown whe
0 commit comments