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: src/user-guide/setup/settings-global.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,15 @@ category: setup
4
4
order: 40
5
5
---
6
6
7
-
Global settings in abapGit are valid system-wide and for all users. You can maintain the settings from the repository list or repository view by selecting "Settings > Global".
7
+
Global settings in abapGit are valid system-wide and for all users. You can maintain the settings from the repository list or repository view by selecting "Global Settings" > "Global".
8
+
9
+

10
+

8
11
9
-

10
12
11
13
Note: Global settings are relevant for online projects, only.
12
14
13
-

14
-

15
+

15
16
16
17
## Proxy Settings
17
18
@@ -36,7 +37,7 @@ By default, the [commit page](/user-guide/projects/online/stage-commit.md#commit
36
37
37
38
Note: These settings are only available when using the [Development Version](/user-guide/getting-started/install.md#install-developer-version) of abapGit.
38
39
39
-

40
+

40
41
41
42
### Enable Critical Unit Tests
42
43
The developer version of abapGit might contain unit tests that impact system settings (like creating/deleting test objects). By default, these test are disabled.
Copy file name to clipboardExpand all lines: src/user-guide/setup/settings-personal.md
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,22 @@ order: 50
5
5
---
6
6
7
7
Personal settings in abapGit are valid only for the logged on user. You can maintain the
8
-
settings from the repository list or repository view by selecting "Settings > Personal".
8
+
settings from the repository list or repository view by selecting "Global Settings" > "Personal".
9
9
10
-

10
+

11
+

11
12
12
13
Note: Personal settings are relevant to all of your repositories.
13
14
14
-

15
+

15
16
16
17
## Startup
17
18
18
19
If you turn on "Show Last Opened Repository", abapGit will jump directly to the repository that you worked on last.
19
20
20
21
## User Interface
21
22
22
-
You can switch the **Theme** for abapGit between several choices: Default, Dark, and Belize. Alternatively, you can select "Synced with SAP GUI" to use the same theme
23
-
you are using for SAP GUI (availability depends on SAP GUI release).
23
+
You can switch the **Theme** for abapGit between several choices: Default, Dark, and Belize. Alternatively, you can select "Synced with SAP GUI" to use the same theme you are using for SAP GUI (availability depends on SAP GUI release).
24
24
25
25
The size of icons can be influenced using **Icon scaling**. If automatic detection does not work properly, you can pick a better size with the other settings.
26
26
@@ -37,14 +37,11 @@ Large | abapGit will force the icons to double in size
37
37
## Interaction
38
38
39
39
Typically, when objects are changed, the system will display a popup to confirm the activation of objects. This gives the change to address syntax errors, for example.
40
-
If you want objects to be activated automatically, select **Activate Objects Without Popup**. If there are syntax errors, abapGit will indicate this with an icon next to
41
-
the objects in the repository view.
40
+
If you want objects to be activated automatically, select **Activate Objects Without Popup**. If there are syntax errors, abapGit will indicate this with an icon next to the objects in the repository view.
42
41
43
-
If you are using ABAP Development Tools (ADT) in Eclipse, we recommend to turn on **Enable Jump to ABAP Development Tools**. Clicking on objects names in abapGit will then
44
-
open the object in ADT (if available).
42
+
If you are using ABAP Development Tools (ADT) in Eclipse, we recommend to turn on **Enable Jump to ABAP Development Tools**. Clicking on objects names in abapGit will then open the object in ADT (if available).
45
43
46
-
**Enable Vimium-like Link Hints** and **Key to Activate Link Hints** provide a feature similarly to the [Vimium browser](https://vimium.github.io/). After pressing the
47
-
activation key (default "t"), abapGit will uses a clever highlighting method to navigate using links.
44
+
**Enable Vimium-like Link Hints** and **Key to Activate Link Hints** provide a feature similarly to the [Vimium browser](https://vimium.github.io/). After pressing the activation key (default "t"), abapGit will uses a clever highlighting method to navigate using links.
0 commit comments