Live data from Hacker News

Edit is now open source

devblogs.microsoft.com

131–140 of 191 posts

Re: Edit is now open source

#131
I have, as they say in the theatre, notes. Lots of notes. Possibly beginning with a request to stop calling these "VT" sequences. Quite a lot of this wouldn't work on an actual DEC Video Terminal.

One of the questions I haven't yet answered from research is whether it supports [Control]+[P]. That's another of the non-secret secrets of the original EDIT.

Re: Edit is now open source

#132
post #47
post #3

Yay for finally having a default text editor that works over ssh. Managing windows servers over ssh is a bit of a pain without. They could just have packaged nano, but oh well.

I wholeheartedly agreee. Nano is quite awesome, it is battle-tested and already has more features than needed for a basic text editor. Actually, Nano is too often frowned upon as too-basic, but is actually has a few advanced features that basic editors do not have (e.g., keyboard macros). I'd argue that Nano is simple rather than basic :). I tried discussing it here a few months ago but it did not took off: https://n…

I love nano and used it as my terminal editor on Linux.

Edit seems super approachable to newbies with it's mouse support in the menus. I love that and would love to see it in nano.

Re: Edit is now open source

#133
post #130
post #121

Earlier quoted context omitted.

Sure about that? So in 32bit Windows where we still have EDIT, do we also have QBASIC?

Yes. In those days of long ago, I saw the .COM extension with my own eyes and ran QBASIC /EDIT directly just for kicks. Once upon a time, this knowledge was one of those non-secret secrets that made it onto the letters pages of the computer magazines and into every "MS-DOS secrets" book out there. (-: And yes, Windows NT 4 had the MS-DOS QBASIC.

On well, now I have to roll out a 32bit Win7 vm to confirm this :)

Re: Edit is now open source

#134

I love that it has a toolbar with shortcut keys highlighted at the top. I wish more TUI programs had that, especially vim!

Zellij is a good example of a tui with shortcuts in the UI. Helped me learn them way better than I would have otherwise

Yes! GUI menus with keyboard shortcuts written on the menu items are a great way to explore and learn new software.

Re: Edit is now open source

#135
post #132
post #47

Earlier quoted context omitted.

I wholeheartedly agreee. Nano is quite awesome, it is battle-tested and already has more features than needed for a basic text editor. Actually, Nano is too often frowned upon as too-basic, but is actually has a few advanced features that basic editors do not have (e.g., keyboard macros). I'd argue that Nano is simple rather than basic :). I tried discussing it here a few months ago but it did not took off: https://n…

I love nano and used it as my terminal editor on Linux. Edit seems super approachable to newbies with it's mouse support in the menus. I love that and would love to see it in nano.

Just put

    set mouse
in your ~/.nanorc and then you can click on all the UI elements, including the actions/functions at the bottom of the screen, which play the roles of the menu in Nano.

Re: Edit is now open source

#136
post #131

I have, as they say in the theatre, notes. Lots of notes. Possibly beginning with a request to stop calling these "VT" sequences. Quite a lot of this wouldn't work on an actual DEC Video Terminal. One of the questions I haven't yet answered from research is whether it supports [Control]+[P]. That's another of the non-secret secrets of the original EDIT.

> Possibly beginning with a request to stop calling these "VT" sequences. Quite a lot of this wouldn't work on an actual DEC Video Terminal.

That is incredibly pedantic even by your standards.

Re: Edit is now open source

#137
post #48

Earlier quoted context omitted.

Since windows 10/windows server 2019 afaik. https://news.ycombinator.com/item?id=15904265

Thanks! It always bugged me that Windows didn't have a sshd, since it's so popular outside of Windows. I thought the reason for it not being added would be admitting a failure somewhere - RDP not winning or something. Seemed odd to prevent a way into Windows Server.

RDP is still the best remote desktop protocol - so much so that Gnome on Linux uses it for desktop sharing.

But, of course, it's a remote desktop protocol. Meanwhile Windows Server has been steadily moving onto command line & PowerShell for system administration for the past 12 years or so. The bespoke solution for remote admin has been remote PowerShell for a while, so ssh is arguably competing with that.

Re: Edit is now open source

#139
post #104
post #12

Interesting how we always go in circles. edit.cmd was one of the first programs I ever used. Now it's back rewritten as a Windows 10+ program in Rust? Yet it looks and works just the same as 30 years ago!

You probably mean edit.com, which is what I thought of when I saw this post. https://en.m.wikipedia.org/wiki/MS-DOS_Editor

And it is, according to their GH page, an homage to EDIT.COM.

Re: Edit is now open source

#140
post #53

Hey all! I made this! I really hope you like it and if you don't, please open an issue: https://github.com/microsoft/edit To respond to some of the questions or those parts I personally find interesting: The custom TUI library is so that I can write a plugin model around a C ABI. Existing TUI frameworks that I found and were popular usually didn't map well to plain C. Others were just too large. The arena allocator e…

I'm really glad this wasn't killed off with the recent Microsoft layoffs!
Post reply on HN