My First Extension - Simple IvTune extension to show how to use IvtShell and IvtProfileSetting.
To enable this extension in the configuration file use the plugin name: "IvtTutorial" and the extension name: "My First Extension".
This tutorial displays a message in the status bar. The message can be defined by the user, if the parameter preference "Message" is defined in the configuration file (see example below).
<activeExtension plugin="IvtTutorial" extension="My First Extension"> <preference value="Hello World!" parameter="Message"/> </activeExtension>
IvtExtension, IvtPlugin, IvtServices, IvtShell, IvtProfileSetting