• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Replacement editor for NPP with a compare feature?

JTsyo

Lifer
Notepad++ crashes the video drives when using the DIFF function to compare 2 files. Is there another editor that can do this well and is a decent editor, pls no VI editor.
 
Well, I tend to use an editor and a diff tool, so I get the best of both worlds. If you really like npp and don't want to switch, consider something like Winmerge for diffs.
 
'diff' and 'diff3' are command line GNU tools. GNU 'emacs' is a behemoth of an editor, which includes an "ediff" mode that does use the command line tools for the raw work.
 
Back
Top