Home > Article > Development Tools > How to display two windows side by side in notepad++
Directly open a document, test1.txt (recommended learning: notepad )
and then open it The second document, test2.txt, will be displayed like this:
The two documents are displayed in the form of labels. Sometimes you need to view two documents at the same time, like this The display is not convenient, and I hope to be able to view two documents at the same time.
Take the following operations:
Click on the label of test2.txt, hold down the mouse, and move to the text editing area:
At this point, release the mouse and a menu will appear: Move to other view; Clone to other View
Select the option you need, which will be displayed as:
If you no longer need to display it this way, just close test2.txt, and it will be normal next time you open it. Or after selecting test2.txt, hold down the mouse and drag it to the text editing area of text1.txt, the same can be done.
The above is the detailed content of How to display two windows side by side in notepad++. For more information, please follow other related articles on the PHP Chinese website!