Is there anything in EDIT.EXE for MS-DOS that inherently hinders porting to x64? I wish they have implemented the same color theme as well.
There is no EDIT.EXE. If you have an EDIT.EXE you probably need to check for malware. (-: It was EDIT.COM, and in the days of long ago that was just a way of invoking QBASIC with the /EDIT command-line option. At which point the project becomes one of porting an old MS-DOS full programming IDE to 64-bit Windows, just for its text editor part. Also, much of MS-DOS was written in 16-bit 8086 assembly language; so porti…
Edit is now open source
121–130 of 191 posts
Re: Edit is now open source
#122Earlier quoted context omitted.
That just feels like scope creep. Notepad would also be neat with some better keybinding support, plugins, lsp, ... - but then it wouldn't be notepad, and theres countless not notepads out there. Tools like nano (well, pico) exist to provide a reliable and always available minimum feature set. If you expand it, then you end up with something that is neither the minimum nor capable enough to sensibly compete with full…
No, it would still be notepad, but a higher quality one where especially users who don’t know better wouldn’t have to suffer as much from bad/lacking functionality
Re: Edit is now open source
#123Earlier quoted context omitted.
> You can use nano over wsl if you want No, not when ssh'ing to a server to manage it. Pulling in a Linux VM to get a simple text editor also makes no sense. There is also nothing to integrate - it's a basic text editor for a terminal with no fancy features. It either edits text or it doesn't.
you gotta make sure that hotkeys get passed in every keyboard configuration. Ctrl, CTRL Shift, Ctrl Caps, Alt, how do tabs work? Etc.. That something looks simple but is actually difficult is an error we all make
All existing editors do these things well already, nothing that required writing yet another editor.
Re: Edit is now open source
#124Earlier quoted context omitted.
That just feels like scope creep. Notepad would also be neat with some better keybinding support, plugins, lsp, ... - but then it wouldn't be notepad, and theres countless not notepads out there. Tools like nano (well, pico) exist to provide a reliable and always available minimum feature set. If you expand it, then you end up with something that is neither the minimum nor capable enough to sensibly compete with full…
Well, Notepad is introducing AI support which already feels like scope creep to me… https://support.microsoft.com/en-us/windows/enhance-your-wri...
Re: Edit is now open source
#125Yay 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.
Ah, that makes sense then; I was really confused at first because I couldn't figure out why Windows would want a built-in text-mode editor. I suppose if folks are seriously using SSH to access Windows machines ... then I have other questions about why not RDP, but if that's a real thing people are doing then adding a built-in editor for them makes sense.
SSH is integrated with everything and can be used to manage, transfer files/mount remote folders, forward ports in either direction, or proxy any network traffic through the remote end for debugging/access. You can open a remote folder directly in vscode, Zed or similar over SSH.
RDP to a standard Windows server (this was previously called "core" - having a desktop environment is a non-default add-on now) is silly as you're RDP'ing to solely see a cmd.exe window that asks you to use console-based configuration (sconfig.exe).
RDP to a windows server with "Desktop Experience" is silly because it is comparatively sluggish, streaming a (likely unaccelerated) video feed of heavier GUI applications vs. sending just a few text strings back and forth during editing.
Not to mention that containerized windows has no graphical stack and requires a text-centric workflow.
Re: Edit is now open source
#126Earlier quoted context omitted.
Ah, that makes sense then; I was really confused at first because I couldn't figure out why Windows would want a built-in text-mode editor. I suppose if folks are seriously using SSH to access Windows machines ... then I have other questions about why not RDP, but if that's a real thing people are doing then adding a built-in editor for them makes sense.
This might be the most obvious use case: https://learn.microsoft.com/en-us/windows-server/administrat... I'm a powershell bigot and spend most of my windows admin life in a terminal (or vscode) so my take is to simply use psremoting but ssh is there if you need.
psremoting would be limited specifically to remote PowerShell on windows, which is comparatively limited. Even if I was purely a Windows admin I'd consider the SSH approach more powerful.
Re: Edit is now open source
#127Earlier quoted context omitted.
Wow, what a disheartening comment. Did GP not explain why they did what they did? This is an open-source project, the author expressed joy in working on it, and you have the heart to tell him off. This is far below what I expect of HN.
Did the comment not explain what the issue with that explanation is? But maybe if you didn't misrepresent the situation so much you wouldn't lose your heart. This is not some tiny personal open source project where fun can be the only valid reason, but "will ship as part of Windows 11!", so millions of devices in a professional OS. Are your expectations so poorly calibrated that you have none in both cases? Why are t…
Re: Edit is now open source
#128Earlier quoted context omitted.
There is no EDIT.EXE. If you have an EDIT.EXE you probably need to check for malware. (-: It was EDIT.COM, and in the days of long ago that was just a way of invoking QBASIC with the /EDIT command-line option. At which point the project becomes one of porting an old MS-DOS full programming IDE to 64-bit Windows, just for its text editor part. Also, much of MS-DOS was written in 16-bit 8086 assembly language; so porti…
Sure about that? So in 32bit Windows where we still have EDIT, do we also have QBASIC?
Can't imagine anyone here using 32bit Windows and limiting themselves to 4GB of RAM.
Are there even any cheap laptops sold with that little nowadays?
Re: Edit is now open source
#129Earlier quoted context omitted.
Did the comment not explain what the issue with that explanation is? But maybe if you didn't misrepresent the situation so much you wouldn't lose your heart. This is not some tiny personal open source project where fun can be the only valid reason, but "will ship as part of Windows 11!", so millions of devices in a professional OS. Are your expectations so poorly calibrated that you have none in both cases? Why are t…
What led you to say that the author did not have users' interests at heart? What led you to imply that there's something wrong with reimplementing something or having fun or whatever it is you disliked you so much? What leads you think that a person working on something delivered with Windows 11 deserves less respect than a person working on a less used system? Or, do you consider what you said neutral, well argued c…
Why did you make up a point about a person deserving respect and pass it as my thought? Could you not come up with a more coherent difference between those two situations yourself?
Why are you asking a question about the motivation if you don't even understand "whatever" it is I disliked?
Why did you make up the implication that rejects having fun?
Why are you making it personal in the first place?
How can criticism be neutral when it's... critical?
What kind of well argued thing do you expect in a... single sentence to even ask such a question?
Again, why is there such a huge mismatch in your expectations re. a comment and a professional app?
Re: Edit is now open source
#130Earlier quoted context omitted.
There is no EDIT.EXE. If you have an EDIT.EXE you probably need to check for malware. (-: It was EDIT.COM, and in the days of long ago that was just a way of invoking QBASIC with the /EDIT command-line option. At which point the project becomes one of porting an old MS-DOS full programming IDE to 64-bit Windows, just for its text editor part. Also, much of MS-DOS was written in 16-bit 8086 assembly language; so porti…
Sure about that? So in 32bit Windows where we still have EDIT, do we also have QBASIC?
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.