Frederik Hudák
Frederik Hudák
- Allow to open any package as if it was a linked repository - Don't serialize anything, just list objects (you can't know the filenames at this point either) -...
People care more about performance when they actually see measurable numbers. It also makes it easier to spot a degradation between different versions or as a consequence of repository growth....
resolves #5355 - status is now on the left - status is now clickable to show diff - to unite different display modes, show parent status for object with number...
as it is on the staging page 
as it is on the staging page 
Separated from https://github.com/abapGit/abapGit/issues/5355#issuecomment-1042051608, https://github.com/abapGit/abapGit/issues/5355#issuecomment-1042181166 Example (disregard that these are `json` aff objects and only 1 diff is show and focus on the tags): 
Unite behavior of the two pages  by adding links and the button will become unnecessary:  Unite column names in both screens to `Path (click to view diff)`
```abap methods EXECUTE importing !IR_OPERAND1 type ref to DATA !IR_OPERAND2 type ref to DATA !IR_RESULT type ref to DATA. METHOD execute. CHECK ir_operand1 IS BOUND AND ir_operand2 IS BOUND AND...
## Spacing - [x] remove trailing whitespace - [x] Remove these annoying spaces before dots ```abap CLASS zfh_class_two DEFINITION PUBLIC FINAL CREATE PUBLIC . try . catch cx_root into cx....
```abap REPORT zfoobar. CLASS lcl_test DEFINITION CREATE PRIVATE. PUBLIC SECTION. METHODS parse_something IMPORTING text TYPE string. PROTECTED SECTION. PRIVATE SECTION. ENDCLASS. CLASS lcl_test IMPLEMENTATION. METHOD parse_something. text = 5. ENDMETHOD....