Posts: 14,657
Threads: 9,615
Thanks Received: 9,081 in 7,231 posts
Thanks Given: 9,865
Joined: 12 September 18
21 May 25, 07:25
Quote:Microsoft has announced a new text editor for Windows, called Edit. But it's not like Notepad, Edit is a command-line text editor.
The app was unveiled at the Microsoft Build conference, and while it may appear as it has been designed for developers, it remains accessible for users who are unfamiliar with terminals. The interface looks modern, with controls similar to those in Visual Studio Code. Microsoft says it was motivated to bring a CLI text editor in 64-bit versions of Windows, as an alternative to MS-DOS, which was included in 32-bit versions of its operating system.
Edit is a lightweight text editor, and is less than 250kB in size. It supports mouse mode, to allow users to click on options in the menu, and to highlight text.
However, there is no right-click menu in the app. But like traditional CLI apps, Edit supports various keyboard shortcuts including commonly used options like Ctrl Z, Ctrl V, Ctrl R for find and replace text, etc. It supports Word Wrap, which can be toggled with Alt + Z. In addition to this, there are some advanced options such as Match Case and Regular Expression support. While it may look like it supports tabbed-browsing, Edit is simply running in the Windows Terminal. But there is a way to open multiple files, either by using the Ctrl + P hotkey, or from the file list.
Continue Reading...