StrongED 4.69f13 released
Fred Graute (114) 645 posts |
Hi All, The thirteenth full release of StrongED 4.69 can found on the StrongED website The download contains a copy of StrongED that has all modes installed to make sure that they are compatible with 4.69f13. The main reason for this release is an error in the code to save a BASIC file not being caught which could lead to data loss. A couple of add-ons have been improved, and some changes from SE 4.70 have been backported to this version. When upgrading from an older version do NOT copy the new version over the old one. Move old copy out of the way and put 4.69f13 in its place. Changes in StrongED 4.69f13 (from 4.69f12)
A full list of changes starting from the initial release 4.69f1 through to 4.69f13 is included in the download. As always, all feedback is welcome and appreciated! |
nemo (145) 2554 posts | |
Paolo Fabio Zaino (28) 1882 posts |
@ Fred, Thanks a lot :) Also Fred here are my two StrognED Modes: GNU Assembler and GNU C++ (the C++ mode has all the missing keywords up to C++20 and ModeWhen is specialised for .cc .cpp .c++ only), If you like it I’d recommend to split the old C Mode and use this one for C++, but it’s up to you. https://github.com/RISC-OS-Community/StrongEDModes If you want to use them, the easiest way is to git clone the repo from your Linux, Windows, macOS in an HostFS directory of yoru RPCEmu and then, from RISC OS, move GNUAsm and C++ directories (that you’ll find in src) into your !StrongED for testing. Hope this helps, again thanks for the fixes in f13! :) |