multi-edit text editor, news navigation image multi-edit text editor, products navigation image multi-edit text editor, support navigation image multi-edit text editor, purchase navigation image multi-edit text editor, customer resources navigation image multi-edit text editor, company info navigation image multi-edit text editor, sitemap navigation image

multi-edit bullet Updates & Patches multi-edit bullet Windows Macros & Utilities multi-edit bullet Dos Macros & Utilities
Multi-Edit 2006
Electronic Install Guide:
multi-edit bullet PDF format E-Guide multi-edit bullet Word doc E-Guide

 

Windows Macros & Utilities
Program Size Description
File Download
tponguard_1_13.zip
TurboPower OnGuard
OnGuard is a library to create demo versions of your Borland Delphi & C++Builder applications. Create demo versions that are time-limited, feature-limited, limited to a certain number of uses, or limited to a certain # of concurrent network users.

File Download
tpipro_1_15.zip
3.7Mb TurboPower Internet Professional
Internet Professional is a set of VCL components providing Internet connectivity for Borland Delphi & C++Builder. iPRO includes POP3, SMTP, NNTP, FTP, HTTP, Instant Messaging, & HTML viewer components, as well as components for low-level socket access.

File Download
MeLink.exe
54k MeLink Add On
The MeLink add-on installs the MeLink.exe program which allows Multi-Edit to be used to edit files instead of Notepad.exe. Useful for programs that are hard coded to run Notepad.exe.

File Download
Baan.exe
68k Baan Language Support Add On
The Baan add-on provides complete language support for the BAAN Enterprise Resource Management System. Contributed by Leslie Satenstein

File Download
BulkReplace.exe
46k Bulk Replace Add On
The Bulk Replace add-on uses search scripts which can be written to perform simple or complex search and replace operations. Selecting the Bulk Replace menu item opens a dialog which then allows you to select the a search script to use on the current file.

File Download
TsEdit.zip
6k TopStyle DLL wrapper source
Delphi source code for the TopStyle Lite COM object.

File Download
IeBrowse.zip
26k IE DLL wrapper source
Delphi source code for the Internet Explorer COM object.

File Download
MeComObj.zip
7k Multi-Edit COM object source
Delphi source code for the Multi-Edit COM object and test program.

File Download
WinList.exe
49k WinList adds a new View to the Navigation pane that lists all open windows and allows manual ordering of windows. NOTE: This macro requires Multi-Edit version 9.0b

File Download
ConvertTabs.exe
48k The macro "ConvertTabs" that is provided with this install will convert tabs to/from spaces within a file. After installing, please refer to the tabs.txt file for more information. Also note that upon install, you will be prompted for the directory to install this macro. Please select the directory in which Multi-Edit is installed (ex. c:\program files\Multi-Edit9\). NOTE: This macro requires Multi-Edit version 9.0b

File Download
complete.zip
2k Performs word completion. Executing this macro will take the word before the cursor and replace it with words in the current file that have the original word as a prefix. Can search forwards or backwards. Executing this macro again (without having moved the cursor or modified the line) will cause the NEXT occurrance to be used. For backwards search, once the top of the file has been reached, it will wrap to the bottom of the file and continue to work its way up. Vice-versa for forward search. Thus you can cycle through every occurance in the file, in either direction. You can also add additional words that occurred after the last completion.

File Download
blkmac.zip
3k Macros that allow the user to do arbitrary indenting/undenting of text a single column at a time relative to either the left margin or ANY ARBITRATY COLUMN marked within a file. It does this without playing around with the indent levels, etc., but simply moves all the text left and right. It works with both line marks (move whole lines left/right) and columnar marks (move partial lines left/right). Note: undenting text past the left edge of a block sends it out to the bit bucket. Other macro lets you fill columnar block.

File Download
squeeze.zip
1k Converts all leading space characters to the appropriate # of tab characters.

File Download
flist.zip
1k Create a list of filenames one per line from the multi-file search find list.

File Download
acucobol.zip
2k A template file for the ACUCOBOL language. Just download and place in your Multi-Edit config directory. Send any comments or suggestions to tech@multiedit.com.

File Download
showcmd.zip
2k This macro file contains two macros, showkeys - produce a sorted list of the commands, and showcmds - produce a sorted list of the key mapping.

File Download
rbclps.zip
6k Rbclps.s is a multi edit macro which uses a regular expression search to collapse a file based on the file extension. C++(.cpp) files display each method name ( avoiding lines like a = baseclass::method() ), C++ header files (.hpp) display the class name ( avoiding forward declarations for classes like class Fred; ) and similiar for CMAC. Also contains macros cond_next and prev_next for moving to the next/prev file extension specific search string. This is the windows version of the MEDOS macro rbcond.s.

File Download
rbgeh.zip
1k MEW 7.1B macro which will perform general expression highlighting for the current word under the cursor. Run the macro again to turn off the highlight. Assign to a function key ( alt-shift-H may be a good choice ) and use this new feature quickly and easily. Requires MEW 7.1b or later.

File Download
rbqbm.zip
1k Multi Edit macro to set a bookmark and retrieve it. Assign the set macro to a key, and the recall bookmark to a different key, and quickly return to a global bookmark. Does not make use of the ME bookmark system. Quicker than using the bookmark macro, but it only supports one bookmark. Good beginner macro to learn about writing Multi Edit macros. Tested under MEW 7.1b and MEDOS 7.0.

File Download
rbchkhdr.zip
5k Multi Edit Macro 'RB Check Header'. This macro is for C/C++/CMAC programmers to search through the associated header ( .hpp for C++ ) files for the method name which the cursor is on. Use this macro to check the signature of a method, and then return to the .cpp file. Has a search again feature to support C++ virtual functions. Searches all header files in memory, not files on disk. When used in a .hpp file, searches the .cpp files for class::method *\(. Tested on MEW 7.1a and MEDOS 7.0.

File Download
spelluti.zip
16k Tools to build spelling dictionaries for both Multi-Edit for Dos v7.0 and Mulit-Edit for Windows V7.0 and up. These utilities are included with the Dos install but not the Windows install.

File Download
ldfiles.faq
0k This is the first in a series of articles we are doing on CMAC programing. This one describes the use of the LDFILES macro to load files into memory.

File Download
classic.zip
0k For those of you who have been around since Version 3.0 Here is the Multi-Edit Classic Keymap for MEW. Only a few minor changes releated to windows, but pretty much complete. ACI might want to include this as a standard key mapping in the production version. Works with the BETAs which support collapse(condensed) display mode. Updated for Final Version 7.1 MEW

File Download
multic.zip
7k Multiple cut buffers for ME DOS/Windows. Buffers are kept in a QUEUE, or can be chosen from a menu. This version allows viewing and traversing the cut buffer queue to select a buffer for pasting. Buffers can be marked read-only for protection from further cutting. In the DOS version, the buffer can be edited while viewing. Note some changes in parameters to the functions (/A=1 instead of just /A, and others.)

File Download
dlgexam.zip
12k This file contains example macros that show how to create dialog boxes with the Multi-Edit for Windows macro language. Each file header contains a description of what the example does. The extracted file should go into your "src" sub directory as DLG_EXAM.S. It will need to be compiled prior to executing.

File Download
msglog.zip
3k Contains macros to log window messages and general debug messages. Very helpful for debugging Multi-Edit for Windows macros.

File Download
keys.zip
4k This file contains all valid keycodes assigned to a keyname. The intention here is that the user can include this file whenever using CMACWin functions that call for keycodes, such as MACRO_TO_KEY, and use keynames instead.

File Download
blkfil.zip
1k Fill a columnar block with any character or sequence of characters.