
-
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 format js code shortcut keys in notepad++
For formatting js code in notepad++, you need to install the JSTool plug-in. Click [Plug-in]-[JSTool]-[JSFormat] to format the js code. The shortcut key is [Ctrl+Alt+M].
Aug 23, 2019 am 09:17 AM
How to compare two files in notepad
Notepad++ can compare two files by downloading and installing the Compare plug-in. Click [Plug-in]-[Compare]-[Compare] to compare the contents of the two files to see the differences.
Aug 23, 2019 am 09:08 AM
Notepad++ how to delete an entire column
Open the file in notepad++ and use the column mode shortcut key [ALT+left mouse button] to select the entire column to be deleted; at this time, click the backspace key [BackSpace] or the delete key [delete] on the keyboard to complete deletion of the entire column.
Aug 23, 2019 am 09:01 AM
How to open binary file format in notepad++
Find the binary file, [right-click] and select [Notepad++] in the pop-up menu bar to open it. If the Hex-Editer plug-in is not installed, the opened binary file will be garbled. After installing the plug-in, click [Plug-in]-[Hex-Editer]-[View in HEX] to solve the garbled code problem.
Aug 22, 2019 pm 03:05 PM
How to set notepad font size
Open notepad++, click [Settings] - [Language Format Settings] in the menu bar; enter the language format setting interface, you can set the font size in [Font Size] in [Font Style], and click the [Save and Close] button when finished.
Aug 22, 2019 pm 02:57 PM
How to cancel the display of crlf in notepad++
This is because notepad++ will display CRLF only if [View] - [Show Symbols] - [Show All Characters] is checked; as long as [Show All Symbols] is unchecked, CRLF will not be displayed.
Aug 22, 2019 pm 02:46 PM
How to adjust the font in notepad
Open notepad++, click [Settings] - [Language Format Settings] in the notepad++ menu bar; enter the language format setting interface, set the font in [Font Name] in [Font Style], and check [Use Global Fonts]; click [ Save and Close] button, notepad++ has completed setting the font.
Aug 22, 2019 pm 02:35 PM
How to delete spaces in notepad
How to delete spaces in Notepad: 1. Open Notepad++ and press the [ctrl+h] shortcut key to enter the replacement interface; 2. Enter [\\s] in the [Search directory] option and enter blank in the [Replace with] option; 3. , check the [Regular Expression] option, and click [Replace All].
Aug 22, 2019 pm 02:21 PM
How to add color to fonts in notepad
Click [Settings]-[Language Format Settings] in the notepad++ menu bar to enter the language format setting interface. In [Color Style], set [Foreground Color] to the color you want to add to the font, and check [Use Global Foreground Color]. Click the [Save and Close] button to complete the settings.
Aug 22, 2019 pm 02:15 PM
How to set notepad++ to open by default
Find a text document, right-click [Open with] - [Select a default program], select notepad++, and check [Always use the selected program to open this kind of file]; if there is no notepad++ in [Select a default program], click [Browse] to find it Add notepad++.exe to the folder where notepad++ is installed.
Aug 22, 2019 pm 02:06 PM
Notepad function list cannot be brought out
The reason why the notepad++ function list cannot be loaded is that the contents of the functionList.xml configuration file are not read correctly. Change the path where functionList.xml is located, change the number of JS in the file from 58 to 19, and restart Notepad++. problem solved.
Aug 20, 2019 pm 02:20 PM
notepad++ cannot find file directory
The notepad++ official website does not provide the function of expanding file directories with LightExplorer. You need to use the LightExplorer plug-in. Click [Plug-ins]-[Light Explorer]-[Light Explorer] (shortcut key [Alt+A])
Aug 20, 2019 pm 02:00 PM
Notepad search results are not displayed
Check whether there is a small Find Result window on the upper, lower, left, and right edges of the Windows desktop. It is likely to have a shadow on the edge. You can deselect and lock the taskbar, drag the taskbar to other Windows edges, and pull back the Find Result small window. Just go to the Notepad++ view.
Aug 20, 2019 pm 01:51 PM
An unmappable string encoding gbk appears in notepad++
Click [Settings] - [Preferences] in the menu bar; change the encoding in [New] from UTF-8 to ANSI, then save it as overwriting the original java file, and recompile to solve this problem.
Aug 20, 2019 pm 01:41 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









