Script Canvas, replace the text replacement system to a JSON file based one (#5228)

It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
This commit is contained in:
Luis Sempé
2021-11-11 11:53:51 -08:00
committed by GitHub
parent 9d93282e42
commit 9e2a3226fd
1382 changed files with 209123 additions and 1515 deletions
@@ -99,10 +99,11 @@ namespace ScriptCanvasDeveloperEditor
developerMenu->addSeparator();
NodeListDumpAction::CreateNodeListDumpAction(developerMenu);
TSGenerateAction::SetupTSFileAction(developerMenu);
developerMenu->addSeparator();
TranslationDatabaseFileAction(developerMenu, mainWindow);
QAction* action = developerMenu->addAction("Open Menu Test");
QObject::connect(action, &QAction::triggered, [mainWindow]()