From 9ad8973ab6c4a7641569d9c210b6e143b883f963 Mon Sep 17 00:00:00 2001 From: CASAG-MariusRaht <45243391+CASAG-MariusRaht@users.noreply.github.com> Date: Sun, 15 Sep 2019 10:09:27 +0200 Subject: [PATCH] #2725 (#2907) * #2725 > Bottom logo is now clickable and links to the repository page on GitHub > New menu item 'Changelog' under 'Help' which links to the changelog.txt Special Notes: > Link to documentation was already implemented > Link for menu item 'Tutorials' isn't linked to anything. But that seems to be right, because there isn't a tutorial site separated from the documentation website * abaplint: Normalization * Update zcl_abapgit_services_abapgit.clas.abap * Update zcl_abapgit_services_abapgit.clas.abap * abaplint: fix max line length error * abaplint * Removed "|{}|" --- src/ui/zcl_abapgit_gui_page.clas.abap | 12 +- src/ui/zcl_abapgit_gui_page_main.clas.abap | 8 +- src/ui/zcl_abapgit_services_abapgit.clas.abap | 113 ++++++++++-------- src/zcl_abapgit_repo_srv.clas.abap | 3 +- src/zif_abapgit_repo_srv.intf.abap | 2 +- 5 files changed, 80 insertions(+), 58 deletions(-) diff --git a/src/ui/zcl_abapgit_gui_page.clas.abap b/src/ui/zcl_abapgit_gui_page.clas.abap index 61f2d5a1a..4be798093 100644 --- a/src/ui/zcl_abapgit_gui_page.clas.abap +++ b/src/ui/zcl_abapgit_gui_page.clas.abap @@ -10,7 +10,7 @@ CLASS zcl_abapgit_gui_page DEFINITION PUBLIC ABSTRACT CREATE PUBLIC. " You should remember that these actions are handled in the UI. " Have a look at the JS file. BEGIN OF c_global_page_action, - showhotkeys TYPE string VALUE `showHotkeys` ##NO_TEXT, + showhotkeys TYPE string VALUE `showHotkeys` ##NO_TEXT, END OF c_global_page_action. CLASS-METHODS: @@ -30,7 +30,7 @@ CLASS zcl_abapgit_gui_page DEFINITION PUBLIC ABSTRACT CREATE PUBLIC. TYPES: BEGIN OF ty_event, method TYPE string, - name TYPE string, + name TYPE string, END OF ty_event. TYPES: tt_events TYPE STANDARD TABLE OF ty_event WITH DEFAULT KEY. @@ -46,7 +46,7 @@ CLASS zcl_abapgit_gui_page DEFINITION PUBLIC ABSTRACT CREATE PUBLIC. RAISING zcx_abapgit_exception. METHODS render_event_as_form - IMPORTING is_event TYPE ty_event + IMPORTING is_event TYPE ty_event RETURNING VALUE(ro_html) TYPE REF TO zcl_abapgit_html RAISING zcx_abapgit_exception. @@ -115,7 +115,7 @@ ENDCLASS. -CLASS ZCL_ABAPGIT_GUI_PAGE IMPLEMENTATION. +CLASS zcl_abapgit_gui_page IMPLEMENTATION. METHOD call_browser. @@ -186,7 +186,9 @@ CLASS ZCL_ABAPGIT_GUI_PAGE IMPLEMENTATION. ro_html->add( '