Sponsored Links
-->

Thursday, February 1, 2018

TextPad - Download - CHIP
src: www.chip.de

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.

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 as associate member of the Association of Shareware Professionals. By 1998 the company was pointing out that the editor was " shareware (try before you buy)" and payment was necessary to use it.


Video TextPad



Features

Key features include:

  • The ability to maintain block indents
  • Automatic code indentation (see indent style)
  • Regular expression based search and replace, including multiline regex
  • Macro recording feature to facilitate complex text transformations and data processing.
    • Macro feature supports multiple regex searches (and replacements) within a macro
  • Syntax highlighting (extendable to many different languages)
  • Ability to call external programs (such as compilers)
    • Regex matching can be used to jump to a line number in a file given in the output from external programs (e.g. to locate the cause of a compiler error)
    • Automatic integration with Java JDK, if JDK is already on the machine
  • Large file support
  • Support for editing multiple files, with tabbed document selection
  • Block select mode
  • Synchronized scrolling of multiple files
  • Clip libraries - snippet management for reusable portions of text to insert into documents
  • Clipboard history - Allowing TextPad to function as a multiple clipboard tool
  • Bookmarking of lines, therefore allowing users to copy specific lines (e.g. log file error messages), and then paste them to another document.
  • Multi-lingual support: User interface is available in seven languages with spelling dictionaries available in ten languages.

Clip Library

The Clip Library is a TextPad sidebar that allows users to store small items persistently, and then use them easily. This is done by double clicking clip names in the Clip Library sidebar. In other editors such as Komodo, a clip library is known as "snippets".

TextPad comes with a number of pre-defined clip libraries, including ANSI characters, HTML characters and HTML tags. A very useful clip library is the Clipboard History. This is a list of previous Clipboard contents. So even though the standard Windows Clipboard can only hold one piece of information, the TextPad Clipboard History Clip Library can access a whole history of entries. See also clipboard managers.

You can create your own new clip libraries, and there are many clip libraries available.


Maps TextPad



Reception

TextPad has received generally favorable professional reviews. Mike Williams of PC Advisor calls it "an excellent Notepad replacement with a stack of essential features." Download.com described it as an affordable editor suited for coding, "neither the most powerful nor most expensive shareware text tool, though many users will find it more than meets their needs at a fraction of the cost of similar tools."


Setting up C++ Compiler for TextPad - YouTube
src: i.ytimg.com


See also

  • Comparison of text editors
  • List of text editors

SELENIUM GUIDE FOR TESTING PROFESSIONALS: TextPad editor installation
src: 3.bp.blogspot.com


References


Java Common Syntax Errors using TextPad - YouTube
src: i.ytimg.com


External links

  • Official website

Source of article : Wikipedia