1
0
Fork 0

PluginData.preferences() added.

This commit is contained in:
Kolan Sh 2018-04-26 16:39:05 +03:00
parent 62bd6e311e
commit 13f5cf753f
1 changed files with 8 additions and 0 deletions

View File

@ -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
*/