mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
fix dump regarding hotkeys #2157
This commit is contained in:
parent
7b2b0a6cd8
commit
d68e4e6d4e
|
@ -60,6 +60,8 @@ CLASS zcl_abapgit_gui_chunk_lib DEFINITION PUBLIC FINAL CREATE PUBLIC.
|
||||||
zcx_abapgit_exception.
|
zcx_abapgit_exception.
|
||||||
|
|
||||||
|
|
||||||
|
PROTECTED SECTION.
|
||||||
|
PRIVATE SECTION.
|
||||||
ENDCLASS.
|
ENDCLASS.
|
||||||
|
|
||||||
|
|
||||||
|
@ -160,7 +162,7 @@ CLASS ZCL_ABAPGIT_GUI_CHUNK_LIB IMPLEMENTATION.
|
||||||
iv_hide = abap_true
|
iv_hide = abap_true
|
||||||
io_content = ro_html ).
|
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">|
|
ro_html->add( |<div id="hotkeys-hint" class="corner-hint">|
|
||||||
&& |Press '{ <ls_hotkey>-sequence }' to get keyboard shortcuts list|
|
&& |Press '{ <ls_hotkey>-sequence }' to get keyboard shortcuts list|
|
||||||
&& |</div>| ).
|
&& |</div>| ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user