PluginData.preferences() added.
This commit is contained in:
parent
62bd6e311e
commit
13f5cf753f
|
@ -38,6 +38,14 @@ namespace LAview.Core.Plugins {
|
|||
return _("Data Example");
|
||||
}
|
||||
|
||||
/**
|
||||
* Open Preferences.
|
||||
*/
|
||||
public override void preferences () {
|
||||
// TODO: Open Preferences window.
|
||||
stdout.puts("Data Example preferences () called.\n");
|
||||
}
|
||||
|
||||
/**
|
||||
* transfer string data
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue