BTW, it's preferable for a submenu to be part of the same EditorKit class, using enter_submenu() (e.g. see DistribMenu), because then switching records works across all submenus and you get Alt record-switching for free, and it's less overall code than two separate classes. Except ItemEditor doesn't yet allow switching records, but I assume you want to add that.
On Thu, 10 Jul 2025 at 12:01, cron--- via Ohrrpgce < [email protected]> wrote: > > https://github.com/ohrrpgce/ohrrpgce/commit/7deba2d6e565c8e9b97c84e7c64ab71ef7fb97f8 > Author: james <james@7d344553-34f0-0310-a9b1-970ce8f1c3a2> > Date: Wed Jul 9 23:56:17 2025 +0000 > > New Item Editor: Add a simple EditorKit based sub-menu for stat bonuses > > > itemedit.bas | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- > udts.bi | 2 +- > 2 files changed, 47 insertions(+), 4 deletions(-) > > _______________________________________________ > Ohrrpgce mailing list > [email protected] > http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org >
_______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
