EDT editor - a modern approach? [closed]
We don’t allow questions seeking recommendations for books, tools, software libra开发者_JAVA百科ries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this questionI 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
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.
http://www.atl.lmco.com/projects/csim/gui/edt/
According to the web archive, this is now at
http://edt-text-editor.sourceforge.net/
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.
You can try GNU Emacs EDT-mode:https://www.gnu.org/software/emacs/manual/html_mono/edt.html
精彩评论