Jump to content

X2 Programmer's Editor: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
Multi-platform programmers text mode editor, derived from Tim Baldwin's [[XE]] code sample, which in turn was originally inspired by OS/2's E series of editors, and X2 has similar [[REXX]] based extension functionalities as the [[EE]] editor does. In addition to OS/2, X2 is available for HP-UX, Linux on x86 and S/390, Windows NT and newer, SunOS, Aix and FreeBSD . There is also an experimental version for Windows with  a graphical interface.
Multi-platform programmers text mode editor, derived from Tim Baldwin's [[XE]] code sample, which in turn was originally inspired by OS/2's E series of editors, and X2 has similar [[REXX]] based extension functionalities as the [[EE]] editor does.  
 
==Supported Operating Systems==
In addition to OS/2, X2 is available for HP-UX, Linux on x86 and S/390, Windows NT and newer, SunOS, AIX and FreeBSD. There is also an experimental version for Windows with  a graphical interface.


Development of the editor has slowed down considerably since the turn of the century, Mr. Thompson has done a little bit of work on the NT variant and Linux variants of the editor but most other versions have been unchanged for more than a decade.
Development of the editor has slowed down considerably since the turn of the century, Mr. Thompson has done a little bit of work on the NT variant and Linux variants of the editor but most other versions have been unchanged for more than a decade.
==Download==
 
* [http://www.tangbu.com/DOWNLOAD/x2.zip Version 2.01.1]  
==Versions==
{|class="wikitable"
!Version||Operating System
|-
|2.01.1 (Mar 2001)||DOS [http://www.tangbu.com/DOWNLOAD/xdos.zip xdos.zip]
OS/2: [http://www.tangbu.com/DOWNLOAD/x2.zip x2.zip]
 
AIX 4.2: [http://www.tangbu.com/DOWNLOAD/xaix42.tgz xaix42.tgz]
HP-UX 10.20: [http://www.tangbu.com/DOWNLOAD/xhp.tgz xhp.tgz]
Linux/390: [http://www.tangbu.com/DOWNLOAD/xlin390.tgz xlin390.tgz]
|-
|2.01.2 (Nov 2001)||Solaris: [http://www.tangbu.com/DOWNLOAD/xsun.zip xsun.zip]
|-
|2.05.2 (Jun 2005)||FreeBSD: [http://www.tangbu.com/DOWNLOAD/xbsd.tgz xbsd.tgz]
|-
|2.07.1 (May 2007)||AIX 4.3: [http://www.tangbu.com/DOWNLOAD/xaix43.tgz xaix43.tgz]
|-
|2.08.1 (2012)||Windows: [http://www.tangbu.com/DOWNLOAD/xwnt.zip xwnt.zip]
Linux: [http://www.tangbu.com/DOWNLOAD/xlinux.tgz xlinux.tgz]
|}


==Links==
==Links==
* [http://www.tangbu.com/x2main.shtml Homepage]
* [http://www.tangbu.com/x2main.shtml Homepage]
* [https://web.archive.org/web/20080210014049/http://www.wildfire.dircon.co.uk/xmacs.html Macro's for the X editor] - via Archive.org
* [https://web.archive.org/web/20080210014049/http://www.wildfire.dircon.co.uk/xmacs.html Macro's for the X editor] - via Archive.org
==License==
==License==
*Closed source freeware.
*Closed source freeware


==Author==
==Author==
* [[Blair W. Thompson]]
* [[Blair W. Thompson]]


[[Category:Tools]] [[Category:Text editors]] [[Category:DOS Tools]] [[Category:MS Windows Tools]] [[Category:Z/OS Tools]] [[Category:Linux Tools]] [[Category:HPUX Tools]] [[Category:Solaris Tools]] [[Category:AIX Tools]] [[Category:BSD Tools]]
[[Category:Text editors]]

Revision as of 02:17, 25 November 2016

Multi-platform programmers text mode editor, derived from Tim Baldwin's XE code sample, which in turn was originally inspired by OS/2's E series of editors, and X2 has similar REXX based extension functionalities as the EE editor does.

Supported Operating Systems

In addition to OS/2, X2 is available for HP-UX, Linux on x86 and S/390, Windows NT and newer, SunOS, AIX and FreeBSD. There is also an experimental version for Windows with a graphical interface.

Development of the editor has slowed down considerably since the turn of the century, Mr. Thompson has done a little bit of work on the NT variant and Linux variants of the editor but most other versions have been unchanged for more than a decade.

Versions

Version Operating System
2.01.1 (Mar 2001) DOS xdos.zip

OS/2: x2.zip

AIX 4.2: xaix42.tgz HP-UX 10.20: xhp.tgz Linux/390: xlin390.tgz

2.01.2 (Nov 2001) Solaris: xsun.zip
2.05.2 (Jun 2005) FreeBSD: xbsd.tgz
2.07.1 (May 2007) AIX 4.3: xaix43.tgz
2.08.1 (2012) Windows: xwnt.zip

Linux: xlinux.tgz

Links

License

  • Closed source freeware

Author