-
Notifications
You must be signed in to change notification settings - Fork 0
SourceEditorInfoInterface
MekDrop edited this page Jul 25, 2022
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!# Imponeer\Contracts\Editor\Info\SourceEditorInfoInterface
Describes source editor
Imponeer\Contracts\Editor\Info\EditorInfoInterface
Name | Description |
---|---|
getLicense | Get license for editor |
getName | Gets editor name |
getSupportedLanguages | Get supported languages that can be highlighted in editor |
getVersion | Get editor version |
isAvailable | Checks if editor could is available on the system |
Description
public getLicense (void)
Get license for editor
Parameters
This function has no parameters.
Return Values
string
Description
public getName (void)
Gets editor name
Parameters
This function has no parameters.
Return Values
string
Description
public getSupportedLanguages (void)
Get supported languages that can be highlighted in editor
Parameters
This function has no parameters.
Return Values
string[]
Description
public getVersion (void)
Get editor version
Parameters
This function has no parameters.
Return Values
string
Description
public isAvailable (void)
Checks if editor could is available on the system
Parameters
This function has no parameters.
Return Values
bool