Jed TextEditor Category Free text editors Category Free software programmed in C Category S Lang programming library Category DOS text editors Texteditor stub de Jed es Jed fr Jed ... BiBTeX support too Asynchronous subprocess support allowing one to compile from within the editor Built ... directory editor dired mail rmail ispell and much, much more. External links Portal Free software ... more details
9 from Bell Labs Plan 9 , Microsoft Windows Win32 platform size language English status genre Texteditor license Lucent Public License website Sam is a multi file texteditor based on structural regular ... bitmap windowing interface. The interpreter s command set is modeled after the UNIX editor ed texteditor ed and may be used to operate the editor from a standard text terminal. By default, however ... as whole line patterns are by ed texteditor ed , vi , AWK , Perl , etc. This is implemented through .... Sam is the preferred texteditor of many eminent computer scientists it replaced ed as Ken Thompson computer programmer Ken Thompson s favorite texteditor, and he still uses it to this day. Sam is the text ... 01 ref Others, like Dennis Ritchie , had moved on to use acme texteditor acme instead. Sam vs. acme ... System ports available. Notes Reflist See also Portal Free software acme texteditor Rob Pike s other popular texteditor and successor of sam. ed texteditor The original Unix texteditor by Ken Thompson ... journal title The TextEditor sam journal Software Practice and Experience date 1987 10 first Rob last ... Sam TextEditor Category Free text editors Category Plan 9 from Bell Labs Category Inferno operating ...Infobox software name Sam logo screenshot File Sam text editor.png 300px A screenshot of Sam caption ... fact allows commands to be edited and resubmitted just as any other text, a function inherited from the DMD 5620 terminal interface. Sam s command syntax is formally similar to ed s or ex texteditor ex s , containing structural regular expression based conditional and loop functions and scope ... oriented, sam s are selection oriented. Selections are contiguous strings of text which may span multiple lines , and are specified either with the mouse by dragging sweeping it over a region of text ... text editing command set to handling of multiple files, providing similar pattern based conditional and loop commands for filename specification. Any sequence of text editing commands may be applied as a unit ... more details
editors by providing a remapping of the keyboard shortcuts and editor behaviour. Citation needed date March 2012 Borland C 5.0 Borland Delphi CodeWright JBuilder Borland JBuilder JED texteditor ... CE 5.0 ref cite web url http msdn2.microsoft.com en us library ms937343.aspx title TextEditor Emulation publisher Microsoft date accessdate 2007 10 12 ref RimStar TextPad The SemWare Editor VEDIT ... compatible programmer s texteditor Category Windows text editors Category Borland software Category DOS text editors ... and replace Multiple windows, including multiple windows on the same source file Clones Some Vim texteditor Vim and Emacs packages provide Brief functionality. There was more than one program written to provide Brief like functionality Brief Basic Boxer Short Terse CRiSP Editor from Vital Visual SlickEdit ... more details
Eddie is a texteditor which was first released in 1997 for BeOS , and later ported to Linux and Mac OS X . It was written by Pavel C sler , formerly a senior developer at Be, who later worked for Eazel and currently works for Apple Computer Apple and continues to develop Eddie as his pet project, now on Mac OS X. Inspired by the Mac OS classic Apple Macintosh Macintosh Macintosh Programmer s Workshop editor, it is primarily intended for working with C programming language C and C development. However, Eddie supports syntax colouring for HTML , JavaScript , Yahoo Widget Engine .kon .widget , Perl , and many other formats. Eddie supports a Worksheet provides a well appointed Unix shell shell that enables the power of Bash Unix shell bash and the convenience of editing in a normal text window mode. Plugins Autocompletion BeApiFetch beide Allows the BeIDE key bindings to be used under Eddie. HeaderGuard Magic Prototyper Allows the writing Class computer science class definition s and corresponding Declaration computer science declaration s to be easier it manages the Cut and paste copy paste actions you normally have to perform when filling out the implementation of Method computer science class method s. It is even more useful when writing class Standard Template Library template methods, saving three or more Cut and paste copy paste operations per method. See also List of text editors Comparison of text editors External links http www.el34.com Home Page http www.bebits.com app 95 Eddie at BeBits http www.macupdate.com info.php id 19658 Eddie at Macupdate http linux.softpedia.com get Text Editing Processing Others Eddie 6177.shtml Eddie at Softpedia http beos.tucows.com beos preview 32882.html Eddie at Tucows http www.bebits.com app 3687 BeIDE http dsandler.org soft vim Dan Sandler s Eddie package for Vim texteditor Vim Category BeOS text editors Category Mac OS X text editors Category Linux text editors Mac stub Linux stub ... more details
Primary sources date November 2010 Notability date October 2011 infobox software name E TextEditor logo screenshot caption latest release version 2.0.1 latest release date release date 2010 11 30 operating system Microsoft Windows genre Texteditor license Open Company License website http e texteditor.com E TextEditor is a texteditor for Microsoft Windows . Its notable features include a personal revision control system branched, multi level, graphical undo and the ability to run TextMate Bundles TextMate bundles through the use of Cygwin . A Linux version is planned. ref E TextEditor v1.0 Released beta period is over , E TextEditor Blog , 7 August 2007. http e texteditor.com blog 2007 e v10 released ref TextMate Bundle Support A prominent element of the promotion and marketing of e is its ability to run many TextMate bundles directly from the MacroMates Concurrent Versions System CVS repository. Because most bundle commands rely on Unix commands not typically available on Windows, e uses the Cygwin toolset. Bundle commands can therefore use Bash Unix shell Bash , Unix command line tools, or scripting languages like Ruby programming language Ruby or Python programming language Python . As of v1.1.121 beta e bundle commands can be set to use the native Windows environment. This allows ... controls. Source Release On March 24, 2009 Alexander Stigsen, the creator of E TextEditor, released ... editor as Windows Cygwin or Windows native. Because bundle commands use the same plist XML ... text editing via FTP in the form of a plug in called Remote Projects. ref http e texteditor.com blog .... wxCocoaDialog provides a set of common GUI controls such as text input, progress bars, yes ..., the Linux version would be licensed for free. See also Comparison of text editors List of text editors References reflist External links http www.e texteditor.com E TextEditor The Power of Textmate on Windows Category Groupware Category Windows text editors Category Windows only software Category ... more details
ex SUS texteditor Unix commands DEFAULTSORT Ex TextEditor Category Standard Unix programs Category Unix SUS2008 utilities Category Unix text editors Unix stub ar de Ex Texteditor el Ex es Ex editor de texto ko Ex hu Ex texteditor nl Ex editor pl Ex Unix ru Ex ...Unreferenced stub auto yes date December 2009 Lowercase ex , short for EXtended, is a line editor for Unix systems. The original code ex code was an advanced version of the standard Unix editor ed texteditor ed , included in the Berkeley Software Distribution . ex is similar to ed, with the exception that some switches and options are modified so that they are more user friendly . ex was eventually given a screen oriented visual interface adding to its command line oriented operation , thereby becoming the vi texteditor. In recent times, ex is implemented as a personality of the vi program most variants of vi still have an ex Mode computer interface mode , which is invoked using the command code ex code , or from within vi for one command by typing the colon character. Although there is overlap between ex and vi functionality, some things can only be done with ex commands, so it remains useful when using vi. The core ex commands which relate to search and replace are essential to vi. For instance, the ex command issued from vi code s XXX YYY g code replaces every instance of XXX with YYY. The code code means every line in the file. The g stands for global and means replace every instance on every line if it was not specified, then only the first instance on each line would be replaced . ex has a synonym e in HP UX environments. Switches ex recognises the following switches obsolete suppresses user interactive feedback s XPG4 only suppresses user interactive feedback l sets lisp editor option r recover specified files after a system crash R sets readonly t tag Edit the file containing the specified tag v invoke visual mode vi w set window size n x set encryption mode C encryption ... more details
ED or ED 1100 is the original interactive texteditor implemented on the UNIVAC 1100 2200 series . The editor was originally developed by Dr. Roger M. Firestone in the mid 1970s. Trademark UNIVAC has been, over the years, a registered trademark of Eckert Mauchly Computer Corporation Remington Rand Corporation Sperry Rand Corporation Sperry Corporation Unisys Corporation See also List of UNIVAC products History of computing hardware External links http misdocumentos.net wiki mainframes univac ed historia Historia del procesador ED Category History of computing Category UNIVAC software Category Text editors soft eng stub ... more details
Unreferenced date February 2009 Infobox software logo File Pe Icon.png 64px name Pe programming language C programming language C C operating system BeOS BeOS like genre Text Editor license MIT website http pe editor.berlios.de Pe , short for Programmer s Editor, is an open source text editor for the BeOS Be Operating System BeOS . It is targeted towards source code editing, and features syntax highlighting for a large number of programming languages. It also works as a basic source level HTML editor, with some HTML autocompletion support, automatic updating of files included within other files, and direct FTP integration. It is conceptually based on the Macintosh Programmer s Workshop and BBEdit , both of which are editing programs for the Mac OS . Pe boasts features such as function autocompletion, powerful search and replace options, and syntax highlighting for several programming language s. Pe was ported to Mac OS X , Linux and Microsoft Windows Windows under the name Pepper text editor Pepper , and the original BeOS code was open sourced. Pe was written by the Dutch programmer Maarten Hekkelman , who also wrote bdb , the source level debugger for the BeOS, and the spreadsheet Sum It Sum It , first for Mac OS classic Mac OS and later BeOS where it was packaged by Beatware as half of BeBasics a lightweight office suite , which was also open sourced. Pe was used to write the BeOS Bible and possible other similar era Scot Hacker works, as well as In the Beginning... Was the Command Line by Neal Stephenson both of which works mention it. External links http developer.berlios.de projects pe editor Pe at BerliOS http pe editor.berlios.de Pe s website Haiku Software Category BeOS text editors ... more details
notability date September 2008 Infobox Software screenshot File J 0.23.0.png 300px J 0.23.0 name author Peter Graves developer armedbear j sourceforge project released 2003 latest release version 0.23.0 latest release date 2010 04 11 operating system Java platform Java supporting ref cite web url http armedbear j.sourceforge.net title Armed Bear date April 11, 2010 author unknown accessdate 2010 04 13 ref language English language English only genre Text editor license GNU General Public License website http armedbear j.sourceforge.net J is a text editor for programmers, available under the GNU General Public License . Compatibility J is written in Java programming language Java and runs on Linux , Mac OS X , OS 2 , Unix , VMS , and Microsoft Windows Windows . It is part of the ArmedBear Common Lisp ABCL project on SourceForge . See also List of text editors Comparison of text editors References reflist External links http armedbear j.sourceforge.net Home page http sourceforge.net projects armedbear j sourceforge page FLOSS Category Free text editors Category Windows text editors Category Java platform software Category Mac OS X text editors Category 2004 software Category Free software programmed in Java Category Free HTML editors Category Mac OS X programming tools es J editor de texto ru J ... more details
LEXX was a texteditor which was possibly the first to use live parsing and colour syntax highlighting ... LEXX s design was chosen as a middle ground between specialized Structure editor syntax directed editors such as Grif texteditor Grif and JANUS and general purpose editors such as the contemporary ... University Press to write a syntax directed colour coding editor for the SGML text of the second edition of the Oxford English Dictionary. That editor the live parsing editor, called LEXX ... Introducing the LPEX Editor publisher IBM year 1998 accessdate 2008 10 08 Category Text editors ... of the LEXX concept known as LPEX for Live Parsing Editor ref name lpextheother were originally produced ... contribution LEXX A programmable structured editor last Cowlishaw first M. F. title IBM ... name palmerpatent citation url http www.palmerpatent.com CL715 text 531 6185591 text edit with enhanced undo user interface.html title Text edit system with enhanced undo user interface 6185591 authors ... 2008 10 0 quote A publication describing editors in general, as well as the LEXX editor in particular, is entitled LEXX A Programmable Structured Editor, by M. F. Cowlishaw, published in the IBM Journal ... of aspects and capabilities of various text editors and structured editors. LEXX is a general purpose editor that can edit both documentation and programs while making evident the structure of the data being edited. LEXX is an editor that can be programmed not only to understand and present the structure ... match the data to the user and to the task being performed. The result is a programmable editor that can ... editor that can also be used to create and edit many kinds of data, including programs and documentation, is referred to as the Live Parsing Extensible Editor LPEX , which runs on workstations. The live parsing capability permits external commands and edit macros attached to the editor to monitor ... editor can be found in the LPEX User s Guide and Reference Manual, IBM publication no. SC09 2202 ... more details
Infobox Software name Ulysses logo screenshot Deleted image removed Image Blueteculysses.jpg 250px caption Screenshot of Ulysses developer The Soulmen latest release version 2.0.4 latest release date 2009 11 18 latest preview version latest preview date operating system Mac OS X platform genre Text editor Word processor license website http www.the soulmen.com ulysses Ulysses is a text editor for Mac OS X . It is targeted at creative writers who do not need to worry about formatting the text or other distractions, and who want to focus on the content of their words. Ulysses 2.0 Ulysses 2.0 is the next version of Ulysses. A 2.0 public beta has been released, currently as a Release Candidate ref cite url http www.the soulmen.com blog 2009 07 01 ulysses 20 release candidate title Ulysses 2.0 Release Candidate author The Soulmen accessdate 2009 07 07 year 2009 ref . With the release of Ulysses 2.0, the software will be re branded under the name of The Soulmen ref cite url http www.the soulmen.com blog 2009 04 24 introducing ulysses 17 20 title Introducing Ulysses 1.7 2.0 author The Soulmen accessdate 2009 06 19 year 2009 ref . This major upgrade includes a new interface, bookmarks for texts, a Document Trash and Project Templates. In addition, all parts of the software have been receiving updates. See also List of text editors Comparison of text editors References reflist External links http www.blue tec.com ulysses The Ulysses web site http www.theepochtimes.com n2 content view 29282 Epoch Times Article, February 7, 2010 Category Mac OS X text editors Category Mac OS X only software mac software stub fr Ulysses logiciel ... more details
The STET texteditor the STructured Editing Tool may have been the first folding editor its first version was written in 1977 by Mike Cowlishaw . The editor runs on the IBM Conversational Monitor System VM CMS operating system. STET was written to explore an approach to text editing that followed the principles of Structured programming . It allows programs and documentation to be written top down , with blocks of code or text kept to a limited size usually less than a page . This was a first attempt to take the structure out of the domain of languages, and into the domain of editors. In addition to conventional editing facilities, STET gives the user a third dimension a tree structure that may be traversed using Program Function Keys much as scrolling is normally implemented ref http speleotrove.com misc stetdoc.pdf STET &ndash A STructured Editing Tool Version 2 , Davies, S. and Cowlishaw, M. F., IBM UK Scientific Centre, 30pp, 28th Dec 1980. ref Principles The editor, like many text editors, is a full screen editor a window into the file being edited is displayed and the lines displayed ... character command entry field adjacent to each displayed line of text . Top line commands generally ..., movement around the file, and so on over 60 in all . Image STET editor make block.jpg thumb The STET editor, showing a group of lines about to be formed into a block Line commands apply to a single ... the folding capabilities of the editor. Structured editing commands The structured editing facilities ... from a flat file. Image STET editor structure.jpg thumb The STET editor, showing file structure map ... allow a flat file to be built from all or part of the structured file. Other The editor is written in PL ... IBM text editors, including XEDIT and Lexx ref http www.research.ibm.com journal rd 311 ibmrd3101G.pdf LEXX &ndash A programmable structured editor , Cowlishaw, M. F., IBM Journal of Research and Development .... References Reflist 2 Category Text editors ... more details
If you edit this infobox, please also make necessary changes to Comparison of text editors Infobox software name Bluefish logo File bluefish icon.svg screenshot File Bluefish texteditor .png 300px caption Bluefish 2.0.0 with default toolbar s & HTML developer Bluefish Dev Team status Active latest release version 2.2.2 latest release date Release date and age 2012 03 01 operating system Cross platform POSIX POSIX oriented operating systems POSIX programming language C programming language C genre Texteditor license free software GNU General Public License GPL website http bluefish.openoffice.nl Bluefish is an advanced texteditor with lots of tools for development of dynamic websites. Bluefish supports development in among others HTML , XHTML , Cascading Style Sheets CSS , XML , PHP , C programming language C , C , JavaScript , Java programming language Java , Google Go , Vala , Ada , D , SQL , Perl , ColdFusion , JavaServer Pages JSP , Python programming language Python , Ruby programming language Ruby and Shell computing shell . Bluefish is available on most platforms, including Linux , Solaris operating system Solaris and Mac OS X , and Microsoft Windows Windows . Bluefish is developed in C GTK and can be used integrated in GNOME or independent from GNOME. Bluefish fills the niche market between the plain text editors and the full swing integrated development environment IDE Bluefish is relatively lightweight and easy to learn, while still providing many features to support the development of websites. License Bluefish is released as free and open source software under the terms of the GNU General Public License GPL . History Bluefish was started by Chris Mazuc and Olivier ... Sessink. The project has had different names. The initial name Thtml editor was abandoned for being ... software List of HTML editors List of text editors Comparison of HTML editors List of PHP editors ... text editors ar bg Bluefish ca Bluefish de Bluefish et Bluefish es Bluefish fr Bluefish it Bluefish ... more details
O26 , a full screen editor, was named after the IBM model Keypunch IBM 024.2C 026 026 keypunch the first character being an alphabetic O rather than numeric 0 due to operating system restrictions . The editor could be run on the CDC 6000 series , and later CDC Cyber Cyber 70 and 170 series operator consoles. According to source code listings of the SCOPE software SCOPE version of O26, it was written in 1967 by CDC programmers Greg Mansfield and David Cahlander. Other Early CDC Full Screen Editors An independently developed full screen editor was written in 1967 by Edgar T. Irons and Franz M. Djorup at the Institute for Defense Analyses to run on a CDC 6600 . This editor was described in a later ACM article as operating from low cost cathode ray tube entry and display stations with keyboard and 13 function buttons. The terminals used were CDC 210 display terminals, specially modified with extra function keys. The IDA editor name not given in the paper ran on IDA s homegrown time sharing system known as IDA CRD . ref cite web url http www2.fbi.fh darmstadt.de vmi chronologie main.htm title Chronology of Computing author David Singmaster date January 6, 2000 ref ref cite web url http pdp 10.trailing edge.com bb j710b bm tops20 v41 tools 01 tools sed sed.doc.html title SED A CRT Editor for TOPS 10 and TOPS 20 author A. Christopher Hall date June 1982 ref ref Cite journal url http portal.acm.org citation.cfm?id 361244&coll portal&dl ACM&CFID 34751768&CFTOKEN 88868966 title A CRT editing system last Irons first Edgar T first2 Frans M last2 Djorup date January 1972 journal Communications of the ACM volume 15 issue 1 pages 16 20 publisher ACM Press doi 10.1145 361237.361244 ref References reflist External links http members.iinet.net.au tom hunter screenshots.html Desktop CYBER Emulator Screenshots http www.museumwaalsdorp.nl computer comp789 o26.html List of O26 Commands http ... CDC software Category Text editors ... more details
in developing countries chapter A case for contemporary literate programming editor ACM pages 2 9 url http portal.acm.org citation.cfm?id 1035054 editor link Association for Computing Machinery cited in references DEFAULTSORT Leo TextEditor Category Free text editors Category Free software ...Infobox software name Leo Leonine Editor with Outlines screenshot http sourceforge.net project screenshots.php?group id 3458&ssid 22298 Screenshots caption developer Edward K. Ream latest release version 4.10 final latest release date release date and age 2012 03 29 operating system Cross platform genre Texteditor , Outliner , Integrated development environment IDE license Python programming language Python License website http webpages.charter.net edreamleo front.html Leo L eonine E ditor with O utlines is a texteditor that features outliner outlines with clones as its central tool of organization, navigation, customization and scripting. Language Leo is written in Python programming language Python . The GUI currently makes use of the Qt toolkit Qt toolkit until version 4.7, there was an older GUI based on Tk computing Tk . Outlines can contain Python scripts, while Leo itself can be extended with plugins also written in Python . Leo s documents are XML files. Trees, clones and views Leo is an outliner . Leo s outline pane shows a tree data structure of data nodes. Nodes contain headlines, body text, and other information. Headlines naturally serve as descriptions of the body text. For example, file nodes are nodes whose headline starts with file. Leo trees are in fact directed acyclic graph directed acyclic graphs nodes may have more than one parent. Leo calls such nodes clones . Clones appear in several places in the outline pane. Views are simply nodes whose children contain clones. A single outline may contain arbitrarily many views of the nodes contained therein. External ... text of any node may contain a Leo script , a Python script executed in the context of a Leo ... more details
Lapis is an experimental texteditor allowing multiple simultaneous edits of text in a multiple Selection user interface selection . Lapis is an instance of Programming by example . The multiple items to edit are selected automatically according to the example provided by the user, making this experimental feature unique to Lapis among text editors. The process to create the selecion is based on a formal concept analysis that determines the more salient properties of the items selected by the user, and then applies the generalized concept to the whole text. Lapis also features outliers detection, marking in red those items selected that have a low matching score, thus allowing the user to review the automatic decisions made by the algorithm. Lapis includes a templates vocabulary to assist editing several kinds of structured languages. One of those languages is HTML. Lapis includes a Web browser view that allows its multiple edit feature to work on web pages in a WYSIWYG way, through automatic matching of the underlying HTML tags. References http citeseerx.ist.psu.edu viewdoc summary?doi 10.1.1.25.927 Citeseer http www.cs.cmu.edu rcm papers chi02 chi02.html LAPIS Smart Editing with Text Structure introductory article. http www.usenix.org event usenix99 full papers miller miller html usenix99.html Lightweight Structured Text Processing , an extended description Robert C. Miller, Brad A. Myers Multiple selections in smart text editing. 103 110, http www.informatik.uni trier.de ley db conf iui iui2002.html IUI 2002 , Proceedings of the 2002 International Conference on Intelligent User Interfaces, January 13 16, 2002, San Francisco, California, USA. ACM, 2002, ISBN 1 58113 459 ... selections or text entities like phone numbers See also http blogs.gnome.org jessevdk 2009 11 15 new gedit plugin multi edit multi edit , a plugin for the gedit editor Category Free text editors ... click rapid text copying based on automatic entity extraction by Eric A. Bier, Edward W. Isha. Abstracts ... more details
notability date August 2011 primary sources date August 2011 Infobox Software name LE logo screenshot Image Le utf Rblock.png 300px caption Screenshot of LE in UTF 8 mode. author Alexander V. Lukyanov developer latest release version 1.14.5 latest release date release date and age 2010 11 10 latest preview version latest preview date operating system UNIX like platform genre Text editor license GNU GPL website http freshmeat.net projects leeditor LE is a text editor which appears something like the Norton Editor , but has many additional features rectangle select copy paste block type is switchable search replace with regular expressions filtering block contents through an external program linear multilevel undo redo customizable menus color syntax highlighting using regular expressions in an external file handles UTF 8 characters, based on locale settings customizable keymaps for different terminal types associating either literal strings or terminfo capability names hexadecimal editing mode editing of mmap d files or devices in replace mode frame drawing mode first seen in Lexicon program Lexicon file selection box inspired by Turbo C built in Reverse Polish notation postfix calculator. It uses ncurses for display, mouse and part of the keyboard handling. The application has a built in table of key assignments for xterm , rxvt and some less familiar terminal types. History According to the HISTORY file in its sources, Alexander V. Lukyanov started writing it in 1993 while using a Besta computer BESTA machine. Over the next four years, he rewrote it into C , and published it in 1997 with the GPL license. External links Freshmeat leeditor LE http directory.fsf.org le editor.html FSF abstract for LE Category Free text editors Category Curses programming library Category Free software programmed in C free software stub ru LE ... more details
se screen editor is also known as the Georgia Tech Screen Editor . According to the README file in its sources, Se started out as the version of ed that came with the book Software Tools , by Kernighan and Plauger, which was written in Ratfor. Several people, including Dan Forsyth and Arnold Robbins worked on the program, making improvements before and after converting it to C programming language C in early 1985. The program was first posted to the comp.sources.unix newsgroup in December 1986. The final version noted in the external links dates from 1987. There was also a different and earlier se screen based editor for Unix, which was based on Ed Unix ed . ref cite web url http web.cecs.pdx.edu kirkenda joy84.html title Interview with Bill Joy author Jim Joyce year 1984 publisher Unix Review ref References reflist External links http www.isc.org index.pl? sources editors se.php se initial posting to comp.sources.unix http www.isc.org index.pl? sources editors se 1.3.php source of se 1.3 http www.gifford.co.uk coredump se.htm se 2.10 and 2.20 source and screenshot http hpux.cs.utah.edu hppd hpux Editors se 1.3 Description with a screenshot dead link url http hpux.cs.utah.edu hppd hpux Editors se 1.3 date November 2008 Category Text editors ... more details
Epsilon is a programmer s texteditor modelled after Emacs . It resembles Emacs not only in its default keybindings and layout, but also in the fact that it has a Turing completeness Turing complete extension language in which much of its functionality is implemented. Unlike Emacs, Epsilon s extension language, EEL Epsilon Extension Language ref http www.lugaru.com extensible.html Lugaru.com ref is a dialect of C programming language C rather than a dialect of Lisp programming language Lisp . Epsilon runs on DOS , Microsoft Windows , Linux , FreeBSD , Mac OS X and OS 2 . Epsilon is a commercial product sold by Lugaru Software . It was first released in 1984, long before Emacs was available on personal computers, and modestly priced, so it provided an attractive alternative to the usual DOS editors for those accustomed to Emacs. Epsilon supports Unicode but does not display characters outside the BMP and cannot presently handle right to left scripts. It can convert among dozens of character encodings. References references External links http www.lugaru.com Epsilon homepage EmacsNavbox Category Emacs Category DOS text editors ... more details
User Space . sam program sam , Rob Pike s other popular texteditor. Predecessor of Acme. http doc.cat ... Acme TextEditor Category Free text editors Category Plan 9 from Bell Labs Category Inferno operating system Category Mac OS X text editors Free software stub Rob Pike navbox de Acme Texteditor es Acme editor fr Acme logiciel ja Acme ru Acme ... more details
operating system platform size language status genre texteditor license website TECO IPAc en icon ... and CO rrector is a texteditor originally developed at the Massachusetts Institute of Technology MIT ... text visually on a cathode ray tube CRT screen, and was used as an interactive online editor this was, however ... TECO Information JargonFile DEFAULTSORT TextEditor And Corrector Category Text editors Category ... ca TECO de TECO Texteditor es TextEditor and Corrector eu TECO fr TECO it TECO nl TECO ja TextEditor and Corrector fi TECO sv TECO ... TECO is not just an editor, but an interpreter computer software interpreted programming language for text manipulation. Arbitrary programs called macros for searching and modifying text give it great ... the antitheses of WYSIWYG What You See Is What You Get . Richard Stallman s now famous Emacs editor ... had to exit TECO. The VTEDIT Video Terminal Editor TECO macro was commonly used on RSTS E and VAX systems ... visual editor similar in function to the contemporaneously developed Emacs . Hewlett Packard , having ... Museum. url http www.bitsavers.org bits DEC pdp1 papertapeImages 20031202 MIT TS box1 text tecoBlurb.txt format text accessdate 2007 09 12 ref circa 1963 by Daniel L. Murphy for use on two PDP 1 ... editor for the PDP 1 was named Expensive Typewriter . Written by Stephen D. Piner, it was the most rudimentary imaginable line oriented editor, lacking even search and replace capabilities. Its name was chosen as a wry poke at an earlier, rather bloated, editor called Colossal Typewriter . Even ... simply examine the faulty text and prepare a correction tape describing the editing operations to be performed on the text. One would efficiently feed the source tape and the correction tape into the PDP ... Typewriter although TECO was certainly a more feature complete editor than Expensive Typewriter .... The only way to observe the state of the text during the editing process was to type in commands ... more details
of Vim texteditor Vim until about 1997. ref Cite web url http www.vmunix.com vim wish.html ... sensitive spell checker, text folding, region highlighting, and user definable URL protocols. In addition, it adopted a number of ideas from Vim texteditor Vim . At the time of writing, January ... bsd oldnews bsdnew91215.html Comment on vi compatibility DEFAULTSORT Elvis TextEditor Category Free text editors Category Unix text editors Category Windows text editors Category Termcap es Elvis editor de texto fr Elvis logiciel pl Elvis program ru Elvis ... title editor faq Editor List newsgroup comp.editors date August 13, 1992 ref ref Cite web url http ... ex, the standard UNIX editor, with Japanese patch ref The nvi editor is based on an older version ... clone of Vi than Tim Thompson s Stevie ST editor for VI enthusiasts , released three years previously ... ref Kirkendall outlined several ways in which Elvis was different from Stevie, namely blockquote The text ... after a crash or power failure. Arrow keys work in input mode. In fact, if you invoke the editor via ... much like a normal editor something that the real vi certainly can t do. Long lines are displayed ... of user interfaces, including... termcap which uses text screens like the traditional vi x11 ... more details
2010 ref genre Texteditor license free software license Free software , charityware website http www.vim.org Vim is a texteditor written by Bram Moolenaar and first released publicly in 1991. Based on the vi editor common to Unix like systems, Vim is designed for use both from a command line interface ... texteditor accessdate 2005 10 24 ref First public release for the Amiga on Fred Fish disk 591 ref ... Comparison of text editors Editor war List of text editors List of Unix programs Vimperator Clear References refs 30em External links Wikibooks Learning the vi Editor Vim Commons category Vim Official ... the most popular editor amongst Linux Journal readers. ref cite web url http www.linuxjournal.com ... vimstory.pdf ref Vim was based on an earlier editor, Stevie, for the Atari ST, ref name Ryan cite news ... version of the vi editor, with many additional features designed to be helpful in editing ... . Like vi , Vim s interface is based not on menus or icons but on commands given in a text user interface .... Examples include Cream software Cream which makes Vim behave like a click and type editor or VimOutliner ... vi.html title vi  screen oriented visual display editor , Single Unix Specification, Version ..., mouse computing mouse interaction both with and without the GUI , Folding editor folding , editing ... code.google.com p android cruft ref Release history class wikitable style text align left Date style text align left Version style text align left Changes and additions June, 1987 N A Tim Thompson releases Stevie ST editor for VI enthusiasts , a limited vi clone for the Atari ST , posting the source ... Vim Manual, Version 6 summary accessdate 2008 08 06 ref Folding editor Folding , Plug in computing ... FLOSS Category Unix text editors Category Windows text editors Category Mac OS text editors Category Mac OS X text editors Category OpenVMS text editors Category Free text editors Category Termcap Category Free software programmed in C Category Cross platform software Category Linux text editors ... more details
for the strand of science documentary films Q.E.D. BBC TV series Infobox Television show name Q.E.D. image File Q.E.D. U.S. TV series b.jpg caption format camera picture format runtime 60 Minutes creator John Hawkesworth producer John Hawkesworth developer executive producer starring narrated opentheme endtheme country USA network first aired March 23 last aired April 27, 1982 num episodes 6 website Q.E.D. is a 1982 short lived adventure series set in Edwardian period Edwardian England, starring Sam Waterston as Professor Quentin Everett Deverill. The Professor was a scientific detective in the mold of Sherlock Holmes , and the series had a smattering of what would later be called steampunk . In the show, the lead character was known primarily by his initials, Q.E.D the reference here is that Q.E.D. usually stands for Q.E.D. quod erat demonstrandum , a statement signalling the end of a proof. The show aired on the CBS network in the United States, and on Channel 4 in the United Kingdom. Cast Prof. Quentin E. Deverill Sam Waterston Phipps George Innes Dr. Stefan Kilkiss Julian Glover Charlie Andrews A.C. Weary Jenny Martin Caroline Langrishe Episodes Target London 1982 03 23 The Great Motor Race 1982 03 30 Infernal Device 1982 04 06 The 4 10 to Zurich 1982 04 13 To Catch a Ghost 1982 04 20 The Limehouse Connection 1982 04 27 External links imdb title id 0083468 title QED tv.com 8719 Q.E.D. DEFAULTSORT QED Category 1982 American television series debuts Category 1982 American television series endings Category CBS network shows Category Steampunk television series fr CQFD, Alambic et Torp do US drama tv prog stub ... more details
Infobox television show name Q.E.D. image Image BBC QED logo.jpg 200px caption Q.E.D. title card format Science , Education al camera picture format PAL runtime 30  min creator developer producer nowrap begin Liz Tucker wrap Emma Walker wrap John Hayes Fisher wrap Andrew Thompson nowrap end executive producer Mick Rhodes 1982 84 , David Filkin 1985 91 , Simon Campbell Jones 1992 , Susan Spindler 1993 94 , Tim Haines 1994 , Lorraine Heggessey 1995 97 , Michael Mosley 1998 99 starring narrated opentheme endtheme country United Kingdom network BBC One BBC1 first aired 1982 last aired 1999 num episodes website Q.E.D. quod erat demonstrandum, which means that which was to be demonstrated was the name of a strand of BBC popular science documentary film s which aired in the United Kingdom from 1982 to 1999. ref http www.broadcastnow.co.uk news terrestrial 1999 09 bbc ditches qed branding.html BBC ditches QED branding , Broadcast magazine Broadcast , 24 September 1999. ref Format Running in a half hour peak time slot on the BBC s primary mass audience channel BBC One BBC1 , the series had a more populist and general interest agenda than the long running Horizon BBC TV series Horizon series which aired on the more specialist channel BBC Two BBC2 . Level of scientific understanding Horizon often could be difficult for a scientific novice, requiring a modicum of background knowledge beyond the reaches of many viewers, so Q.E.D. was a more approachable way of introducing scientific stories. Some notable films A Guide to Armageddon 1982 the effects of a one TNT equivalent megaton nuclear bomb being exploded over London. Simon s War 1983 the life of Simon Weston , who suffered serious burns in the Falklands War . Round Britain Whizz 1986 A speeded up flight around the coastline of Britain ... External links http ftvdb.bfi.org.uk sift series 288 Q.E.D. , British Film Institute . List of films, with dates. Use dmy dates date September 2010 DEFAULTSORT Q.E.D. Bbc Tv Series Category BBC television ... more details