When there are differences between left and right files with same name,
It allows to show differences about content in new view, left and right file with number lines, and mark any colours to show these differences.
View differences of content in files with same name
- Posts: 1
- Joined: 4 Oct 2020
- Posts: 309
- Joined: 7 Jan 2018
This sounds like a generic "diff" mechanism available in GNU/Linux by default, or Notepad++ "compare" view. I don't think FreeFileSync has such a feature, but I think such a feature could be added to invoke another program.
Perhaps this could be implemented with a context menu entry, and the entry could be configurable and use variables like:
Or similar syntax. I'm not sure if Notepad++ has any specific mechanism for opening it immediately to compare view, especially considering the comparison view I am thinking of is from a plugin.
For example, I would like to use:
Perhaps this could be implemented with a context menu entry, and the entry could be configurable and use variables like:
notepad++ --comparison $left $right
For example, I would like to use:
diff -aur $left $right
- Site Admin
- Posts: 7212
- Joined: 9 Dec 2007