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
@@ -0,0 +1,165 @@
{
"entries": [
{
"key": "UiMarkupButtonNotificationsBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Markup Button",
"category": "UI"
},
"methods": [
{
"key": "OnHoverStart",
"details": {
"name": "On Hover Start",
"tooltip": "Executes when the button has become hovered"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "ID",
"tooltip": "The markup ID of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Action",
"tooltip": "The action string of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Data",
"tooltip": "The data string of the clickable text"
}
}
]
},
{
"key": "OnHoverEnd",
"details": {
"name": "On Hover End",
"tooltip": "Executes when the button is no longer hovered"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "ID",
"tooltip": "The markup ID of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Action",
"tooltip": "The action string of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Data",
"tooltip": "The data string of the clickable text"
}
}
]
},
{
"key": "OnPressed",
"details": {
"name": "On Pressed",
"tooltip": "Executes when the button receives a press event"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "ID",
"tooltip": "The markup ID of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Action",
"tooltip": "The action string of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Data",
"tooltip": "The data string of the clickable text"
}
}
]
},
{
"key": "OnReleased",
"details": {
"name": "On Released",
"tooltip": "Executes when the button receives a release event"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "ID",
"tooltip": "The markup ID of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Action",
"tooltip": "The action string of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Data",
"tooltip": "The data string of the clickable text"
}
}
]
},
{
"key": "OnClick",
"details": {
"name": "On Click",
"tooltip": "Executes when the button is clicked (a release on the button following a press on the button)"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "ID",
"tooltip": "The markup ID of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Action",
"tooltip": "The action string of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Data",
"tooltip": "The data string of the clickable text"
}
}
]
}
]
}
]
}