@Shawn-Jackson
@Nick-Brown
@Terry-R
@Alan-Kilborn said in Setting or Plugin to Highlight Lines that have been modified since last change:
It needs better exposure – is there a reason it isn’t found via Plugins Admin?
As the “author” of Changed Lines (and use that term loosely) - I wanted this feature and it was available in Location Navigate, which unfortunately was 32-bit only and seemed abandoned. I tried unsuccessfully to port to 64-bits and eventually gave up, lifted the important bits into a 64-bit plugin architecture and got it working. I then added a few bells and whistles and diverged a bit from the original code.
Like most of “my” plugins, they aren’t mine, they are someone else’s abandoned work which I compiled for 64-bit and stashed away. Many I don’t even use. But I’m hesitant to list in Plugins Admin since it isn’t my work, I can’t really support them properly and - in this case - Austin Young seems to have gotten Location Navigate working for 64-bit:
a91d2118-0772-4684-b070-38bbae8fa70a-image.png
Now regarding what @Shawn-Jackson really wants:
I’m looking for a plugin that highlights the lines of code that have been modified since last save.
@Terry-R may also have a solution with Compare plugin - I use it, it works fine. It is more of a diff tool whereas Location Navigate (or Changed Lines) simply shows a visual marker (generally in the margin) for each line that has changed since the last save. Note Changed Lines does not remember changes between Notepad++ sessions (I think Location Navigate has a setting for that, but I’ve never got it working). I mainly use the Compare plugin to visual diff to “different” files rather than compare different versions of the same file, as @Terry-R indicates with the menu options for:
Diff against Git (with the help of libgit2 ) Diff against SVN (with the help of sqlite ) Diff since last Save*Hope that helps clear things up a bit.
Cheers.