Ultraedit creates a Perl ide

Source: Internet
Author: User
Tags ultraedit

Sender: maibo ()
Organized by: workingnow (18:25:10), in-site mail

Step 1 Set external tools

Select advanced (a)> tool configuration (o )...

Three locations are required

Command Line: C:/perl/bin/perl.exe "% F"

Working directory: % P

Menu item name: Perl)

In addition, select output to list box and capture output.

After setting, press insert (I) And then OK (k)

After completing these steps, a Perl Ctrl + Shift + 0 will be added in advanced ().

(That is, your own token)

After these settings are set, they will actually fail. You only need to press Ctrl + Shift + 0 to automatically change the current case.

If you send it to Perl for running, a DOS window will run out. After running, all the results will be shown in ultraedit.

Output List window. If you want to export data to the prepare case, modify it in tool configuration (o ).

Just set something.

However, this is still not a problem. Every time we need to combine the three groups, it seems a bit troublesome, and it seems that every time the lines are written

Previously, ultraedit will automatically save your records, and the result of the execution is not ideal. I want to modify the settings again.

The previous cases were a bit difficult. Think of Borland's Turbo series IDE, you can use run first.

You do not have to save the memory compile! Based on the many shortcomings of the original method,

So I want to use macro to improve it.

Step 2 set the macro modulo execution command

Select example macro (m)> edit macro (E)

Press new macro (N) and set the name of the collection as Ctrl + F9.

(Like Turbo C, or set it as your own)

After you press OK, the system will return to the original huge dataset editing page. The program will automatically add

Insertmode

Columnmodeoff

Hexoff

These three lines should be mandatory, so you don't need to worry about them. Starting from the fourth line, the following should be added:

Selectall

Copy

Newfile

Paste

Saveas "C:/program files/ultraedit/temp. pl"

Runtool "Perl"

Closefile

Selectword

It's good to have a large number of shards in the shard. But pay attention to it. The best way to store a large number of shards after the saveas operation is

Set it up first. It is the place where the memory is stored. It is also possible to put it elsewhere. You can change it yourself.

In addition, the runtool line is the tool created in step 1 of the first line.

You can change the name to the one you get (pay attention to the size)

Finally, select macro (m)> Save all macro (A) to set

The collection is saved as an inventory case, and then the auto load under Macro (m) sets the memory.

If you have stored the existing records, then ultraedit will automatically merge the logs into this huge set.

Related Article

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.