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 run python program in notepad
- First open notepad, select the run option in the menu bar, then enter the command cmd /k python "$(FULL_CURRENT_PATH)" & ECHO. & PAUSE & EXIT in the pop-up window, click Save, then set the run shortcut key, and finally you can use the shortcut key to run
- notepad 7446 2019-08-20 09:35:51
-
- How to open a folder in notepad
- Open notepad++, click [New] - [Open the folder where the file is located] - [File Manager] in the menu bar; at this time, the folder where the file is located will be opened.
- notepad 7815 2019-08-21 17:17:45
-
- How to unify indentation on notepad++
- First select the content that requires the same indentation, then click [Edit] - [Indentation] - [Insert tab character (indentation)] (shortcut key [Tab]);
- notepad 9483 2019-08-21 17:17:32
-
- How to install notepad
- First download the notepad installation package (you can download it from the PHP Chinese website). Then run the installation program to enter the installation wizard, accept the user agreement in the installation wizard, and set the installation directory. Then select the components you want to install, and click Install after completing the settings. Wait for the installation to complete before opening the software.
- notepad 6746 2019-08-20 09:20:48
-
- How to convert notepad++ to xml format
- Notepad++ itself cannot convert XML format. You need to download and install the XML Tools plug-in. After the installation is complete, click the [Plug-in] tab and you can see that the XML Tools plug-in has been loaded. If you want to convert XML format, select a series of options starting with [Pretty print].
- notepad 8240 2019-08-21 17:17:05
-
- How to compare files in notepad
- Open notepad++ and click "Plugins". ||Select "Plugin Manager" and click "Show Plugin Manager". ||Check "Compare" and click "Install". ||Open the file you want to compare and select "compare" in the plug-in.
- notepad 3625 2019-08-19 17:19:42
-
- How to set up java in notepad
- The first step is to configure the JDK environment. ||The second step is to download and install the NppExec plug-in. ||The third step, in the NppExec plug-in options, click "Execute", enter the compile and run instructions, and then click "Save". ||The fourth step is to restart Notepad++ and you can see the running command in "Plugins".
- notepad 4377 2019-08-19 17:04:44
-
- How to run notepad c
- Build the MinGW compilation environment. ||Open NotePad++, create a .c file and write a piece of C language code. ||Click "Run-Run" in the menu bar, enter the instructions to set the running C language mode and running shortcut keys, and then click "OK". ||After the construction is completed, you can run the C language.
- notepad 6273 2019-08-19 16:49:48
-
- How to select a column in notepad
- Method 1: Hold down the Alt key, and then use the mouse to make a zone selection to make a column selection. Method 2: Use Alt + Shift + arrow keys to list and select.
- notepad 13795 2019-08-19 16:17:45
-
- How to change line in notepad
- There are two ways to wrap lines in Notepad++, one is to use the Enter key, and the other is to use Notepad's [Automatic Line Wrap].
- notepad 10190 2019-08-21 17:16:47
-
- Why do python files saved by notepad++ not have a .py suffix?
- Because the files saved by notepad++ are file types, you need to add the suffix yourself. If you want to save it as a .py file by default, you need to set it up.
- notepad 7090 2019-08-21 17:16:25
-
- How to delete columns in notepad
- Open the file in notepad++ and use the column mode shortcut key [ALT+left mouse button] to select the column to be deleted; at this time, click the backspace key [BackSpace] or the delete key [delete] on the keyboard to complete the deletion of the column.
- notepad 9182 2019-08-21 17:16:03
-
- How to display multiple lines when opening the file bar in notepad
- Open notepad++, click [Settings] in the menu bar, click [Preferences], and check [Multiple Line Labels] in the [Tab Bar]. At this time, if the file column is not long enough, multiple lines will be displayed.
- notepad 8130 2019-08-21 17:15:38
-
- How to use notepad in the front end
- In the front end, notepad++ needs to be configured to support Emmet quick completion; support Explorer directory management; support cmd console commands; support MarkDown editing preview; and some more commonly used plug-ins, such as: Finger Text, TextFx, Task List, HTML Tag
- notepad 3864 2019-08-21 17:15:21
-
- How to replace carriage return in notepad++
- notepad++ uses the shortcut key [Ctrl+H] to enter the replacement interface, enter \r\n (carriage return and line feed) in the [Find Target] text box, and decide the content after replacement. You must select [Extended] here, otherwise it will not succeed.
- notepad 6292 2019-08-23 09:30:24