
-
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 set SQL keywords to automatically capitalize in notepad
Notepa++ uses the [Poor Man's T-Sql Formatter] plug-in. Click [Plug-in] - [Poor Man's T-Sql Formatter] - [Format T-SQL Code] in the notepad menu bar. The sql keyword will be automatically capitalized.
Aug 12, 2019 am 11:23 AM
How to view binary file format in notepad++
Notepad++ requires the HexEditor plug-in to view the binary file format. Click [Plug-in]-[Hex-Editer]-[View in HEX] on the menu bar to view the binary file format.
Aug 12, 2019 am 11:11 AM
How to run C language in notepad
First, you need to set up the MinGW compilation environment on your computer. Then create a .c file in notepad and write a piece of C language code. After writing, click the menu bar -> Run, and enter the compilation command in the pop-up box. Set the compilation function. Then repeat it again and set the running function. Finally, click Run to run the C language program.
Aug 12, 2019 am 11:10 AM
How to select a column in notepad
The method to select a column using notepad is to press the ALT key and then use the mouse to select the corresponding column. The operation is very simple.
Aug 12, 2019 am 10:54 AM
notepad compares two files for differences
Notepad++ downloads and installs the Compare plug-in to compare two files. In this way, the differences between the two files are compared. If there are differences, they are marked with a background color to distinguish the differences between the two files.
Aug 12, 2019 am 10:43 AM
notepad++ cannot automatically save as java file
Because notepad++ automatically saves as a txt file by default, if you want notepad++ to automatically save as a java file, you need to set it up. Set the default language to java and encoding to ANSI; uncheck [Use New Style Dialog Box] in [Default Directory].
Aug 12, 2019 am 10:26 AM
notepad++java code encoding gbk's unmappable characters
Solution: Click [Settings] - [Preferences] in the notepad++ menu bar; enter the preference interface, click [New], and select [ANSI] encoding in [Encoding].
Aug 12, 2019 am 10:15 AM
notepad++ menu bar is missing
The notepad++ menu bar disappeared because of notepad++'s note mode. Click [View] - [Note Mode] in the notepad++ menu bar to display only the editing area and the menu bar disappears. You can use the shortcut key [F12] to switch, or click the plus button in the upper right corner of the note template to restore the original interface.
Aug 12, 2019 am 09:58 AM
Notepad checks whether the file format is unix
You can use notepad++ to check whether the file format is unix in the drop-down menu of [Edit] - [Various Document Conversions] in the menu bar. The currently used file format cannot be selected; and the file type will be displayed in the lower right corner of notepad.
Aug 12, 2019 am 09:38 AM
Notepad opens the class file with garbled characters
Notepad++ opens class files with garbled characters. You need to use the Java decompilation tool [Java Decompiler] to convert the .class files into readable .java files.
Aug 12, 2019 am 09:20 AM
How to enlarge font in notepad++
How to enlarge fonts in notepad++: You can enlarge fonts by clicking the enlarge icon at the top of the menu bar. You can also use [ctrl+mouse wheel scroll] to enlarge the font.
Aug 10, 2019 pm 03:01 PM
How to exit full screen in notepad
How to exit full screen in notepad: You can exit full screen by clicking the [View] and [Switch Full Screen Mode] options in the menu bar. You can also exit full screen by using the shortcut key [F11].
Aug 10, 2019 pm 02:55 PM
How to set file encoding in notepad
How to set file encoding in notepad: 1. Open notepad++; 2. Click the [Format] option at the top of the menu bar; 3. Select the appropriate file encoding as needed.
Aug 10, 2019 pm 02:46 PM
How to set black background in notepad++
How to set a black background in notepad++: 1. Click [Settings], [Language Format Settings] in the menu bar; 2. Set the background color to black in [Color Style], and check the [Use Global Background Color] option; 3. Click the [Save and Close] button.
Aug 10, 2019 pm 02:35 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









