Enfusion Script API
|
Public Member Functions | |
string | FindTexts (WidgetSource src) |
override void | Run () |
Public Member Functions inherited from LocalizationEditorPlugin | |
void | OnSave (BaseContainer stringTable, string stringTableItemClassName, string stringTableAbsPath) |
void | OnChange (BaseContainer stringTableItem, string propName, string propValue) |
void | OnImport (BaseContainer newItem, BaseContainer oldItem) |
void | OnExport (BaseContainer item) |
void | OnSelectionChanged () |
bool | IsReadOnly (BaseContainer item, bool isImporting) |
string | GetExportColumn (BaseContainer item, string languageCode) |
Called for each item during building runtime table, expected column name to export for given language. | |
Public Member Functions inherited from WorkbenchPlugin | |
void | Run () |
void | RunCommandline () |
void | Configure () |
void | OnResourceContextMenu (notnull array< ResourceName > resources) |
Public Member Functions inherited from Managed | |
proto external ref Managed | Clone () |
Return shallow copy of object, or null if it is not allowed (not public constructor) | |
string CheckLocalizationPlugin.FindTexts | ( | WidgetSource | src | ) |
override void CheckLocalizationPlugin.Run | ( | ) |
Implements WorkbenchPlugin.