Multi-Edit

Last updated
Multi-Edit
Original author(s) Todd Johnson
Developer(s) American Cybernetics, Inc.
Initial release1980s
Stable release
11.04 / 2008;16 years ago (2008)
Operating system Microsoft Windows
Type Text editor
License Commercial proprietary software
Website multieditsoftware.com

Multi-Edit is a commercial text editor for Microsoft Windows created in the 1980s by Todd Johnson. Multi Edit Software obtained ownership rights for the product in October 2002. [1] Multi-Edit contains tools for programmers, including macros, configurable syntax highlighting, code folding, file type conversions, project management, regular expressions, three block highlight modes including column, stream and line modes, remote editing of files via FTP and interfaces for APIs or command lines of choice[ clarification needed ]. The editor uses a tabbed document interface and sessions can be saved. [2]

Contents

Multi-Edit was originally written in Pascal and was built to run in MS-DOS and has since been ported to Windows. The most recent release is dated from 2008. No compatibility information for Windows versions after Windows 7 is available from the product's website.

HTML editing features include: [2]

Multi-Edit is a shareware product. It can be evaluated for free for 30 days, after which the user must purchase a license to continue using the software.

Note: As of August 2022, the Multi-Edit website, including all of the forums, is off-line and not accessible.

Features

Multi-Edit also has the following features:

History

Multi-Edit was developed by Todd M. Johnson as a source code editor, at a time when the only other popular source code editor for MS-DOS was Brief. [3] As a DOS editor it offered features such as user-configurable syntax highlighting for language-specific color coding of keywords and symbols. [4] Even after the appearance of integrated development environments in the mid-1990s, it remained popular for features such as its macro language, easy customization, and multiple language support. [5] As of 2011, it was one of the few surviving editors from the 1990s era when text editors were regarded as indispensable programming tools. [6]

See also

Related Research Articles

<span class="mw-page-title-main">Text editor</span> Computer software used to edit plain text documents

A text editor is a type of computer program that edits plain text. Such programs are sometimes known as "notepad" software. Text editors are provided with operating systems and software development packages, and can be used to change files such as configuration files, documentation files and programming language source code.

<span class="mw-page-title-main">Windows Notepad</span> Simple text editor included with Microsoft Windows

Windows Notepad is a simple text editor for Windows; it creates and edits plain text documents. First released in 1983 to commercialize the computer mouse in MS-DOS, Notepad has been part of every version of Windows ever since.

In computing, Interactive System Productivity Facility (ISPF) is a software product for many historic IBM mainframe operating systems and currently the z/OS and z/VM operating systems that run on IBM mainframes. It includes a screen editor, the user interface of which was emulated by some microcomputer editors sold commercially starting in the late 1980s, including SPF/PC.

<span class="mw-page-title-main">Syntax highlighting</span> Tool of editors for programming, scripting, and markup

Syntax highlighting is a feature of text editors that is used for programming, scripting, or markup languages, such as HTML. The feature displays text, especially source code, in different colours and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. This feature is also employed in many programming related contexts, either in the form of colorful books or online websites to make understanding code snippets easier for readers. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.

TextPad is a text editor for Microsoft Windows developed by Helios Software Solutions. It is currently in its ninth major version. TextPad was initially released in 1992 as shareware, with users requested to pay a registration fee to support future development. As of 1996 the company was an associate member of the Association of Shareware Professionals. By 1998 the company was pointing out that the editor was "shareware " and payment was necessary to continue to use it.

jEdit Cross platform text editor

jEdit is a free software text editor available under GPL-2.0-or-later. It is written in Java and runs on any operating system with Java support, including BSD, Linux, macOS and Windows.

<span class="mw-page-title-main">UltraEdit</span>

UltraEdit is a text editor for Microsoft Windows, Linux, and MacOS. It was initially developed in 1994 by Ian D. Mead, the founder of IDM Computer Solutions Inc., and was acquired by Idera Inc. in the August of 2021. Originally called MEDIT, it was first designed to run on Windows 3.1. A version called UltraEdit-32 was later created to run on Windows NT and Windows 95. The last 16-bit UltraEdit program version was 6.20b. UltraEdit-32 was later renamed to UltraEdit in version 14.00. Version 22.2 was the first native 64-bit version of the text editor. Starting with 2022.0, versioning had become year-based.

<span class="mw-page-title-main">BBEdit</span> Third-party text editor for Apple Macintosh computers

