
Pressing enter on that item would display this:

Basically, the goal of this mod is to make the F4 screen a little easier to work with when there are a lot of interfaces added.
This isn't perfect or even complete yet. I haven't put the "summary" for each interface somewhere on the page, and I have yet to add paging mechanics to the screens, so if your suite of mods adds more that a screen's worth of categories, or there is more than a screen's worth of interfaces in a particular category, there will probably be issues. There are also a couple of OXP's that don't get along with this one, and given what I'm attempting to do I'm sure there will be others I haven't found yet.
The first one is Library PAD. A version of Library with the fix applied can be downloaded here: Library_1.8.5.oxz
The other OXP (that I know of) that also has a bit of a problem is Explorer's Club. The fix is quite simple. In version 1.4.6, in the "script.js" file, on line 182, find this snippet of code (which is at the end of a long line of code):
Code: Select all
this._xc_choice
Code: Select all
this._xc_choice.bind(this)
And feel free to put forward your suggestions for a better name.