NoteTab

Last updated
NoteTab
Flag of Switzerland.svg
Developer(s) Eric Fookes
Stable release
7.2 / 4 November 2014;5 years ago (2014-11-04)
Operating system Windows
Available in English
Type Text editor
License freeware/commercial depending on version
Website www.notetab.com/

NoteTab is a freeware/commercial, multi-file, full-screen text editor for MS Windows. It was developed by Eric Fookes of Fookes Software, Switzerland. The program's name refers to the fact that it was one of the earliest text-editors to use a Tabbed Document Interface. The first version, known as Mini NoteTab, was released in 1995; version 5 was released in 2006, version 5.7 in 2008, version 6 on 4 May 2009, ver 7.0 in March 2012, 7.1 in October 2012. Before version 5, the latest version of NoteTab Light was 4.95.

Features

NoteTab's tabbed interface can simultaneously handle an unlimited number of text files up to 2 Gb in size. It is highly customizable, with more than 90 commands available on a user-configurable toolbar. The search-replace string substitutions are very fast in large files, with display quickened by waiting until after update.

Some of the more unusual features are the "paste board", "outline documents", the "clipbook", "clipbars", counting of words/patterns, and powerful support for search-and-replace of text strings. Text can be searched using regular expressions to match subpatterns and recombine the matched substrings in any order, such as reversing dates "May nn" as ("nn May").

The paste board is one of the most powerful (and unusual) features. The user chooses a document to "use as paste board". Thereafter, any text copied to the Windows clipboard is appended to the pasteboard document. The resulting combined text can then be used as any other text, and searched to reuse clippings from days or weeks ago.

Outline documents provide hyperlinked headings within a text document, which can be accessed directly by clicking in a side pane; the outline documents can be read in any editor.

NoteTab has its own macro language, called "Clip". The clipbook displays a library of clips (clickable macros) in a side pane. These could be anything from pieces of boilerplate text to HTML tags to "mini-applications" complicated scripts written in the scripting language. A selection of clip libraries is included with the software and others can be downloaded from the Web. Some special uses include custom (user-defined) functions and macros suitable for running from the user-defined clipbar (see below).

Variable names used in the "Clip" language allow embedded variables, which in turn allows dynamic naming and renaming on the fly. The only shortcoming in NoteTab's macro programming language are lack of local variables, and the limitation of one command per line, and one line per command (commands may not be broken into several lines). Some people may find the symbolism used to mark variables, functions, and commands within a script irritating. These symbols provide lightning-fast parsing (execution) of the macros.

Clipbars are user-defined buttons that appear on a toolbar, for example to execute custom scripts and wizards.

The search and replace features of NoteTab are much more powerful than most text editors, and include regular expressions and a hierarchical search/replace of text in folders on a disk drive. Since version 5.0, NoteTab uses Perl Compatible regular expressions powered by PCRE.

NoteTab integrates with such products as HTML Tidy, TopStyle, CSE HTML Validator and WordWeb.

NoteTab provides built-in functions for accessing external command-line programs and utilities, including the piping of information.

Light, Standard, and Pro

The software exists in three forms: [1]

There are 30-day trial versions available for Standard and Pro.

NoteTab Light is completely free for all users, with no time-limit, nag screen, appeals for donations, etc. It lacks some of the features of NoteTab Standard. For example, you can read Outline and EBCDIC files but not write them; the disk search facility is present but not disk replace; and the clipbars, customizable menu shortcuts, spell checker and thesaurus are not available. (These "commercial features" can be "turned on" once from within the software, and be used for up to 30 days.)

NoteTab Standard includes, among other features:

NoteTab Pro adds, among others, multi-level undo/redo, syntax highlighting, show/hide nonprinting characters, wrap to column, and support for fixed-pitch OEM fonts, as well as greater speed.

Limitations

NoteTab does not currently include support for Unicode documents. NoteTab only has syntax highlighting for HTML documents and NoteTab clip/scripts; and not for other languages. Clip language does allow local variables. All defined variables are global in scope. There is no provision for compiling macros.

System requirements

NoteTab regular expressions

Regular expressions were incorporated starting with NoteTab Light 5.4. The general syntax of NoteTab regular expressions uses the same rules as Perl.

See also

Related Research Articles

AWK (awk) is a domain-specific language designed for text processing and typically used as a data extraction and reporting tool. Like sed and grep, it's a filter, and is a standard feature of most Unix-like operating systems.

