Jump to content

JED: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
An open source multi-platform programmer's editor that in addition to OS/2 is available for [[DOS]], [[VMS]] (VAX), [[Microsoft Windows]], [[QNX]], [[BeOS]] and compiles on a few [[UNIX]] like platforms as well. Uses [[S-Lang]] as its macro language.
An open source multi-platform programmer's editor that in addition to OS/2 is available for [[DOS]], VMS (VAX), [[Microsoft Windows]], [[QNX]], BeOS and compiles on a few [[UNIX]] like platforms as well. Uses [[S-Lang]] as its macro language.


==Versions==
==Versions==
Line 8: Line 8:
Similar in concept to the modes on some [[UNIX]] editors, but a JED mode can offer anything from simple syntax highlighting to a heavily modified editing environment courtesy of the built in S-Lang interpreter, however most supplied and contributed modes are but simple syntax highlighting modes for a computer language or input/output filters for a file format, sometimes also offering something resembling auto indent and autocompletion.
Similar in concept to the modes on some [[UNIX]] editors, but a JED mode can offer anything from simple syntax highlighting to a heavily modified editing environment courtesy of the built in S-Lang interpreter, however most supplied and contributed modes are but simple syntax highlighting modes for a computer language or input/output filters for a file format, sometimes also offering something resembling auto indent and autocompletion.


JED is supplied with modes for [[GNU Info]] files inc. support for compressed info files, [[ispell]], [[man]] pages
JED is supplied with modes for GNU Info files including support for compressed info files, ispell, [[man]] pages


==Links==
==Links==
* [http://www.jedsoft.org/jed/ JED homepage]
* [http://www.jedsoft.org/jed/ JED homepage]
* [https://sourceforge.net/projects/jedmodes/files/jedmodes JED mode reprisotory] - On [[SourceForge]]
* [https://sourceforge.net/projects/jedmodes/files/jedmodes JED mode reprisotory]


==Authors==
==Authors==
* John E. Davis
* John E. Davis
* [[John Burnell]] (OS/2 port)
*John Burnell (OS/2 port)
* [[Darrel Hankerson]] (OS/2 port)
*Darrel Hankerson (OS/2 port)
* [[Dominik Wujastyk]] (OS/2 port)
*Dominik Wujastyk (OS/2 port)


[[Category:Text editors]][[Category:DOS text editors]][[Category:Win32 text editors]]
[[Category:Text editors]][[Category:DOS text editors]][[Category:Win32 text editors]]
[[Category:Open Source Software]][[Category:Software written in C]]
[[Category:Open Source Software]][[Category:Software written in C]]

Revision as of 23:13, 23 January 2017

An open source multi-platform programmer's editor that in addition to OS/2 is available for DOS, VMS (VAX), Microsoft Windows, QNX, BeOS and compiles on a few UNIX like platforms as well. Uses S-Lang as its macro language.

Versions

  • Last known version: JED v0.99-19 (2009-12-13) - OS/2 version supplied in source code format only.
  • Last known OS/2 binary release: JED v0.98-4.

Modes

Similar in concept to the modes on some UNIX editors, but a JED mode can offer anything from simple syntax highlighting to a heavily modified editing environment courtesy of the built in S-Lang interpreter, however most supplied and contributed modes are but simple syntax highlighting modes for a computer language or input/output filters for a file format, sometimes also offering something resembling auto indent and autocompletion.

JED is supplied with modes for GNU Info files including support for compressed info files, ispell, man pages

Links

Authors

  • John E. Davis
  • John Burnell (OS/2 port)
  • Darrel Hankerson (OS/2 port)
  • Dominik Wujastyk (OS/2 port)