I'd really like to change the way macro.c registers the built-in functions and special variables to the way it's done in my patch, available here
http://ajbj.free.fr/nedit/nedit5.5dev/patches/newMacroFnRegistration1b.diff The only snag that I can see is that it would break all those wonderful patches available out there that add new functions (my own included). This registration system allows us to provide new macro built-ins in different source files so macro.c need not grow indefinitely, by using RegisterMacroSubroutineSet() and RegisterGlobalReturnValuesSet() in the new files. Comments? Tony -- NEdit Develop mailing list - [email protected] http://www.nedit.org/mailman/listinfo/develop
