• Microsoft Edit

    From Operation Sindoor@21:1/5 to All on Tue Jun 17 17:21:30 2025
    XPost: alt.comp.os.windows-11

    Edit is now open source

    Edit is a new command-line text editor in Windows. Edit is open source,
    so you can build the code or install the latest version from GitHub!

    This CLI text editor will be available to preview in the Windows Insider Program in the coming months. After that, it will ship as part of
    Windows 11!

    <https://devblogs.microsoft.com/commandline/edit-is-now-open-source/>

    MS-Dos is coming back!! Watch the space.

    Jai Hind

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From VanguardLH@21:1/5 to Operation Sindoor on Tue Jun 17 14:48:07 2025
    XPost: alt.comp.os.windows-11

    Operation Sindoor <Operation.Sindoor@invalid.invalid> wrote:

    Edit is now open source

    Edit is a new command-line text editor in Windows. Edit is open source,
    so you can build the code or install the latest version from GitHub!

    This CLI text editor will be available to preview in the Windows Insider Program in the coming months. After that, it will ship as part of
    Windows 11!

    <https://devblogs.microsoft.com/commandline/edit-is-now-open-source/>

    MS-Dos is coming back!! Watch the space.

    Jai Hind

    Edlin was the MS-DOS console-mode editor, not this Edit.

    https://en.wikipedia.org/wiki/Edlin

    There is no MS-DOS in Windows 11. MS-DOS died 24 years ago.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Operation Sindoor on Tue Jun 17 16:55:10 2025
    XPost: alt.comp.os.windows-11

    On Tue, 6/17/2025 1:21 PM, Operation Sindoor wrote:
    Edit is now open source

    Edit is a new command-line text editor in Windows. Edit is open source,
    so you can build the code or install the latest version from GitHub!

    This CLI text editor will be available to preview in the Windows Insider Program in the coming months. After that, it will ship as part of
    Windows 11!

    <https://devblogs.microsoft.com/commandline/edit-is-now-open-source/>

    MS-Dos is coming back!! Watch the space.

    Jai Hind



    We've already tested Edit.

    In both Windows and Linux, it has a 4GB limitation and
    cannot open a 16GB text file. It just stops mid-sentence
    while loading, at around the 4GB mark.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From T@21:1/5 to Paul on Tue Jun 17 17:04:08 2025
    XPost: alt.comp.os.windows-11

    On 6/17/25 1:55 PM, Paul wrote:
    On Tue, 6/17/2025 1:21 PM, Operation Sindoor wrote:
    Edit is now open source

    Edit is a new command-line text editor in Windows. Edit is open source,
    so you can build the code or install the latest version from GitHub!

    This CLI text editor will be available to preview in the Windows Insider
    Program in the coming months. After that, it will ship as part of
    Windows 11!

    <https://devblogs.microsoft.com/commandline/edit-is-now-open-source/>

    MS-Dos is coming back!! Watch the space.

    Jai Hind



    We've already tested Edit.

    In both Windows and Linux, it has a 4GB limitation and
    cannot open a 16GB text file. It just stops mid-sentence
    while loading, at around the 4GB mark.

    Paul


    Hi Paul,

    I had to reset an attribute on a YUGE Thunderbird mail
    box for a customer. He had accidentally deleted
    everything and dumped his trash. Fortunately he had
    not compacted yet. It was around 20 GB.

    I copied his trash box to his local folder under a new name.
    Fumbled with several text editors. I discovered what you
    speak of real quick.

    Then I installed Git on his machine and used Git's "sed"
    (the Serial Editor from hell) to flip all the deleted
    flags back to undeleted. The customer was blow away.
    And, yes, I had that insufferable spring in my step
    for several hours afterward.

    "sed" to the rescue.

    :-)

    -T

    p.s. have you tried the text Editor from hell (vi/vim)
    on large files yet?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to All on Tue Jun 17 23:02:43 2025
    XPost: alt.comp.os.windows-11

    On Tue, 6/17/2025 8:04 PM, T wrote:
    On 6/17/25 1:55 PM, Paul wrote:
    On Tue, 6/17/2025 1:21 PM, Operation Sindoor wrote:
    Edit is now open source

    Edit is a new command-line text editor in Windows. Edit is open source,
    so you can build the code or install the latest version from GitHub!

    This CLI text editor will be available to preview in the Windows Insider >>> Program in the coming months. After that, it will ship as part of
    Windows 11!

    <https://devblogs.microsoft.com/commandline/edit-is-now-open-source/>

    MS-Dos is coming back!! Watch the space.

    Jai Hind



    We've already tested Edit.

    In both Windows and Linux, it has a 4GB limitation and
    cannot open a 16GB text file. It just stops mid-sentence
    while loading, at around the 4GB mark.

        Paul


    Hi Paul,

    I had to reset an attribute on a YUGE Thunderbird mail
    box for a customer.  He had accidentally deleted
    everything and dumped his trash.  Fortunately he had
    not compacted yet.  It was around 20 GB.

    I copied his trash box to his local folder under a new name.
    Fumbled with several text editors.  I discovered what you
    speak of real quick.

    Then I installed Git on his machine and used Git's "sed"
    (the Serial Editor from hell) to flip all the deleted
    flags back to undeleted.  The customer was blow away.
    And, yes, I had that insufferable spring in my step
    for several hours afterward.

    "sed" to the rescue.

    :-)

    -T

    p.s.  have you tried the text Editor from hell (vi/vim)
    on large files yet?

    I don't think text editors really like big files to begin with.
    It has a lot to do with the data structure they use for
    storing the text. (Not an array of bytes.)

    I've never even tried a big file with vi/vim.
    Maybe I was told by one of the gurus at work not to do that.

    With the vanilla notepad, it had a fetish about reformatting
    the file, after the length of a line changed. Performance
    suffers when you do that.

    Notepad++ is supposed to be capable of big files, and it also
    has a plugin of some sort for the job.

    Linux was supposed to have an editor for large files, but
    I don't recollect a name being mentioned. Maybe it was an editor
    from the Unix era ?

    With a SED, yes, as long as you know the file details, you could
    filter off some header bits that indicate deleted, and then
    I would guess you'd remove the .msf and regenerate the .msf
    so it would extract the modified status from each header.
    Whereas editing the Mork, would take some real skills, as
    not too many people are fluent in the format.

    I expect a customer would be really amazed.

    Mozilla has a tool for Mork, but they're not sharing it
    with the public that I know of.

    There is a duplication of data, in the box file and in the
    related .msf (Mork) file, so that at least, a corrupted
    .msf can be fixed by removing it. And a new one is
    regenerated from those added header lines.

    From - Wed Nov 26 06:13:35 2008
    X-Mozilla-Status: 0015
    X-Mozilla-Status2: 00800000
    X-Mozilla-Keys:
    Date: Wed, 26 Nov 2008 06:13:34 -0500

    If Thunderbird is behaving strangely, I had one case, where
    a "block" of text was replaced with binary in a box file, as if
    there had been a disk read error or something. Removing the
    binary portion, the file then opened normally again.

    For that one, you can use the Linux "file" command, and
    the damaged file has a strange detection. Not the same
    detection a normal box file has. That's in case you were
    wondering what you could do to spot a thing like that.
    The "file" command has at least a hundred descriptions of
    text files, including when formats are mixed internally.
    Which suggests it reads the whole text file, instead of
    just 1KB of it.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Daniel70@21:1/5 to Operation Sindoor on Wed Jun 18 19:24:24 2025
    XPost: alt.comp.os.windows-11

    On 18/06/2025 3:21 am, Operation Sindoor wrote:
    Edit is now open source

    Edit is a new command-line text editor in Windows. Edit is open source,
    so you can build the code or install the latest version from GitHub!

    This CLI text editor will be available to preview in the Windows Insider Program in the coming months. After that, it will ship as part of
    Windows 11!

    <https://devblogs.microsoft.com/commandline/edit-is-now-open-source/>

    MS-Dos is coming back!! Watch the space.

    Jai Hind

    "Edit is open source"
    "Edit is a new command-line text editor in Windows"

    So is Microsoft now making 'US' pay for all the efforts of their UNPAID programmers, ... i.e. 'US'?? ;-P
    --
    Daniel70

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to All on Wed Jun 18 05:53:26 2025
    XPost: alt.comp.os.windows-11

    On Wed, 6/18/2025 5:24 AM, Daniel70 wrote:
    On 18/06/2025 3:21 am, Operation Sindoor wrote:
    Edit is now open source

    Edit is a new command-line text editor in Windows. Edit is open source,
    so you can build the code or install the latest version from GitHub!

    This CLI text editor will be available to preview in the Windows Insider
    Program in the coming months. After that, it will ship as part of
    Windows 11!

    <https://devblogs.microsoft.com/commandline/edit-is-now-open-source/>

    MS-Dos is coming back!! Watch the space.

    Jai Hind

    "Edit is open source"
    "Edit is a new command-line text editor in Windows"

    So is Microsoft now making 'US' pay for all the efforts of their UNPAID programmers, ... i.e. 'US'?? ;-P

    Did you install it and try it ?

    It's written in Rust.

    https://github.com/microsoft/edit

    The third and fourth entries here, might be usable.

    https://github.com/microsoft/edit/releases/tag/v1.2.0

    edit-1.2.0-x86_64-linux-gnu.tar.zst

    edit-1.2.0-x86_64-windows.zip

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Daniel70@21:1/5 to Paul on Thu Jun 19 20:05:08 2025
    XPost: alt.comp.os.windows-11

    On 18/06/2025 7:53 pm, Paul wrote:
    On Wed, 6/18/2025 5:24 AM, Daniel70 wrote:
    On 18/06/2025 3:21 am, Operation Sindoor wrote:
    Edit is now open source

    Edit is a new command-line text editor in Windows. Edit is open source,
    so you can build the code or install the latest version from GitHub!

    This CLI text editor will be available to preview in the Windows Insider >>> Program in the coming months. After that, it will ship as part of
    Windows 11!

    <https://devblogs.microsoft.com/commandline/edit-is-now-open-source/>

    MS-Dos is coming back!! Watch the space.

    Jai Hind

    "Edit is open source"
    "Edit is a new command-line text editor in Windows"

    So is Microsoft now making 'US' pay for all the efforts of their UNPAID programmers, ... i.e. 'US'?? ;-P

    Did you install it and try it ?

    It's written in Rust.

    Hmm! I think the Developers of SeaMonkey Internet Suite use Rust as part
    of their Dev Environment.

    That's about as close as I get to Rust on a Computer!! ;-P

    https://github.com/microsoft/edit

    The third and fourth entries here, might be usable.

    https://github.com/microsoft/edit/releases/tag/v1.2.0

    edit-1.2.0-x86_64-linux-gnu.tar.zst

    edit-1.2.0-x86_64-windows.zip

    Paul

    --
    Daniel70

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)