Some of Sunday's edits have been lost. The edits from Saturday that were reverted have been restored. Site is now hosted on prgmr.com. Thank you for your patience. This notice will be removed one week from posting. --Michael Mol 18:12, 7 March 2010 (UTC)

Category:Vedit macro language

From Rosetta Code

Jump to: navigation, search
Vedit macro language is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.
Official website
Execution method: Interpreted
Lang tag(s): vedit
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Vedit macro language.
Add to BlogMarksAdd to del.icio.usAdd to diggAdd to NewsvineAdd to redditAdd to Slashdot
Your Help Needed
If you know Vedit macro language, please write code for some of the tasks not implemented in Vedit macro language.

Vedit is a commercial text editor for Windows and MS-DOS operating systems.

Vedit was one of the first full screen editors in the market. It was first published in 1980 for CP/M operating system. Versions for CP/M-86, OS/2, Unix and QNX were later published, but those are not available any more. Vedit is fast and compact (it is mostly written in Assembly language). Its notable feature is the ability to edit any file, including EBCDIC, database and binary files and huge multi-gigabyte files.

Vedit has a C-like macro language. Unlike external scripting languages used by some editors, the macro language has full access to all functions and internals of the editor. Anything you can do with the editor can be done with macro language, too.

The keywords in Vedit macro language usually have both long and short form. For example the command Reg_Copy_Block can be shortened to RCB. For readability, long keywords are preferred in the Rosetta Code examples.

[edit] Rosetta Code examples

There is no syntax highlighting support for Vedit macro language here in Rosetta Code. However, let's use the tag <lang vedit> ... </lang> to mark the code blocks, in case the support will be added some day.

[edit] Running the examples

Most examples are full "applications" ready to run in Vedit. To run an example, save the code in a file and run it with Misc ⇒ Load/Exec User macro. Or alternatively, copy it to text register 100 and run it with Misc ⇒ Execute macro.

Note that some examples output to current edit buffer, so you should not run the examples while you have an important documents open.


[edit] Citations

Subcategories

This category has the following 2 subcategories, out of 2 total.

@

V

Personal tools
Google AdSense