diff --git a/src/.vuepress/public/img/settings-global-4.png b/src/.vuepress/public/img/settings-global-4.png new file mode 100644 index 000000000..3fee4a1bf Binary files /dev/null and b/src/.vuepress/public/img/settings-global-4.png differ diff --git a/src/.vuepress/public/img/settings-global-5.png b/src/.vuepress/public/img/settings-global-5.png new file mode 100644 index 000000000..b06017231 Binary files /dev/null and b/src/.vuepress/public/img/settings-global-5.png differ diff --git a/src/.vuepress/public/img/settings-global-6.png b/src/.vuepress/public/img/settings-global-6.png new file mode 100644 index 000000000..77936b9e4 Binary files /dev/null and b/src/.vuepress/public/img/settings-global-6.png differ diff --git a/src/.vuepress/public/img/settings-global-7.png b/src/.vuepress/public/img/settings-global-7.png new file mode 100644 index 000000000..79baa97a3 Binary files /dev/null and b/src/.vuepress/public/img/settings-global-7.png differ diff --git a/src/.vuepress/public/img/settings-personal-4.png b/src/.vuepress/public/img/settings-personal-4.png new file mode 100644 index 000000000..175095eb1 Binary files /dev/null and b/src/.vuepress/public/img/settings-personal-4.png differ diff --git a/src/.vuepress/public/img/settings-personal-5.png b/src/.vuepress/public/img/settings-personal-5.png new file mode 100644 index 000000000..05976ad10 Binary files /dev/null and b/src/.vuepress/public/img/settings-personal-5.png differ diff --git a/src/user-guide/setup/settings-global.md b/src/user-guide/setup/settings-global.md index ca44232fe..991c86f45 100755 --- a/src/user-guide/setup/settings-global.md +++ b/src/user-guide/setup/settings-global.md @@ -4,14 +4,15 @@ category: setup order: 40 --- -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". +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". + +![abapGit](/img/settings-global-4.png) +![abapGit](/img/settings-global-5.png) -![](/img/settings-global-0.png) Note: Global settings are relevant for online projects, only. -![](/img/settings-global-1.png) -![](/img/settings-global-2.png) +![abapGit](/img/settings-global-6.png) ## Proxy Settings @@ -36,7 +37,7 @@ By default, the [commit page](/user-guide/projects/online/stage-commit.md#commit Note: These settings are only available when using the [Development Version](/user-guide/getting-started/install.md#install-developer-version) of abapGit. -![](/img/settings-global-3.png) +![abapGit](/img/settings-global-7.png) ### Enable Critical Unit Tests The developer version of abapGit might contain unit tests that impact system settings (like creating/deleting test objects). By default, these test are disabled. diff --git a/src/user-guide/setup/settings-personal.md b/src/user-guide/setup/settings-personal.md index 06fc64b60..3f3650fb8 100755 --- a/src/user-guide/setup/settings-personal.md +++ b/src/user-guide/setup/settings-personal.md @@ -5,13 +5,14 @@ order: 50 --- Personal settings in abapGit are valid only for the logged on user. You can maintain the -settings from the repository list or repository view by selecting "Settings > Personal". +settings from the repository list or repository view by selecting "Global Settings" > "Personal". -![](/img/settings-personal-0.png) +![abapGit](/img/settings-global-4.png) +![abapGit](/img/settings-personal-4.png) Note: Personal settings are relevant to all of your repositories. -![](/img/settings-personal-1.png) +![abapGit](/img/settings-personal-5.png) ## Startup @@ -19,8 +20,7 @@ If you turn on "Show Last Opened Repository", abapGit will jump directly to the ## User Interface -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). +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). 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. @@ -37,14 +37,11 @@ Large | abapGit will force the icons to double in size ## Interaction 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. -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. +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. -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). +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). -**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. +**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. ![](/img/settings-personal-3.png)