update abaplint to latest

This commit is contained in:
larshp 2018-11-08 06:22:56 +01:00 committed by Lars Hvam
parent 28ae85e270
commit 6415f9e249
2 changed files with 82 additions and 63 deletions

View File

@ -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._.*>$"
} }
} }
} }

View File

@ -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.