Home > Development Tools > notepad > body text

What software is notepad?

(*-*)浩
Release: 2019-08-21 14:18:39
Original
30768 people have browsed it

Notepad (Notepad) is a code editor or a small program in WINDOWS, used for text editing, and has equivalent functions to Windows WordPad in terms of text editing. It is an open source, compact and free plain text editor.

What software is notepad?

Notepad has built-in support for up to 27 types of syntax highlighting (including various common source codes and scripts. It is worth mentioning that, perfect Supports .nfo file viewing) and also supports custom languages. (Recommended learning: notepad use)

Main functions

The smallest and simplest text editor.

In the "File" menu, there are several simple options: New, Open, Save, Save As, Page Setup, Print, and Exit.

In the "Edit" menu, in addition to the options in the right-click menu such as copy, the most commonly used ones are find and replace, and you can also insert the current time and date.

In "Format", you can adjust whether to automatically wrap lines and display fonts. When a sentence is very long and it is easy to miss some text you want to view by dragging the scroll bar, you can select automatic word wrapping. When changing the font to the currently viewed font, the font will change to the default font when viewing the same file on another computer. Because plain text is just symbols and does not contain any other information.

You can only change whether to display the status bar in the view menu. The status bar can display information such as the position where the mouse cursor is inserted.

In addition to copyright information, you can also open related help files from here.

In addition to plain text, many other files can be opened using Notepad. For example, ini configuration file and inf information. There are also many file types that are actually text encodings. For example, Windows libraries are text documents with a changed extension that contain specific text. Therefore, if you encounter a file with an unknown extension and try to open it, it will probably be possible.

Notepad can only process plain text files. However, since the source codes in various formats are plain text, Notepad has become the most used source code editor.

It only has the most basic editing functions, so it is small in size, fast to start, takes up low memory, and is easy to use.

Although the function of "Notepad" is not comparable to that of "WordPad", it still has its own unique skills. Compared with Microsoft Word, the functions of "Notepad" are indeed too thin. It only has a few functions: create, save, print, search, and replace. But "Notepad" has an advantage that Word cannot have: fast opening speed and small file size. Software that pursues speed is compared with its startup speed. You can also judge whether the system is very stuck by the speed at which it is opened.

The file size of the same text file saved with Word and saved with Notepad is very different, so it is best to use Notepad to save plain text.

Notepad can save unformatted files. You can save the files edited by Notepad as: ".html", ".java", ".asp", etc. in any format. This allows "Notepad" to find a new purpose: as an editor for programming languages. However, considering its poor ease of use, Notepad is not recommended as an editor here.

An old trick when using Notepad is to enter .LOG in the first line of the Notepad file and press the Enter key to change the line (there must be a blank line between .log and the text so that it can take effect correctly. ), then you will find a time display at the end of each edit. You can also use this feature to treat it as a digital diary.

The above is the detailed content of What software is notepad?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!