
-
All
-
web3.0
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Backend Development
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Web Front-end
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Database
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Operation and Maintenance
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Development Tools
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
PHP Framework
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Common Problem
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Other
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Tech
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
CMS Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Java
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
System Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Computer Tutorials
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Hardware Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Mobile Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Software Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-
-
Mobile Game Tutorial
-
VSCode
-
sublime
-
notepad
-
git
-
composer
-
SVN
-
GitLab
-
pycharm
-
MyEclipse
-
vim
-
macOS
-
visual studio code
-
eclipse
-
visual studio
-
idea
-

How to replace line breaks with separators in notepad++
Notepad++ uses the shortcut key [Ctrl + f] to open the search, click [Replace] to enter the interface, check [Regular Expression], [Search Target] fill in the delimiter, [Replace] fill in "\r" (carriage return and line feed) To change the line, click the [Replace All] button.
Aug 20, 2019 am 10:42 AM
How to copy the second column in notepad
Open notepad++, use the shortcut key [Alt+left mouse button] to select the second column; right-click the mouse and click [Copy]. The second column in notepad has been copied.
Aug 20, 2019 am 10:31 AM
How to mark colors in notepad++
Select the text area where you want to set [mark], right-click the mouse, and select [Style token]. You can see that there are 5 default formats, numbered 1-5. Use them for marking colors.
Aug 20, 2019 am 10:22 AM
What is the default language type of notepad?
Open notepad++, click [Settings] - [Preferences] in the menu bar; enter the preference interface, click [New], you can see that notepad's [Default Language] is the Normal Text type.
Aug 20, 2019 am 10:00 AM
Can notepad create web pages?
Notepad is a very easy-to-use text editor with built-in support for up to 27 syntax highlights (including various common source codes and scripts, and can well support .info file viewing). So notepad can create web pages.
Aug 20, 2019 am 09:48 AM
How to choose the file type to save in notepad++
Open notepad++, click [File] - [Save As] in the menu bar; at this time, a window will pop up, and you can select the file type in the [Save as Type] in the window.
Aug 20, 2019 am 09:45 AM
How to run python program in notepad
First open notepad, select the run option in the menu bar, then enter the command cmd /k python "$(FULL_CURRENT_PATH)" & ECHO. & PAUSE & EXIT in the pop-up window, click Save, then set the run shortcut key, and finally you can use the shortcut key to run
Aug 20, 2019 am 09:35 AM
How to open a folder in notepad
Open notepad++, click [New] - [Open the folder where the file is located] - [File Manager] in the menu bar; at this time, the folder where the file is located will be opened.
Aug 20, 2019 am 09:33 AM
How to unify indentation on notepad++
First select the content that requires the same indentation, then click [Edit] - [Indentation] - [Insert tab character (indentation)] (shortcut key [Tab]);
Aug 20, 2019 am 09:23 AM
How to install notepad
First download the notepad installation package (you can download it from the PHP Chinese website). Then run the installation program to enter the installation wizard, accept the user agreement in the installation wizard, and set the installation directory. Then select the components you want to install, and click Install after completing the settings. Wait for the installation to complete before opening the software.
Aug 20, 2019 am 09:20 AM
How to convert notepad++ to xml format
Notepad++ itself cannot convert XML format. You need to download and install the XML Tools plug-in. After the installation is complete, click the [Plug-in] tab and you can see that the XML Tools plug-in has been loaded. If you want to convert XML format, select a series of options starting with [Pretty print].
Aug 20, 2019 am 09:09 AM
How to compare files in notepad
Open notepad++ and click "Plugins". ||Select "Plugin Manager" and click "Show Plugin Manager". ||Check "Compare" and click "Install". ||Open the file you want to compare and select "compare" in the plug-in.
Aug 19, 2019 pm 05:19 PM
How to set up java in notepad
The first step is to configure the JDK environment. ||The second step is to download and install the NppExec plug-in. ||The third step, in the NppExec plug-in options, click "Execute", enter the compile and run instructions, and then click "Save". ||The fourth step is to restart Notepad++ and you can see the running command in "Plugins".
Aug 19, 2019 pm 05:04 PM
How to run notepad c
Build the MinGW compilation environment. ||Open NotePad++, create a .c file and write a piece of C language code. ||Click "Run-Run" in the menu bar, enter the instructions to set the running C language mode and running shortcut keys, and then click "OK". ||After the construction is completed, you can run the C language.
Aug 19, 2019 pm 04:49 PM
Hot tools Tags

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

vc9-vc14 (32+64 bit) runtime library collection (link below)
Download the collection of runtime libraries required for phpStudy installation

VC9 32-bit
VC9 32-bit phpstudy integrated installation environment runtime library

PHP programmer toolbox full version
Programmer Toolbox v1.0 PHP Integrated Environment

VC11 32-bit
VC11 32-bit phpstudy integrated installation environment runtime library

SublimeText3 Chinese version
Chinese version, very easy to use

Hot Topics









