Function
IdeCommandManagerfrom_context
since: 3.34
Description
Gets an IdeCommandManager
from the context.
This may only be called on the main thread.
Available since: 3.34
Parameters
context
-
Type:
IdeContext
An
IdeContext
.The data is owned by the caller of the function.
Return value
Type: IdeCommandManager
An IdeCommandManager
.
The data is owned by the called function. |