Notepad is a text editor under the Windows operating system (Software Copyright License: GPL). It has a complete Chinese cultural interface and supports multi-language writing (UTF8 technology) . Below we will introduce to you how to align text in Notepad.
Recommended tutorial: notepad graphic tutorial
We can use shortcut keys to align text in notepad.
Select all-------》CTRL A
Align left-------》CTRL ALT L
Align right------》CTRL ALT R
Like the ALT F8 function in vC6
Extended information:
Notepad is a text editor under the Windows operating system (software copyright license: GPL). It has a complete Chinese interface and supports multiple languages. Functions written (UTF8 technology).
Notepad is more powerful than Notepad in Windows. In addition to being used to create general plain text description files, it is also very suitable for writing computer program codes. Notepad not only has syntax highlighting, but also has a syntax folding function, and supports macros and plug-in modules that expand basic functions.
Function
Built-in support for up to 27 types of syntax highlighting (including various common source codes and scripts, which can well support .info file viewing) , also supports custom languages;
It can automatically detect file types, display nodes according to keywords, nodes can be folded/opened freely, and indentation guide lines can also be displayed, and the code display is very hierarchical;
Double windows can be opened, and multiple sub-windows can be opened in separate windows, display ratio;
Provides some useful tools, such as adjacent row swap positions, macro functions, etc...
The number of bytes of the selected text can be displayed (instead of the number of words displayed by the general editor, which is very convenient in some cases, such as software localization);
Regular matching strings and Batch replacement;
Powerful plug-in mechanism expands editing capabilities, such as Zen Coding.
Features
1. WYSIWYG function, syntax highlighting, word auto-completion function, support for editing multiple documents at the same time; support for custom languages ;
2. For HTML web page programming code, you can directly choose to open it in different browsers for viewing to facilitate debugging;
3. Automatically detect file types and display nodes according to keywords , nodes can be folded/opened freely, and indentation guide lines can be displayed to make the code layered;
4. Double windows can be opened, and multiple sub-windows can be opened in the sub-window;
5. The number of bytes of the selected text can be displayed, which is not the number of words displayed by ordinary editors; some practical tools are provided, such as adjacent line swap positions, macro functions, etc.;
The above is the detailed content of How to align notepad. For more information, please follow other related articles on the PHP Chinese website!