Home  >  Article  >  Development Tools  >  Can notepad++ compare the differences between two files?

Can notepad++ compare the differences between two files?

(*-*)浩
(*-*)浩Original
2019-08-08 15:03:126053browse

Can notepad++ compare the differences between two files?

Introduced below, install the Compare plug-in in NotePad to compare the differences between the two files. (Recommended learning: notepad )

Open NotePad, click [Plug-in] on the toolbar –”Plugin Manager —”Show Plugin Manager, check √Compare –”Install, As shown in the figure:

Can notepad++ compare the differences between two files?Can notepad++ compare the differences between two files?

Use NotePad to open the two files to be compared, such as SN.txt and 11.txt, where SN.txt is the source file. 11.txt is the target file. Click [Plugins] -> Compare in the menu bar.

Check √: Align Matches, Ignore Spacing, Detect Moves, Navigation bar.

Can notepad++ compare the differences between two files?Looking at the line represented by the yellow color, we found that there is a problem with the int of the statement in the target file 11.txt. It should be init, that is, int —> init

Can notepad++ compare the differences between two files?

The above is the detailed content of Can notepad++ compare the differences between two files?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn