mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
update abaplint to latest
This commit is contained in:
parent
28ae85e270
commit
6415f9e249
|
@ -54,11 +54,29 @@
|
||||||
"definitions_top": {
|
"definitions_top": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"indentation":{
|
|
||||||
"enabled":true
|
|
||||||
},
|
|
||||||
"breakpoint": {
|
"breakpoint": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
},
|
||||||
|
"cloud_types": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"mix_returning": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"method_parameter_names": {
|
||||||
|
"enabled": true,
|
||||||
|
"importing": "^I._.*$",
|
||||||
|
"returning": "^R._.*$",
|
||||||
|
"changing": "^C._.*$",
|
||||||
|
"exporting": "^E._.*$"
|
||||||
|
},
|
||||||
|
"inline_data_old_versions": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"local_variable_names": {
|
||||||
|
"enabled": true,
|
||||||
|
"expectedData": "^L._.*$",
|
||||||
|
"expectedFS": "^<L._.*>$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -164,7 +164,8 @@ CLASS ZCL_ABAPGIT_OBJECT_SSFO IMPLEMENTATION.
|
||||||
IMPORTING ei_code_item_element = li_element
|
IMPORTING ei_code_item_element = li_element
|
||||||
CHANGING cv_within_code_section = cv_within_code_section ).
|
CHANGING cv_within_code_section = cv_within_code_section ).
|
||||||
|
|
||||||
lv_leading_spaces = li_element->get_attribute_ns( name = zcl_abapgit_object_ssfo=>attrib_abapgit_leadig_spaces ).
|
lv_leading_spaces = li_element->get_attribute_ns(
|
||||||
|
name = zcl_abapgit_object_ssfo=>attrib_abapgit_leadig_spaces ).
|
||||||
|
|
||||||
lv_coding_line = li_element->get_value( ).
|
lv_coding_line = li_element->get_value( ).
|
||||||
SHIFT lv_coding_line RIGHT BY lv_leading_spaces PLACES.
|
SHIFT lv_coding_line RIGHT BY lv_leading_spaces PLACES.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user