-
Notifications
You must be signed in to change notification settings - Fork 126
Description
Is your feature request related to a problem?
We have a lot of database plugins. When opening a file, say a MOAB file with a .h5m
extension, its a real pain to scroll through the list of them to find MOAB and select it.
When file(s) are selected (highlited via a mouse gesture) in the Files:
list, I would like for VisIt to present the Open file as type
pull down in two segments. First, listing all the plugins that match all the extension(s) in the set of Files
that have been selected followed by some kind of a seperator line (maybe just a blank entry) and then the full alphabetical list of plugins.
Next, if a plugin does NOT have any options defined, it should not be listed or it should not be listed among the plugins that DO have options defined.
That way, if I select a .h5m
file in the Files
list, when I go to the pulldown, MOAB
will appear as an option at the top. Likewise for other formats with relatively unique extensions (e.g. silo
, root
, etc.).