S.E. Mitchell
unread,Dec 14, 2024, 9:05:22 AM12/14/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TSEPro Support
LoadMacro() and LoadKeyMacro() - without parameters - should also
search the current directory. Bug reported by J. David Boyd.
Thanks also to input from Carlo Hogeveen.
You can now reorder the macros in the AutoLoad List. Thanks to
Carlo Hogeveen for the code.
The compile macro can now understand GNU Fortran error messages.
Thanks to Christer Gustafsson for the report.
Updated listopen with changes from Carlo Hogeveen. Now shows
browse-only files and allows one to set browse mode.
Fix two bugs in strfind()
1: strfind() can cause an unloaded file to be loaded. Thanks to
Knud van Eeden for the report.
2: strfind() with the "b" (backwards) option does not work in all
cases. Thanks to Carlo Hogeveen for the report.
strfind() "b" bug test added to sanity1
The list() title now should mostly show the [x]. Thanks to Carlo
Hogeveen for the report, and the macro to test the same. Made it
much easier to find and fix the problem.
PopPosition(), PopLocation(), StrFind() (which uses same)
cause unloaded files to be loaded.
Thanks to Knud van Eeden for the report, and to both Knud and
Carlo Hogeveen for macros demonstrating the problem.
List() and lList() titles [x] not always shown. This has been
improved. Thanks to Carlo Hogeveen for the report.