Summary
The node uses the open_prompt_python shared function to install the context menu.
See,
|
QObject::connect(customAction, &QAction::triggered, textEdit, [&textEdit]() |
|
{ |
|
auto function = gt::interface::getSharedFunction("Assistant", |
|
"open_prompt_python"); |
This function though does not seem to exist!
Expected Behaviour
Use the appropriate function prompt ?
Summary
The node uses the
open_prompt_pythonshared function to install the context menu.See,
python-node-module/src/nodes/gtpy_pythonnode.cpp
Lines 471 to 474 in 365a809
This function though does not seem to exist!
Expected Behaviour
Use the appropriate function
prompt?