I want to make a better verb: linearized. The idea is to produce a LF-delimited string which displays in 'panel' as if you'd typed the name of the noun into the session. It works with 2-D char arrays, but doesn't work well for boxed vars. IanClark
- If I did provide a button to write back an updated definition, then it could record which Tnnnn snapshot-noun this was done for,
allowing that list of Tnnnn's to be printed-out at the end-of-session as a script of changes. IanClark
See also the class browser from Addons/gui/util
-- OlegKobchenko 2010-01-20 07:07:44If I'd known about Oleg's Cobrowse, I wouldn't have made the effort to write LoBrow. I now view my effort as largely of academic interest. But it's maybe instructive for someone at my stage of learning J. Also I can adapt it with confidence. IanClark 2010-01-20 11:58:00
- Updated version uploaded, with new buttons:
Save -saves updated definition
Script -outputs current locale in a new script window
Open^, Edit^ -work on name beneath the cursor
Info -writes Info box back as a noun: currentObj_INFO, to help document currentObj.
-- IanClark 2010-02-01 15:45:23
