
-
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 cancel full screen in notepad
Dual windows can be opened, and multiple sub-windows can be opened in the split window, allowing quick switching of full-screen display mode (F11), and supporting the mouse wheel to change the document display ratio; you can also click [View] - [Switch full-screen mode] in the menu bar to enter or exit full screen mode.
Aug 14, 2019 pm 04:47 PM
How to batch annotate in notepad
Select the code that needs to be commented, click "Edit", select "Comment/Uncomment" in the drop-down menu, and then select the comment method in the submenu. You can also make comments through shortcut keys, single-line and multi-line comments: Ctrl+K; block comments: Ctrl+Q.
Aug 14, 2019 pm 04:40 PM
How to open notepad cursor
The first step is to open notepad++. ||The second step is to click "Settings" and select "Preferences" in the drop-down menu. ||The third step is to select "Edit", then click "Others" and set the "Width" in "Caret Settings". ||The fourth step is to set the width to 1 and then return to the main page to see the cursor.
Aug 14, 2019 pm 04:22 PM
How to remove spaces in notepad
The first method is to open notepad++, click "Edit", select "Row Operation" in the drop-down menu, and then click "Remove Empty Rows". Second, press the "Ctrl+F" keys, switch to the "Replace" tab, and use regular expressions to remove spaces.
Aug 14, 2019 pm 04:06 PM
How to add the same string in front of each line in notepad++
notepad++ uses column block editing mode to prepend the same string to each line. First, place the cursor before the serial number, then click [Edit] and select the column [Block Edit]. You can also place the cursor after the serial number and use the shortcut key [Alt+C] to quickly open the column block editing dialog box. Enter the string in [Insert text].
Aug 14, 2019 pm 04:05 PM
How to remove line breaks in notepad
Open notepad++, press the shortcut key [CTRL+F], enter \r\n in [View Target], and open the extension; switch to the [Replace] tab, replace \r\n with nothing (write nothing ), thus achieving the operation of removing newlines.
Aug 14, 2019 pm 03:55 PM
How to set encoding format in notepad
The first step is to open notepad++ and import a text file. ||The second step is to click "Format" in the menu bar and you can see the encoding format of the current text in the drop-down menu. ||The third step, click "Encoding Character Set" to see the supported encoding types. ||The fourth step is to select "Chinese" and click "GB2312".
Aug 14, 2019 pm 03:51 PM
How to comment in notepad++
Open a code file, select the code that needs to be commented; click the [Edit] option in the menu; select [Add/Cancel Comment] in the drop-down menu that pops up; select the appropriate comment option as required. Such as: single-line comments, multi-line comments, block comments.
Aug 14, 2019 pm 03:37 PM
How to install notepad++
The first step is to download notepad++ and double-click the .exe file to install it. ||The second step is to agree to the license agreement, select the installation path, and check the components to be installed. ||The third step is to create a desktop shortcut and click "OK" to complete the installation.
Aug 14, 2019 pm 03:34 PM
How to sort notepad++
Notepad++ requires the TextFX plug-in to be installed for sorting. First select the text, [TextFx]-[TextFx Tools] select sort lines case sensitive (case sensitive) or sort lines case insensitive
Aug 14, 2019 pm 03:16 PM
How to run java in notepad
The first step is to open notepad++, click "Run" and select "Run" in the drop-down menu. ||The second step is to enter the java script command and click "Save". ||The third step is to rename the new script command and set the shortcut key. ||The fourth step is to return to the main page and click on the newly named script in "Run".
Aug 14, 2019 pm 03:16 PM
what is notepad plus
Notepad plus is a code editor that combines win32 api and STL with C++, and uses the powerful editing module Scintilla; Notepad++'s outstanding functions can perfectly replace the Notepad program of Windows systems.
Aug 14, 2019 pm 03:06 PM
How to run python in notepad++
The first step is to open notepad++, click "Run", and select "Run" in the drop-down menu. ||The second step is to enter the python script command and click "Save". ||The third step is to rename the new script command and set the shortcut key. ||The fourth step is to return to the main page and click on the newly named script in "Run".
Aug 14, 2019 pm 02:59 PM
How to format xml in notepad
How to format XML files in notepad: 1. Open notepad++ and click on the plug-in option; 2. Click to expand the [XML Tools] option; 3. Click to select the [Pretty print] option.
Aug 14, 2019 pm 02:55 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
