diff --git a/src/.vuepress/public/img/adt1.png b/src/.vuepress/public/img/adt1.png new file mode 100644 index 000000000..3bdeecc51 Binary files /dev/null and b/src/.vuepress/public/img/adt1.png differ diff --git a/src/.vuepress/public/img/adt2.png b/src/.vuepress/public/img/adt2.png new file mode 100644 index 000000000..319d1134c Binary files /dev/null and b/src/.vuepress/public/img/adt2.png differ diff --git a/src/user-guide/setup/sapgui.md b/src/user-guide/setup/sapgui.md index f581a4433..c00e126b1 100755 --- a/src/user-guide/setup/sapgui.md +++ b/src/user-guide/setup/sapgui.md @@ -53,6 +53,7 @@ Relevant SAP Notes: - [3331099 - SAP GUI for Windows Edge HTML control: Custom URI scheme support is now available](https://me.sap.com/notes/3331099) - [3335007 - SAP GUI for Windows Edge HTML control: Edge browser extension "SAP GUI connector for Microsoft Edge" is not working with SAP Logon Pad and NWBC](https://me.sap.com/notes/3335007) - [3337501 - SAP GUI for Windows Edge HTML Control: Crash is observed when calling ABAP method GET_BROWSER_STRING of CL_GUI_HTML_VIEWER](https://me.sap.com/notes/3337501) +- [3355910 - SAP GUI for Windows Edge HTML Control: Fixed issues caused due to introduction of new custom URI support APIs](https://me.sap.com/notes/3355910) - [What’s New in SAP GUI for Windows](https://help.sap.com/docs/sap_gui_for_windows/e8f03b91f99d45f4ae9d90ddf6e44b70/64155e6b9cb84de79ac28b55ec6fa26c.html) ### SAP GUI for Java diff --git a/src/user-guide/setup/settings-personal.md b/src/user-guide/setup/settings-personal.md index 3f3650fb8..71c3f6a1f 100755 --- a/src/user-guide/setup/settings-personal.md +++ b/src/user-guide/setup/settings-personal.md @@ -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.