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

Highlight code changes for a specific timestamp #99

Open nununo opened 3 years ago

nununo commented 3 years ago

Currently, the timestamps dropdown will "time travel" whenever a new one is selected.

Instead, add a "Time travel" button to trigger that functionality.

And now, whenever a new timestamp is selected, highlight the code lines related to this particular timestamp. It should probably also have a warning saying that only surviving code done on that moment is highlighted. Code which was modified or deleted later in time will not be shown as this is not a DIFF tool.