
-
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 select a column in notepad++
If you want to select a column in notepad++, you can use notepad's column editing mode. After entering column mode, the order and range of operations are within the selected range, from top to bottom. The shortcut key is Alt+mouse.
Aug 06, 2019 am 11:24 AM
How to hide toolbar in notepad
notepad++ Find "Settings" in the menu bar, open "Settings", find "Preferences" under the "Settings" menu; after opening "Preferences", click "Common"; find "Toolbar" on the right, check Hide The small box in front; Notepad has successfully hidden the toolbar at this time.
Aug 06, 2019 am 11:15 AM
How to change notepad++ character set to utf8
Open the file with Notepad++, click Encoding on the menu bar, and click Encode in UTF-8 format in the drop-down list.
Aug 06, 2019 am 11:00 AM
How to adjust notepad to Chinese version
notepad++ click the preference option under the settings option in the menu bar; enter the preference setting window, click Genergy to enter the Genergy setting page; click localization, click Chinese simplified in the drop-down selection, and click the close button to complete.
Aug 06, 2019 am 10:50 AM
How to replace newline characters in notepad++
notepad++ uses the shortcut key Ctrl+H to enter the replacement interface, enter \r\n in the [Find Target] text box, and decide the content after replacement. You must select [Extended] here, otherwise it will not succeed.
Aug 06, 2019 am 10:35 AM
How to change the background of notepad
If you want to change the default background color of notepad++, go to [Settings]-[Language Format Settings...], click the background color, then you can change the background color, click More Colors to customize the color, remember to return it after changing To check Use global background color, click Save to close to complete changing the background.
Aug 06, 2019 am 10:19 AM
How does notepad++ format confusing xml
notepad++ needs to download and install the xml tools plug-in to format messy xml. How to operate: Click "Plug-in (P)"->"XML Tools"->"pretty print" on the top of the notepad++ tool
Aug 06, 2019 am 10:03 AM
Garbled characters appear when writing HTML in notepad
The reason why Notepad++ produces garbled characters when writing HTML is due to different encoding methods. Click "Encoding" in Notepad++ and change it to "Encoded in UTF-8 format" or specify the encoding method in the code, <meta charset = "UTF-8">.
Aug 06, 2019 am 09:37 AM
How to view binary files using notepad++
To use notepad++ to view binary files, you need to download the HexEditor plug-in and put it in the plugins directory of the notepad++ installation directory. After restarting the software, click [Plug-in] - [Hex-Editer] - [View in HEX] to see the binary The contents of the file.
Aug 06, 2019 am 09:14 AM
How to remove duplicate lines in notepad++
Notepad needs to download and install the TextFx plug-in, select the data to remove duplicate lines, click the plug-in-"TextFx"-"TextFx Tools"-"Sort lines case sensitive/insensitive (at column)" and you are done.
Aug 05, 2019 pm 04:50 PM
How to add the same character in front of each line in notepad++
notepad++ uses column block editing mode to prepend the same character to each line. First select the row where characters need to be added, then use the Alt+C shortcut key to open the column block editing dialog box, and fill in the characters to be added in the inserted text.
Aug 05, 2019 pm 04:27 PM
How to split screen in notepad++
Open "File 1.txt" and "File 2.txt" using notepad++ so that there are two tabs in the same window. Right-click on the Tab label of File 2 and click Move to another view/Copy to another A view, at this time, realizes split screen, and you can observe two files at the same time.
Aug 05, 2019 pm 04:13 PM
How to increase the font size in notepad
There is a magnifying glass in the toolbar of Notepad++ to make the font larger; Notepad also supports keyboard combinations to enlarge/reduce the font. The key combination for enlarging is ctrl+mouse wheel scroll.
Aug 05, 2019 pm 03:53 PM
How to convert multiple lines into one line in notepad++
Click Edit - Line Operation - Line Merge option in the notepad++ menu bar, which can turn multiple lines into one line.
Aug 05, 2019 pm 03:36 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









