-2

I used the EDT editor on VMS very long time ago. Is there modern implementation of this excellent text editor available? If so, are there source codes? Maybe it is circumvented by Emacs and Vim?

Thank you

Eli Schneider
  • 4,903
  • 3
  • 28
  • 50

4 Answers4

1

You might want to chase down SEDT (See link). I remember this one from MS-DOS days. I don't know if anyone has reimplemented it for windows.

Walter Mitty
  • 18,205
  • 2
  • 28
  • 58
0

http://www.atl.lmco.com/projects/csim/gui/edt/

According to the web archive, this is now at

http://edt-text-editor.sourceforge.net/

Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105
clee
  • 10,943
  • 6
  • 36
  • 28
0

There is also an OpenVMS plugin for Netbeans which adds the EDT keypad to the Netbeans editor - gives the best of both worlds.
http://h71000.www7.hp.com/openvms/products/ips/netbeans/distnb.html

Only problem is that it is for older versions of Netbeans.

ChrisB
  • 96
  • 2
-1

You can try GNU Emacs EDT-mode:https://www.gnu.org/software/emacs/manual/html_mono/edt.html

  • 1
    A link to a solution is welcome, but please ensure your answer is useful without it: [add context around the link](https://meta.stackexchange.com/a/8259/394800) so your fellow users will have some idea what it is and why it’s there, then quote the most relevant part of the page you're linking to in case the target page is unavailable. [Answers that are little more than a link may be deleted.](https://stackoverflow.com/help/deleted-answers) – Dima Kozhevin Apr 27 '19 at 17:14