UltraEdit is a commercial
text editor
A text editor is a type of computer program that edits plain text. Such programs are sometimes known as "notepad" software (e.g. Windows Notepad). Text editors are provided with operating systems and software development packages, and can be us ...
for
Microsoft Windows
Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
,
Linux
Linux ( or ) is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged as a Linux distribution, which ...
and
OS X
macOS (; previously OS X and originally Mac OS X) is a Unix operating system developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac computers. Within the market of desktop and lapt ...
created in 1994 by the founder of IDM Computer Solutions Inc., Ian D. Mead, and owned by
Idera, Inc. since August 2021. The editor contains tools for
programmers
A computer programmer, sometimes referred to as a software developer, a software engineer, a programmer or a coder, is a person who creates computer programs — often for larger computer software.
A programmer is someone who writes/creates ...
, including
macros, configurable
syntax highlighting
Syntax highlighting is a feature of text editors that are 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 ...
,
code folding
Code or text folding, or less commonly holophrasting, is a feature of some graphical user interfaces that allows the user to selectively hide ("fold") or display ("unfold") parts of a document. This allows the user to manage large amounts of text ...
, file type conversions,
project management
Project management is the process of leading the work of a team to achieve all project goals within the given constraints. This information is usually described in project documentation, created at the beginning of the development process. Th ...
,
regular expression
A regular expression (shortened as regex or regexp; sometimes referred to as rational expression) is a sequence of characters that specifies a search pattern in text. Usually such patterns are used by string-searching algorithms for "find" or ...
s for search-and-replace, a column-edit mode, remote editing of files via
FTP
The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client–server model architecture using separate control and data ...
, interfaces for
API
An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software Interface (computing), interface, offering a service to other pieces of software. A document or standa ...
s or
command line
A command-line interpreter or command-line processor uses a command-line interface (CLI) to receive commands from a user in the form of lines of text. This provides a means of setting parameters for the environment, invoking executables and pro ...
s of choice, and more. Files can be browsed and edited in tabs, and it also supports
Unicode
Unicode, formally The Unicode Standard,The formal version reference is is an information technology Technical standard, standard for the consistent character encoding, encoding, representation, and handling of Character (computing), text expre ...
and
hex editing mode.
Originally called MEDIT, it was designed to run in
Windows 3.1
Windows 3.1 is a major release of Microsoft Windows. It was released to manufacturing on April 6, 1992, as a successor to Windows 3.0.
Like its predecessors, the Windows 3.1 series ran as a shell on top of MS-DOS. Codenamed Janus, Windows 3 ...
. A version called UltraEdit-32 was later created to run in
Windows NT
Windows NT is a proprietary graphical operating system
An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs.
Time-sharing operating systems sc ...
and
Windows 95
Windows 95 is a consumer-oriented operating system developed by Microsoft as part of its Windows 9x family of operating systems. The first operating system in the 9x family, it is the successor to Windows 3.1x, and was released to manufacturin ...
. The last 16-bit UltraEdit program was 6.20b.
Beginning with version 11, the Wintertree
spell check In software, a spell checker (or spelling checker or spell check) is a software feature that checks for misspellings in a text. Spell-checking features are often embedded in software or services, such as a word processor, email client, electronic di ...
engine was replaced by
GNU Aspell
GNU Aspell, usually called just Aspell, is a free software spell checker designed to replace Ispell. It is the standard spell checker for the GNU operating system. It also compiles for other Unix-like operating systems and Windows. The main pro ...
.
In version 13 (2007),
JavaScript
JavaScript (), often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of Website, websites use JavaScript on the Client (computing), client side ...
was added to the existing
Macro facility for automation tasks. UltraEdit's JavaScript uses JavaScript 1.7.
UltraEdit-32 was renamed to UltraEdit in version 14.00. Version 22.2 was the first native 64-bit version of the text editor.
An installation of UltraEdit takes about 100 MB of disk space.
HTML editing features include:
* Integration with
CSE HTML Validator
CSS HTML Validator (previously named CSE HTML Validator) is an HTML editor and CSS editor for Windows (and Linux when used with Wine) that helps web developers create syntactically correct and accessible HTML, XHTML, and CSS documents (including ...
for offline HTML, XHTML, and CSS checking.
* HTML toolbar preconfigured for popular functions and HTML tags.
* Customize tags in the HTML toolbar or create new tags and buttons.
UltraEdit is
Trialware
Shareware is a type of proprietary software that is initially shared by the owner for trial use at little or no cost. Often the software has limited functionality or incomplete documentation until the user sends payment to the software developer ...
: It can be evaluated for free for 30 or 15 days, depending on usage. After the expiration of this period, the application will work only with a regular license key.
UltraEdit also includes UltraCompare Professional.
UltraEdit is CA Veracode Verified.
Key Features
* Facilitates the opening and editing of large files, up to 4GB and greater in size
* Native 64-bit architecture
* Multi-caret editing and multi-select
* Document map navigation
* Column (block) mode editing
* Regular expression find and replace
* Find/Replace in Files
* Extensible code highlighting, with 'wordfiles' already available for many languages
* Code folding and hierarchical function listing
* Beautify and reformat source code
* XML editing features, such as XML tree view, reformatting, and validation
* Auto-closing XML and HTML tags
* Smart templates for
code completion
Autocomplete, or word completion, is a feature in which an application predicts the rest of a word a user is typing. In Android and iOS smartphones, this is called predictive text. In graphical user interfaces, users can typically press the tab ...
* Editor themes
* Integrated FTP, SSH, telnet
* Hex editing
* Log file polling
* File/data sorting
* File encryption and decryption
* Project management
* Bookmarking
* Automation via macros and scripts
* Integrated file compare
UltraCompare
File, Folder, Excel, PDF, Zip, Rar, Jar Compare.
Features include: Compare, Merge, Sync, UltraEdit integration, Source Control Integration, handles large files
UEStudio
It is a variant with additional support for IDE editing. It also enhances file handling, file editing, and HTML editing over UltraEdit.
IDE features include: Workspace Manager, project builder (interactive and batch),
resource editor, project converter, class viewer, native compiler support, and debugger with integrated debugging (via
WinDBG
WinDbg is a multipurpose debugger for the Microsoft Windows computer operating system, distributed by Microsoft. Debugging is the process of finding and resolving errors in a system; in computing it also includes exploring the internal operation ...
).
File handling features include: Project Manager, Git/SVN/CVS version control.
File editing features include: Tabbed Output Window for script commands, an intelligent auto-complete tooltip.
HTML editing features include: Integrated PHP, and Ruby support.
UltraFinder
Finds text in files
Features: Search capability of 2,000,000+ files in minutes, duplicate identification
Searches: Files, PC, Network, Servers
UltraFTP
UltraFTP a program help the website owner and
server administrator
:''This article concentrates on server administration in the context of computer gaming. For generic server administration, see system administrator. For the Dell OpenManage Server Administrator product see OpenManage.''
A server administrator, or ...
to manage the files on the server, and also gave a handy
GUI
The GUI ( "UI" by itself is still usually pronounced . or ), graphical user interface, is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, inste ...
to the user.
FTP client features: Commercially supported, 64-bit FTP client, Native Unicode, fast upload/download, multi connections.
Reception
In a review published on June 4, 2004 ''
PC Magazine
''PC Magazine'' (shortened as ''PCMag'') is an American computer magazine published by Ziff Davis. A print edition was published from 1982 to January 2009. Publication of online editions started in late 1994 and have continued to the present d ...
'', the author said that UltraEdit v10.0 is the editor's favorite text editor. In a review published on July 9, 2006
Softpedia
Softpedia is a software and tech news website based in Romania. It indexes, reviews and hosts various downloadable software and reports news on technology and science topics.
Website
Softpedia hosts reviews written by its staff—each review in ...
wrote UltraEdit contains plenty of features useful for all types of users and that it considered the program "excellent".
CNET/Download.com says about UltraEdit: "With its clear layout and powerful project and work-space features, it can handle complex and sophisticated software-development projects. But despite its vast range of features, UltraEdit never feels overwhelming. It's flexible and easy to customize, and the polished user interface provides easy access to the most important options..."
See also
*
List of text editors
The following is a list of notable text editors.
Graphical and text user interface
The following editors can either be used with a graphical user interface or a text user interface.
Graphical user interface
Text user interface
Sys ...
*
Comparison of text editors
This article provides basic comparisons for notable text editors. More feature details for text editors are available from the '':Text editor features, Category of text editor features'' and from the individual products' articles. This article may ...
*
Comparison of file comparison tools
This article compares computer software tools which are used for accomplishing comparisons of files of various types. The file types addressed by individual file comparison apps varies, but may include text, symbols, images, audio, or video. Th ...
References
External links
*
{{DEFAULTSORT:Ultraedit
Windows text editors
MacOS text editors
Linux text editors
Proprietary commercial software for Linux