fix dump regarding hotkeys #2157

This commit is contained in:
larshp 2018-11-27 12:21:37 +01:00 committed by Lars Hvam
parent 7b2b0a6cd8
commit d68e4e6d4e

View File

@ -60,6 +60,8 @@ CLASS zcl_abapgit_gui_chunk_lib DEFINITION PUBLIC FINAL CREATE PUBLIC.
zcx_abapgit_exception.
PROTECTED SECTION.
PRIVATE SECTION.
ENDCLASS.
@ -160,7 +162,7 @@ CLASS ZCL_ABAPGIT_GUI_CHUNK_LIB IMPLEMENTATION.
iv_hide = abap_true
io_content = ro_html ).
IF zcl_abapgit_hotkeys=>should_show_hint( ) = abap_true.
IF <ls_hotkey> IS ASSIGNED AND zcl_abapgit_hotkeys=>should_show_hint( ) = abap_true.
ro_html->add( |<div id="hotkeys-hint" class="corner-hint">|
&& |Press '{ <ls_hotkey>-sequence }' to get keyboard shortcuts list|
&& |</div>| ).