Columns Viewer

v1.0.5 comes with a little but useful improvement: It's no longer necessary to specify the main name for script columns whose script filename does not match with this value. The only thing missing now is a way to obtain the label for these columns. (they are listed in scriptprefs.osd but there is no way to correlate the correct name/label order.)
One thing that needs to be clarified is that there may be ghost columns listed. This is because AFAIK there is no method to get all valid columns, and the scriptcolumns.oxc file stores all column names ever registered, whether they exist or not. The script takes care of filtering out most of them (file not existing, listed as disabled in scriptaddins.oxc or not listed in scriptprefs.osd), but it is not currently possible to do so completely (e.g. if a script ever declared a column and then removed it, it is still listed in scriptcolumns.oxc and will be listed as a ghost column when using this command).

2 Likes