Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
517 stars 101 forks source link

Improve initialization of git blame view #567

Closed andocz closed 2 years ago

andocz commented 2 years ago

This PR fixes two things about the initialization of the git blame view:

  1. Jump to the currently selected node when opening git blame view. Fixes #218.
  2. Set fid. Fixes an issue where if a file's blame view is opened before opening any code views, the info tree won't work.