Notepad is one of the favorite editors among programmers. It has many common editor functions such as syntax highlighting, syntax folding, and macros. If you find something dissatisfied with Notepad, you can also define a more powerful Notepad by installing extensions or developing extensions yourself! (Recommended learning: Notepad use)
Introduced below, By downloading and installing the Compare plug-in in NotePad, you can compare files Compared.
Open NotePad, click [Plug-in] on the toolbar -》Plugin Manager -》Show Plugin Manager, check √Compare -》Install, as shown in the figure:
Use NotePad to open the two files to be compared, such as SN.txt and 11.txt, where SN.txt is the source file and 11.txt is the target file. .
Click [Plug-in] on the toolbar—》Compare.
Check √: Align Matches, Ignore Spacing, Detect Moves, Navigation bar.
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
The above is the detailed content of Can notepad compare files?. For more information, please follow other related articles on the PHP Chinese website!