abapinho / abapTimeMachine

ABAP Time Machine provides a much needed way to look at past versions of code in a consistent way. It also provides a sort of git-blame for ABAP (shows the request and author that last modified each line of code).
MIT License
65 stars 12 forks source link

Remove sel-screen time from timestamps #104

Closed nununo closed 3 years ago

nununo commented 3 years ago

Somehow I thought I needed it there but it really doesn't make sense.

Also, solving a ZCX_TIMEM which wasn't being caught.

Partially solves #98.