![]() |
|
The NEW MS DOS Editor - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Utilities (https://qb64phoenix.com/forum/forumdisplay.php?fid=8) +---- Thread: The NEW MS DOS Editor (/showthread.php?tid=3765) |
The NEW MS DOS Editor - NakedApe - 06-24-2025 Gee, this looks familiar. The article states, "At a time when AI coding assistants and sophisticated IDEs dominate software development, it's fun to think that we may be on the verge of a renaissance in appreciation for simple, fast tools that just work." Yes! It's cross platform too. Revamped IDE ![]() [url=https://arstechnica.com/gadgets/2025/06/microsoft-surprises-ms-dos-fans-with-remake-of-ancient-text-editor-that-works-on-linux/][/url] RE: The NEW MS DOS Editor - bplus - 06-24-2025 Well that brings back memories! I think some version of that could be found in Windows through the years, just never advertised as feature. RE: The NEW MS DOS Editor - eoredson - 06-25-2025 Since the '80s I have been using Edit.com exclusively for editing and programming! It allows up to 9 files loaded with switching using F8 and search with F3.. Code: (Select All) Volume in drive C is LLAMARE: The NEW MS DOS Editor - a740g - 06-25-2025 I used the binary editing feature in the classic edit.com a lot, which unfortunately isn't available in this new version of Edit. That said, at just around 250 KB, the new Edit is lightweight and quite handy for quick file edits directly from the Terminal. Installation on Windows 11 is also seamless - winget install Microsoft.Edit and you're good to go. The UI looks a lot different. But that does not really bother me.
|