updateProfile.extensions parameter

The updateProfile.extensions parameter can be used to list all of the file extensions that are associated with parsers.  The updateProfile.parserAssociation parameter is used to indicate the parser that is associated with a specific file extension.

Availability

query command
current parameter
default parameter
install parameter

Scope

updateProfile.extensions is scoped to the current view.
current.updateProfile.extensions is scoped to the current view.
default.updateProfile.extensions is globally scoped.
install.updateProfile.extensions is globally scoped.

Syntax

query updateProfile.extensions
query current.updateProfile.extensions
query default.updateProfile.extensions
query install.updateProfile.extensions 

Description

The query current.updateProfile.extensions command will return the list of file extensions that are defined within the current view.

The query updateProfile.extensions command will return the list of file extensions that were specified with the set updateProfile.parserAssociation command.

The query default.updateProfile.extensions command will return the list of file extensions that were specified with the set default.updateProfile.parserAssociation command.  That is, the list of file extensions in the default profile indicated by the defaultProfile parameter.

The query install.updateprofile.extensions command will return the list of installed file extensions, that is, the list of file extensions in the profile indicated by the installProfile parameter.

Examples

query updateProfile.extensions
query current.updateProfile.extensions
query default.updateProfile.extensions
query install.updateProfile.extensions 


query command
updateProfile command
updateProfile.parserAssociation parameter