Howdy, long-time listener, very infrequent caller...
Noticed something today that I thought could maybe use a tweak.
Say I have a C file with three structs in it and the middle struct gets commented out. Comparing the current version with the last, instead of lining up the commented out struct with the uncommented version of itself, it tries to line it up with the third struct (see 1.png, attached). If I manually line up the first lines of the second struct, the remainder falls into place (see 2.png, attached) but it would be nice if I didn't have to do that, you know?
Maybe there's a good reason, just thought I'd offer it up.
Thanks for the great tool!
Noticed something today that I thought could maybe use a tweak.
Say I have a C file with three structs in it and the middle struct gets commented out. Comparing the current version with the last, instead of lining up the commented out struct with the uncommented version of itself, it tries to line it up with the third struct (see 1.png, attached). If I manually line up the first lines of the second struct, the remainder falls into place (see 2.png, attached) but it would be nice if I didn't have to do that, you know?
Maybe there's a good reason, just thought I'd offer it up.
Thanks for the great tool!
Comment