Home > Article > Development Tools > How to display notepad++ on the desktop
Notepad is a set of text editors under the Windows operating system (software copyright license: GPL). It has a complete Chinese cultural interface and supports multi-language writing (UTF8 technology) . Although the software is good, some friends did not choose to generate a desktop shortcut when installing it, and the notepad cannot be found on the desktop after installation. Next, we will explain to you how to display Notepad on the desktop.
Recommended tutorial: notepad graphic tutorial
Generally, we can choose to generate a desktop shortcut during installation. In this way, after the installation is completed, you can directly see the automatically generated shortcut on the desktop. If the installation does not choose to generate a shortcut, there is no need to use a single line. We only need to find the notepad .exe file in the notepad installation directory, and then right-click and select Generate shortcut. method, and then copy the shortcut to the desktop.
Extended information
Features:
1. All WYSIWYG function, syntax highlighting, word auto-completion function, supports editing of multiple documents at the same time; supports custom languages; 2. For HTML web page programming code, you can directly choose to open it in different browsers View to facilitate debugging; 3. Automatically detect file types, display nodes according to keywords, nodes can be folded/opened freely, and indentation guide lines can be displayed to make the code layered; 4. Dual windows can be opened, and multiple sub-windows can be opened in separate windows; 5. The number of bytes of the selected text can be displayed, not the number of words displayed by ordinary editors; it provides some practical Tools, such as adjacent row swap positions, macro functions, etc.;The above is the detailed content of How to display notepad++ on the desktop. For more information, please follow other related articles on the PHP Chinese website!