mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
Fix code inspector page navigation (#2883)
This commit is contained in:
parent
9a6e6e8b24
commit
13c227359a
|
@ -194,8 +194,9 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_CODI_BASE IMPLEMENTATION.
|
||||||
lv_line_number_s TYPE string,
|
lv_line_number_s TYPE string,
|
||||||
lv_line_number TYPE i.
|
lv_line_number TYPE i.
|
||||||
|
|
||||||
lv_temp = iv_action.
|
lv_temp = replace( val = iv_action
|
||||||
SHIFT lv_temp LEFT DELETING LEADING c_ci_sig.
|
regex = |^{ c_ci_sig }|
|
||||||
|
with = `` ).
|
||||||
|
|
||||||
IF lv_temp <> iv_action. " CI navigation request detected
|
IF lv_temp <> iv_action. " CI navigation request detected
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user