current location:Home > Technical Articles > Development Tools > notepad
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- 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".
- notepad 8801 2019-08-14 15:51:51
-
- 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.
- notepad 11693 2019-08-21 16:56:46
-
- 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.
- notepad 13113 2019-08-14 15:34:13
-
- 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
- notepad 13820 2019-08-21 16:56:30
-
- 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".
- notepad 8998 2019-08-14 15:16:41
-
- 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.
- notepad 4953 2019-08-21 16:56:03
-
- 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".
- notepad 6797 2019-08-14 14:59:25
-
- 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.
- notepad 30665 2020-10-21 11:18:19
-
- How to install linux notepadqq
- Linux notepadqq is very simple to install. You only need to add the repository and do apt-get install.
- notepad 3911 2019-08-21 16:54:37
-
- How to modify notepad theme
- The first step is to open notepad++. ||The second step is to click "Settings" and select "Language Format Settings" from the drop-down menu. ||The third step is to select the theme you like in the drop-down menu of "Select Theme", and then click "OK".
- notepad 3309 2019-08-14 14:38:08
-
- How to cut entire columns in notepad++
- First, use the shortcut key [Alt+left mouse button] to enter column mode to select a column; then right-click and select [Cut], and you can see that the cut part has disappeared.
- notepad 5878 2019-08-21 16:54:04
-
- What is the newline character in notepad?
- The newline character in notepad++ is CRLE. By default, Notepad++ does not display line breaks or tab characters. You can view notepad++ line breaks by clicking [View] in the menu bar and selecting [Show all characters] in the pop-up drop-down menu.
- notepad 9177 2019-08-21 16:53:41
-
- Learn how to compile C/C++ with Notepad++ in one article
- Download and install MinGW and configure the compiler. ||Configure MinGW into environment variables. ||Enter cmd and enter gcc -v or g++ -v to view the compiler version that has been added to the environment variable. ||Open Notepad++, press F5 to bring up "Run", copy the run command into it, and then click "Run".
- notepad 3968 2019-08-14 14:15:20
-
- How to set font in notepad++
- Open notepad++, click [Settings] in the menu bar, and select [Language Format Settings] in the setting options; enter the language format setting interface, and in the [Font Style] area you can set the font, font size, bold, italics, and underline. When finished, click the [Save and Close] button.
- notepad 8001 2019-08-21 16:53:18
-
- How to remove spaces in notepad++
- Use the shortcut key [Ctrl+H] to enter the replacement interface, enter \s (meaning a space) in [Search Directory], do not enter parameters in [Replace with], check [Regular Expression], and click the [Replace All] button, then All spaces in the current file have been removed.
- notepad 7458 2019-08-21 16:53:01