Skip to content

Commit

Permalink
add ADT link handler (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianguenter2 authored Jul 26, 2024
1 parent 9920162 commit 059e200
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added src/.vuepress/public/img/adt1.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/adt2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/user-guide/setup/settings-personal.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ Large | abapGit will force the icons to double in size
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 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). Please ensure that ADT Link Handling is enabled in eclipse preferecenes.
![eclipse - ABAP development](/img/adt1.png)
![adt link handler](/img/adt2.png)

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

Expand Down

0 comments on commit 059e200

Please sign in to comment.