Skip to content

Commit

Permalink
Updating text and screenshots (#234)
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Hvam <[email protected]>
  • Loading branch information
francisco-milan and larshp authored Jun 11, 2024
1 parent d8a19fd commit 1216223
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 16 deletions.
Binary file added src/.vuepress/public/img/settings-global-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/img/settings-global-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/img/settings-global-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/img/settings-global-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/img/settings-personal-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/img/settings-personal-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions src/user-guide/setup/settings-global.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
19 changes: 8 additions & 11 deletions src/user-guide/setup/settings-personal.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ 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

If you turn on "Show Last Opened Repository", abapGit will jump directly to the repository that you worked on last.

## 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.

Expand All @@ -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)

Expand Down

0 comments on commit 1216223

Please sign in to comment.