Has anybody tried to port Microsoft Edit to Haiku yet?
MIT licensed and written in Rust. Not to be confused with the 16-bit DOS application of the same name.
Has anybody tried to port Microsoft Edit to Haiku yet?
MIT licensed and written in Rust. Not to be confused with the 16-bit DOS application of the same name.
We mentioned this earlier.
The problem is we have to update the Rust for Haiku in order to port MS Edit. More info can be seen in this topic.
Thank you, I suspected as much. The Edit app dev said that the Rust stable build was missing some features he needed.
On the other hand, the original MS-DOS EDIT will run just fine in Haiku’s Terminal thanks to dosemu (in nightlies only):
(MS-DOS EDIt is just a thin wrapper around QBASIC, starting it with a command line switch to disable all the BASIC and keep only the text editor)