PluginObject.preferences() added.
This commit is contained in:
parent
d0f518049f
commit
75f8ecc06e
|
@ -84,6 +84,14 @@ namespace LAview.Core.Plugins {
|
|||
|
||||
return object_dialog.composed;
|
||||
}
|
||||
|
||||
/**
|
||||
* Open Preferences.
|
||||
*/
|
||||
public override void preferences (Object parent) throws Error {
|
||||
// TODO: Open Preferences window.
|
||||
stdout.puts("Object Example preferences () called.\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue