Description

minibuffer-listing.png
Show commands, etc in inspector

Display listing of commands, variables, and key bindings in Inspector window.

Whatever commands, variables, and key bindings that are provided by the script and knowable at compile-time are shown in the inspector by adding the following line to the script.

public MinibufferListing minibufferExtensions;
Note
This is a dummy class. This class is not instantiable. It is used purely to invoke the MinibufferListingDrawer class for the inspector.