Top Qs
Timeline
Chat
Perspective
The SemWare Editor
From Wikipedia, the free encyclopedia
Remove ads
The SemWare Editor (TSE) is a text editor product line. Initially named QEdit and released November 1985 as shareware, it was later modified to run as a terminate-and-stay-resident (TSR) program, and ported to OS/2[3] and eventually evolved (via rewrite) to TSEPro (professional edition).
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
TSEPro supports many productivity features including an automation macro language, regular expression search and replace, keystroke record and playback, undo and redo, and user-assignable shortcut keys. Like its predecessor QEdit, TSEPro is often used as a code editor.[4]
Older versions (QEdit) supported MS-DOS and OS/2, and newer versions (TSEPro) support Windows and Linux.
Remove ads
QEdit
Summarize
Perspective

Initially, QEdit ran only on MS-DOS. As memory of contemporary computers was limited, less memory use was desirable. QEdit used only 50 KB whereas some contemporary editors used 10 times as much.[5] Early versions maintained file content in conventional memory, but to support larger files, later versions supported various DOS memory management features including expanded memory (EMS), extended memory (XMS) and virtual memory, up to a maximum of 16 MB.
QEdit was ported to OS/2 as a 16-bit application for OS/2 1.x. Version 1.50 is dated February 1990.[6]
SemWare ported QEdit for 32-bit OS/2 with the release of QEdit Pro 3.0 for OS/2 in February 1994 which sold for $99. Version 3.0 includes multi-file operation, HPFS support and access to the OS/2 Clipboard. SemWare claimed over 120,000 licensed users on all platforms at that time.[7]
The last versions were released as The SemWare Editor Junior edition.[8] The last version was released in February 1997 for OS/2 with the name "TSE Junior/2".[9] It is functionally equivalent to TSE Junior v4.00e with support for OS/2's system-wide clipboard and long filenames. It retailed at the time for $99 and was supplied with a copy of the MS-DOS basic version.[10]
Remove ads
TSEPro
QEdit was rewritten and significantly expanded, and eventually released as The SemWare Editor Professional (TSEPro) edition which includes a macro programming language, syntax highlighting, and large file support.[11] The initial release maintained the tradition of fast I/O and response, fast search, a simple text scripting language and the fundamental design of a native core with functionality split between native code and scripting.[12] New features included regular expression search and replace and a more powerful scripting language (with access to DLL entry points).
Earlier versions operated in the console window in text-only mode with limited character sets and colors. Version 2.6 was a native Win32 port, but was still character-based (using the Win32 Console APIs). Version 4.0 included the Win32 application rewritten as a pixel-based graphical application (g32.exe) using Graphics Device Interface (GDI). This is commonly misunderstood to be a console application, as it still appears textual despite being a Win32 graphical application. Visually, g32 appears to work in lines and columns, though it is a graphical application (via WinMain and GDI; not the Console API).
Remove ads
SemWare Application Language
The macro programming language, SemWare Application Language (SAL), uses a Pascal-like notation supporting procedural functions and procedures, local and global variables, constants, a preprocessor including common #include and #ifdef keywords, iterative and recursive control structures, and many text-editing-specific functions. SAL supports two data types: an integer is a 32-bit, base-2, signed, integral number, and a string is a fixed-size array of characters, with a maximum definable length of 255 characters. SAL supports the creation and use of text buffers; including non-interactive buffers; not visible to the user.
For example:
proc Main()
integer i
for i = 1 to 3
Warn("Hello world ", i)
endfor
end
Timeline
Remove ads
See also
References
External links
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads