TEA (text editor)

TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability, and is available for all desktop operating systems supported by Qt 5 or 4.6+, thus also OS/2. Its user interface is localized in several languages.

TEA
Initial release2001, 1920 years ago
Stable release
47.1.0 / 4 May 2019[1]
Written inC++
Operating systemCross-platform (Qt)[2]
TypeText editor
LicenseGPL

UI concept

The functional scope of TEA exceeds that of a pure text editor since it is designed as a desktop environment for text editing. It has five tabs on the right border of the window:

  • edit
  • manage
  • tune
  • dates
  • learn

edit represents the actual text editor. On the top of the text editor there is a tab bar for switching between multiple opened text files. The edit tab contains the text editing window. Below that window there is another window which displays the editing history and below the history there is the FIF, the "Famous Input Field" follows. The FIF is a special command line for entering TEA-specific commands. The editing history and the FIF are also visible in the four other tabs.

The tab manage contains a file manager for navigating in the computers file system opening files.

tune is a settings tab, for changing the behavior of TEA and modifying the content of the menu bar.

dates contains a calendar.

The tab learn contains a detailed user manual including instructions for the FIF.

Features

  • Syntax highlighting: C, C++, Bash script, BASIC, C#, D, Fortran, Java, LilyPond, Lout, Lua, NASM, NSIS, Pascal, Perl, PHP, PO (gettext), Python, Seed7, TeX/LaTeX, Vala, Verilog, XML, HTML, XHTML, Dokuwiki, MediaWiki
  • TEA includes a selection of color schemes and themes for changing the display colors
  • In tune highlighting for the current line can be activated, a feature that is particularly useful for proofreading, where non-electronic texts and bitmaps containing text have to be compared to text on the screen. A typical use is editing of scanned text that were converted into text files with an OCR program, e.g. for creating corpora in linguistics.
  • In manage (file manager) there is a bookmark menu in which folder paths for quick navigation can be stored.
  • Spellchecker
  • Freely definable text snippets
  • Formatting for: HTML, XHTML, DocBook, LaTeX, Lout, DokuWiki and MediaWiki
  • Text conversion functions (upper case, lower case, Morse, etc.)
  • Text statistics functions: Text statistics; extract words; Words lengths; UNITAZ quantity sorting; UNITAZ sorting alphabet; Count the substring and count the substring (regexp)
  • Math functions

FIF

The Famous Input Field is a TEA specific command line. In order to find and replace text, enter e.g. SOURCETEXT~TARGETTEXT and click on Replace, Replace All or Replace all in opened files in the Search menu. The string SOURCETEXT will be replaced by the string TARGETTEXT in the chosen way.

In addition, the FIF includes three separate search buttons, located on the right side.

Plugin system

TEA contains also a plugin system. On the TEA website there available e.g. a plugin called Acalc,[3] which supports all JavaScript.Math functions (sin, cos, sqrt etc.). E.g. by entering a formula like 2+2*sqrt(13) in the text editor, selecting it and clicking onto Acalc in the plugin menu, the formula will be solved.

History

Originally TEA was a program for Windows. In version 1.0.0.49, released on 30 December 2001,[4] it is evident that the acronym TEA then still meant Text Editing and Authoring. Later on a version for Linux using GTK + was written, which made it possible to compile the program for both Windows and Linux. TEA is one of those programs that were later on rewritten using Qt (cf. e.g. the media player VLC).

The program and the website were initially available only in Russian, which has had a negative impact on the popularity and reach outside of Ukraine and Russia. Meanwhile, the website is bilingual (Russian and English) and the program itself has been localized in several languages.

Release dateWin32 APIGTK+QtComment
December 19, 20011.0.0.46Alpha
April 26, 200612.113.0First GTK+ version
(still parallelly with Win32)
July 4, 200818.0.0First Qt version (Qt 3 & Qt 4)
(rewrite from scratch)
August 6, 200817.6.6Last regular GTK+ 2 version
(does not compile on modern systems)
December 24, 201028.1.4Last version supporting Windows 98
April 27, 201317.6.7Adaptation of the old GTK+ 2 version for modern systems
July 3, 201318.0.0Port of the adapted GTK+ 2 version to GTK+ 3
April 21, 201641.1.1newest version (Qt 4.6+ & Qt 5)

Website history:

FromToSite
December 2001June 26, 2006http://www.roxton.kiev.ua/
June 26, 2006March 24, 2013http://tea-editor.sourceforge.net/
March 24, 2013nowsemiletov.org/tea/ & tea.ourproject.org

References

  1. "TEA". Tea.ourproject.org. Retrieved 2019-07-02.
  2. Archived 2017-08-03 at the Wayback Machine
  3. Archived 2017-08-03 at the Wayback Machine
  4. "www.roxton.kiev.ua". Archived from the original on January 9, 2002. Retrieved 2002-01-09.CS1 maint: bot: original URL status unknown (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.