Home  >  Article  >  Development Tools  >  How to display which column in notepad

How to display which column in notepad

angryTom
angryTomOriginal
2019-08-12 11:26:469782browse

How to display which column in notepad

Notepad is a code editor or a small program in WINDOWS. It is used for text editing. It is equivalent to Windows WordPad in terms of text editing. It is an open source, compact and free plain text editor. Let me introduce to you how to display the columns in notepad.

Recommended tutorial: Notepad graphic tutorial

## In fact, Notepad does not have the function of displaying the number of columns, but in After opening the file. There is a related display at the bottom of the window. length is the length. lines is the number of lines. Ln is also the number of rows. Col is the number of columns.

How to display which column in notepad

Now let me introduce how to display the number of rows.

1. Open notepad. Then click the Settings menu option above and click Preferences among the options that appear.

How to display which column in notepad

#2. Then click the Edit menu option on the left in the page that opens.

How to display which column in notepad

#3. Then you can see an option to "Show line number bar" in the opened page, but the check in the box in front of it is not checked.

How to display which column in notepad

4. Then check the box in front of the "Show line number bar", close the pop-up page, and when you return to the page, you can see that it will be displayed in front of each line of code. Line number.

How to display which column in notepad

The above is the detailed content of How to display which column in notepad. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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