VEDIT

HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences

 Powerful programmer's editor written in assembly language, with macros, large file support and more

 Author:    Greenview Data, Inc.
 Homepage:  http://www.vedit.com
 Family:    MicrosoftWindowsEditors
 Platforms: CP/M, MS-DOS, Windows (CP/M and DOS no longer supported)
 License:   Shareware

Vedit Fan sites:

 Screenshot:


For example, you can edit a 500 megabyte file with ease using VEDIT. It is written in AssemblyLanguage for speed. This editor has a built-in MacroLanguage, does multiple windows (even in DOS) and has such goodies as SyntaxColorHighlighting?. It has template capabilities and for assembly language programmers, it even offers a unique "uppercase everything to the left of a semicolon" mode.

This allows Assembly language that was typed liked this:

     mov ax,bc   ;neato
     jmp L1
 L1: nop
     jnz L1      ;stuff is Cool!

to look like this:

     MOV AX,BX   ;neato
     JMP L1
 L1: NOP
     JNZ L1      ;stuff is Cool!

CategoryLargeFileHandling CategoryMacroLanguage? CategoryMultipleBuffers? CategorySyntaxColoring? CategoryCommandLine


HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences
Edit text of this page | View other revisions
Last edited July 7, 2009 9:30 am (diff)
Search: