Skip to content

Commit aa2c790

Browse files
committed
Closes #1403
1 parent 858a117 commit aa2c790

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/Interface/Application/SCIRunMainWindow.cc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,11 +1920,9 @@ void SCIRunMainWindow::loadPythonAPIDoc()
19201920
void SCIRunMainWindow::showTriggerHelp()
19211921
{
19221922
QMessageBox::information(this, "Triggered Scripts",
1923-
"TODO"
1924-
// "\n\nTo cut/copy/paste, see the Edit menu and the corresponding hotkeys."
1925-
// "\n\nClipboard history items can be starred like module favorites. When starred, they are saved as fragments under \"Saved Subnetworks,\" which are preserved in application settings. "
1926-
// "\n\nThe user may edit the text of the saved subnetwork items to give them informative names, which are also saved. Hover over them to see a tooltip representation of the saved fragment."
1927-
// "\n\nCurrently there is no way to delete a saved subnetwork in the GUI."
1923+
"The triggered scripts interface allows the user to inject Python code that executes whenever a specific event happens. Currently the available events are post-module-add (manually, not "
1924+
"via network loading), and post-network-load (after user loads a file)."
1925+
"\n\nExamples can be found in the GUI when you first load the dialog. The scripts are saved at the application level and can be enabled/disabled."
19281926
);
19291927
}
19301928

0 commit comments

Comments
 (0)