Skip to content

Commit 059e200

Browse files
add ADT link handler (#244)
1 parent 9920162 commit 059e200

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Diff for: src/.vuepress/public/img/adt1.png

24.6 KB
Loading

Diff for: src/.vuepress/public/img/adt2.png

43.7 KB
Loading

Diff for: src/user-guide/setup/settings-personal.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ Large | abapGit will force the icons to double in size
3939
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.
4040
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.
4141

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).
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
43+
open the object in ADT (if available). Please ensure that ADT Link Handling is enabled in eclipse preferecenes.
44+
![eclipse - ABAP development](/img/adt1.png)
45+
![adt link handler](/img/adt2.png)
4346

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

0 commit comments

Comments
 (0)