BBEdit is a proprietary text editor made by Bare Bones Software, originally developed for Macintosh System Software 6, and currently supporting macOS.

This article provides basic comparisons for notable text editors. More feature details for text editors are available from the Category of text editor features and from the individual products' articles. This article may not be up-to-date or necessarily all-inclusive.

<span class="mw-page-title-main">TextMate</span> GUI text editor for macOS

TextMate is a free and open-source general-purpose GUI text editor for macOS created by Allan Odgaard. TextMate features declarative customizations, tabs for open documents, recordable macros, folding sections, snippets, shell integration, and an extensible bundle system.

<span class="mw-page-title-main">Snippet (programming)</span> Small region of re-usable source code, machine code, or text

Snippet is a programming term for a small region of re-usable source code, machine code, or text. Ordinarily, these are formally defined operative units to incorporate into larger programming modules. Snippet management is a feature of some text editors, program source code editors, IDEs, and related software. It allows the user to avoid repetitive typing in the course of routine edit operations.

<span class="mw-page-title-main">SlickEdit</span>

SlickEdit, previously known as Visual SlickEdit, is a cross-platform commercial source code editor, text editor, and Integrated Development Environment developed by SlickEdit, Inc. SlickEdit has integrated debuggers for GNU C/C++, Java, WinDbg, Clang C/C++ LLDB, Groovy, Google Go, Python, Perl, Ruby, Scala, PHP, Xcode, and Android JVM/NDK. SlickEdit includes features such as built-in "beautifiers" that can enhance code as you type, code navigation, context tagging, symbol references, third-party tool integration, DIFFZilla, syntax highlighting, and 15 emulations.

The SemWare Editor (TSE) is a text editor computer program for MS-DOS, OS/2, Windows and Linux.

E is the text editor which was made part of PC DOS with version 6.1 in June 1993, in February 1995 with version 7 and later with PC DOS 2000. In version 6.1, IBM dropped QBASIC, which, in its edit mode, was also the system text editor. It was necessary to provide some sort of editor, so IBM chose to adapt and substantially extend its OS/2 System Editor (1986), a minimally functional member of the E family of Editors. The DOS version is extended with a wide array of functions that are usually associated with more functional versions of the E editor family. In version 7, IBM added the REXX language to DOS, restoring programmability to the basic box. IBM also provided E with OS/2.

<span class="mw-page-title-main">Brief (text editor)</span> 1980s programmers text editor

Brief, is a once-popular programmer's text editor in the 1980s and early 1990s. It was originally released for MS-DOS, then IBM OS/2 and Microsoft Windows. The Brief interface and functionality live on, including via the SourceForgeGRIEF editor.

<span class="mw-page-title-main">VEDIT</span>

Vedit is a commercial text editor for 8080/Z-80-based systems, Microsoft Windows and MS-DOS from Greenview Data, Inc.


The Wing Python IDE is a family of integrated development environments (IDEs) from Wingware created specifically for the Python programming language, with support for editing, testing, debugging, inspecting/browsing, and error-checking Python code.

<span class="mw-page-title-main">Sublime Text</span> Text editor

Sublime Text is a shareware text and source code editor available for Windows, macOS, and Linux. It natively supports many programming languages and markup languages. Users can customize it with themes and expand its functionality with plugins, typically community-built and maintained under free-software licenses. To facilitate plugins, Sublime Text features a Python API. The editor utilizes minimal interface and contains features for programmers including configurable syntax highlighting, code folding, search-and-replace supporting regular-expressions, terminal output window, and more. It is proprietary software, but a free evaluation version is available.

The following outline is provided as an overview of and topical guide to the Perl programming language:

References

  1. "About Multi Edit Software, Inc". Multi Edit Software. Archived from the original on 2015-04-17.
  2. 1 2 "Multi-Edit 2008 aka ME2k8". Multi Edit Software. Archived from the original on 2015-04-17.
  3. "American Cybernetics, Inc. (ACI)". Archived from the original on 2001-12-14.
  4. IDG Enterprise (5 October 1992). Computerworld. IDG Enterprise. p. 73. ISSN   0010-4841.
  5. Ziff Davis, Inc. (5 December 1995). Windows Code Editors: Programmers' Power Tools. Ziff Davis, Inc. p. 366. ISSN   0888-8507.{{cite book}}: |work= ignored (help)
  6. Binstock, Andrew (15 February 2011). "Integration Watch: The slow death of text editors". SD Times. Archived from the original on 2015-04-17.

Further reading