Regular expression Sequence of characters that forms a search pattern

A regular expression is a sequence of characters that define a search pattern. Usually such patterns are used by string-searching algorithms for "find" or "find and replace" operations on strings, or for input validation. It is a technique developed in theoretical computer science and formal language theory.

sed is a Unix utility that parses and transforms text, using a simple, compact programming language. sed was developed from 1973 to 1974 by Lee E. McMahon of Bell Labs, and is available today for most operating systems. sed was based on the scripting features of the interactive editor ed and the earlier qed. sed was one of the earliest tools to support regular expressions, and remains in use for text processing, most notably with the substitution command. Popular alternative tools for plaintext string manipulation and "stream editing" include AWK and Perl.

Text editor 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, following the naming of Microsoft Notepad. 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.

TextPad is a text editor for the Microsoft Windows family of operating systems. It is produced by Helios Software Solutions. It is currently in its eighth major version.

Far Manager File and Archive Manager

Far Manager is an orthodox file manager for Microsoft Windows and is a clone of Norton Commander. Far Manager uses the Win32 console and has a keyboard-oriented user interface.

UltraEdit text editor

UltraEdit is a commercial text editor for Microsoft Windows, Linux and OS X created in 1994 by the founder of IDM Computer Solutions Inc., Ian D. Mead. The editor contains tools for programmers, including macros, configurable syntax highlighting, code folding, file type conversions, project management, regular expressions for search-and-replace, a column-edit mode, remote editing of files via FTP, interfaces for APIs or command lines of choice, and more. Files can be browsed and edited in tabs, and it also supports Unicode and hex editing mode.

XEDIT is a visual editor for VM/CMS using block mode IBM 3270 terminals.

AutoHotkey free, open-source macro-creation and automation software for Windows

AutoHotkey is a free, open-source custom scripting language for Microsoft Windows, initially aimed at providing easy keyboard shortcuts or hotkeys, fast macro-creation and software automation that allows users of most levels of computer skill to automate repetitive tasks in any Windows application. User interfaces can easily be extended or modified by AutoHotkey. The AutoHotkey installation includes its own extensive help file, and web-based documentation is also available.

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.

ARexx is an implementation of the Rexx language for the Amiga, written in 1987 by William S. Hawes, with a number of Amiga-specific features beyond standard REXX facilities. Like most REXX implementations, ARexx is an interpreted language. Programs written for ARexx are called "scripts", or "macros"; several programs offer the ability to run ARexx scripts in their main interface as macros.

TextMate Text editor

TextMate is a 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.

EmEditor is a lightweight extensible commercial text editor for Microsoft Windows. It was developed by Yutaka Emura of Emurasoft, Inc. It includes full Unicode support, 32-bit and 64-bit builds, syntax highlighting, find and replace with regular expressions, vertical selection editing, editing of large files, and is extensible via plugins and scripts. The software has free trial and after that it downgrades to free version, which still can handle huge files and regex.

Programmers File Editor Text editor for Microsoft Windows

Programmer's File Editor (PFE) is a freeware text editor targeted particularly to the needs of software programmers. It was written by Alan Phillips of Lancaster University in the north of England. Development of Programmer's File Editor ceased in 1999, but the program is still in use by some programmers.

EditPlus is a text editor for the Microsoft Windows operating system, developed by Sangil Kim of ES-Computing. The editor contains tools for programmers, including syntax highlighting, file type conversions, line ending conversion, regular expressions for search-and-replace, keystroke, spell check, full support for Unicode editing, customizable keyboard shortcuts, auto-completion, code folding, and more. Files can be browsed and edited in tabs, and an internal file browser is implemented in the software.

VEDIT

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

XYplorer A Windows File Manager and Explorer Replacement

XYplorer is a file manager for Windows XP, Vista, 7, 8, and 10. XYplorer is a hybrid file manager that combines features found in navigational and orthodox file managers. In addition to dual folder panes it features a file tree and a tabbed interface supporting drag-and-drop between tabs and panes. The program is available in a fully featured trialware version as well as a feature-limited freeware version.

Sublime Text Text editor

Sublime Text is a shareware cross-platform source code editor with a Python application programming interface (API). It natively supports many programming languages and markup languages, and functions can be added by users with plugins, typically community-built and maintained under free-software licenses.

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

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. 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. The editor uses a tabbed document interface and sessions can be saved.

References

  1. "NoteTab Light". PCWorld. 2009-06-25. Retrieved 2020-09-29.