Plugins usage
Installation
To install a plugin from .zip / .rar archive, do the following:
- In UV open "Options -- Configure plugins" dialog, press "Add...",
select "Add plugin(s) from archive(s)" and press "..." button.
- In the Open dialog browse for the archive file (or several files).
Or, if plugin archive contains "pluginst.inf" file:
- Just open this archive in UV. Auto-install prompt will appear.
Note: if you install newer plugin version, from the archive with different name,
this may not overwrite the older plugin record. So, you will need to manually delete the older plugin record.
Configuring
You can tweak plugins a little, this is optional of course,
but may be needed with some plugins which have poor default configuration.
For example, ICLView plugin has the poor configuration, which doesn't contain
.DLL extension.
In "Configure plugins" dialog press "Configure...",
there you can edit plugin detect-string.
The "detect-string" specifies which filetypes will be opened in plugin by default.
The empty string means that plugin should detect filetypes by content
(must be supported by plugin).
String may contain the following:
- List of file extensions in the form:
EXT="TXT" | EXT="DOC" | EXT="RTF"
- "FORCE" special word, which can be present with or without extensions:
EXT="TXT" | FORCE
This word tells that plugin should be opened also for unknown filetypes,
when you forcefully call Plugins view ("7" key).
- List of file extensions in the form:
EXT:TXT,DOC,RTF
EXT:TXT FORCE
The "FORCE" special word can be present, after space, at the end of line.
Usage
- When Plugins view is active, you can press "7" key repeatedly
to switch between plugins applicable to the current file.
- You can see, which plugin is currently active, in the app window caption:
plugin name is written there in brackets.