Summary of UltraEdit usage tips

Source: Internet
Author: User
Tags regular expression ultraedit

1. Column Editor Alt+c

2. Bookmark Ctrl+f2

3.function List Feature F8

4. Adjustment of chunk code indent Select the code block you want to adjust press TAB to indent

5. Delete whole line Ctrl+e

6. Be good at using UE's right key function

Remove space at end of line

7. Sorting removal duplication

File-> sort-> Advanced Sorting

8. Auto-complement AutoComplete

Compounding-> editing-> automatic completion of files

9. How do I get rid of the lines in the edited text that contain a specific string?

Ctrl+r to replace the (Replace) window, select Use regular expression, and then replace the empty content with the Find%* your string *^p. For example, I currently have a text file that needs to remove all the lines that contain the http://www.wenkey.com string and find %*http://www.wenkey.com/*^p Replace with empty. Note that ^p is a newline character of the DOS file type. If it is a Unix type file, use ^n.

10. How do I add certain characters, such as commas, at the end of a line?

Ctrl+r the Replace window, and select Use regular expression. You can then look for ^p (or ^n, if it is a UNIX file) and use, ^p (or, ^n) for "Replace all". Add that if it is a MAC type file, The newline symbol is ^r.

11. How do I delete a blank line?

Refer to the above two examples to find ^p$ and replace it with NULL.

It seems that regular expressions need to be studied.

12. How do I edit a file to add a timestamp?

F7 shortcut keys can be. You try?

13. Why copy (copy)/paste (Paste) function is not used?

The UltraEdit has 10 shearing plates (clipboard), which are switched with ctrl+0–ctrl+9 respectively. Ctrl+0 is Windows, and others are user-defined. I used the wrong call to CTRL + N, the result content has a problem. Have you ever met?

14. That is, the use of UltraEdit 16.00 is open small files also have delay?

This is the problem I have encountered. Every time you open a file, there's always a few seconds to go. My machine is not bad. What's going on? Network printer make a ghost! Open the Advanced-> Settings-> Editor-> "advanced" to see if the "Load/restore printer settings" is selected? If so, remove (different versions/Chinese may be the location of the difference).

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.