-
+
}
diff --git a/newIDE/app/src/EventsFunctionsExtensionEditor/BehaviorMethodSelectorDialog.js b/newIDE/app/src/EventsFunctionsExtensionEditor/BehaviorMethodSelectorDialog.js
index 86025108e000..a039bc30022d 100644
--- a/newIDE/app/src/EventsFunctionsExtensionEditor/BehaviorMethodSelectorDialog.js
+++ b/newIDE/app/src/EventsFunctionsExtensionEditor/BehaviorMethodSelectorDialog.js
@@ -36,6 +36,7 @@ export default function BehaviorMethodSelectorDialog({
,
]}
actions={[
diff --git a/newIDE/app/src/EventsFunctionsExtensionEditor/EventsBasedBehaviorOrObjectEditor/EventsBasedBehaviorEditor.js b/newIDE/app/src/EventsFunctionsExtensionEditor/EventsBasedBehaviorOrObjectEditor/EventsBasedBehaviorEditor.js
index 122659c0df32..78131d6375b0 100644
--- a/newIDE/app/src/EventsFunctionsExtensionEditor/EventsBasedBehaviorOrObjectEditor/EventsBasedBehaviorEditor.js
+++ b/newIDE/app/src/EventsFunctionsExtensionEditor/EventsBasedBehaviorOrObjectEditor/EventsBasedBehaviorEditor.js
@@ -230,6 +230,7 @@ export default function EventsBasedBehaviorEditor({
diff --git a/newIDE/app/src/EventsFunctionsExtensionEditor/EventsBasedBehaviorOrObjectEditor/EventsBasedObjectEditor.js b/newIDE/app/src/EventsFunctionsExtensionEditor/EventsBasedBehaviorOrObjectEditor/EventsBasedObjectEditor.js
index a769b1080811..b16f8e3b8d01 100644
--- a/newIDE/app/src/EventsFunctionsExtensionEditor/EventsBasedBehaviorOrObjectEditor/EventsBasedObjectEditor.js
+++ b/newIDE/app/src/EventsFunctionsExtensionEditor/EventsBasedBehaviorOrObjectEditor/EventsBasedObjectEditor.js
@@ -241,6 +241,7 @@ export default function EventsBasedObjectEditor({
diff --git a/newIDE/app/src/EventsFunctionsExtensionEditor/EventsBasedObjectSelectorDialog.js b/newIDE/app/src/EventsFunctionsExtensionEditor/EventsBasedObjectSelectorDialog.js
index e3d023239a4b..495b755cd43a 100644
--- a/newIDE/app/src/EventsFunctionsExtensionEditor/EventsBasedObjectSelectorDialog.js
+++ b/newIDE/app/src/EventsFunctionsExtensionEditor/EventsBasedObjectSelectorDialog.js
@@ -66,6 +66,7 @@ export default function EventsBasedObjectSelectorDialog({
,
]}
open
diff --git a/newIDE/app/src/EventsFunctionsExtensionEditor/ExtensionFunctionSelectorDialog.js b/newIDE/app/src/EventsFunctionsExtensionEditor/ExtensionFunctionSelectorDialog.js
index 770bc6fec6ad..f64d0fa03090 100644
--- a/newIDE/app/src/EventsFunctionsExtensionEditor/ExtensionFunctionSelectorDialog.js
+++ b/newIDE/app/src/EventsFunctionsExtensionEditor/ExtensionFunctionSelectorDialog.js
@@ -87,7 +87,11 @@ export default function ExtensionFunctionSelectorDialog({
/>,
]}
secondaryActions={[
- ,
+ ,
]}
open
onRequestClose={onCancel}
diff --git a/newIDE/app/src/EventsFunctionsExtensionEditor/ObjectMethodSelectorDialog.js b/newIDE/app/src/EventsFunctionsExtensionEditor/ObjectMethodSelectorDialog.js
index 5eaa33c3d47c..37e5b7804f91 100644
--- a/newIDE/app/src/EventsFunctionsExtensionEditor/ObjectMethodSelectorDialog.js
+++ b/newIDE/app/src/EventsFunctionsExtensionEditor/ObjectMethodSelectorDialog.js
@@ -35,8 +35,8 @@ export default function ObjectMethodSelectorDialog({
secondaryActions={[
,
]}
actions={[
diff --git a/newIDE/app/src/EventsFunctionsExtensionEditor/OptionsEditorDialog/ExtensionExporterDialog.js b/newIDE/app/src/EventsFunctionsExtensionEditor/OptionsEditorDialog/ExtensionExporterDialog.js
index 944e077f099c..d680e5b70e3f 100644
--- a/newIDE/app/src/EventsFunctionsExtensionEditor/OptionsEditorDialog/ExtensionExporterDialog.js
+++ b/newIDE/app/src/EventsFunctionsExtensionEditor/OptionsEditorDialog/ExtensionExporterDialog.js
@@ -102,7 +102,11 @@ const ExtensionExporterDialog = (props: Props): React.Node => {
- {!noHelpButton &&
- helpPage &&
- isRelativePathToDocumentationRoot(helpPage) && (
- Help for this condition
- ) : (
- Help for this action
- )
- }
- />
- )}
+ {!noHelpButton && (
+
+ )}
diff --git a/newIDE/app/src/EventsSheet/ParameterFields/GenericExpressionField/ExpressionParametersEditorDialog.js b/newIDE/app/src/EventsSheet/ParameterFields/GenericExpressionField/ExpressionParametersEditorDialog.js
index 6b7ae8551352..a9d162c914b3 100644
--- a/newIDE/app/src/EventsSheet/ParameterFields/GenericExpressionField/ExpressionParametersEditorDialog.js
+++ b/newIDE/app/src/EventsSheet/ParameterFields/GenericExpressionField/ExpressionParametersEditorDialog.js
@@ -71,6 +71,7 @@ const ExpressionParametersEditorDialog = ({
,
]
: []
diff --git a/newIDE/app/src/ExportAndShare/Builds/BuildsDialog.js b/newIDE/app/src/ExportAndShare/Builds/BuildsDialog.js
index 65aff241d221..06f9c0b772cf 100644
--- a/newIDE/app/src/ExportAndShare/Builds/BuildsDialog.js
+++ b/newIDE/app/src/ExportAndShare/Builds/BuildsDialog.js
@@ -40,7 +40,11 @@ const BuildsDialog = ({
/>,
]}
secondaryActions={[
- ,
+ ,
]}
onRequestClose={onClose}
open={open}
diff --git a/newIDE/app/src/ExportAndShare/GenericExporters/OnlineCordovaExport.js b/newIDE/app/src/ExportAndShare/GenericExporters/OnlineCordovaExport.js
index 824c151fcae6..babd0f2a0b21 100644
--- a/newIDE/app/src/ExportAndShare/GenericExporters/OnlineCordovaExport.js
+++ b/newIDE/app/src/ExportAndShare/GenericExporters/OnlineCordovaExport.js
@@ -105,6 +105,7 @@ export const SetupExportHeader = ({
,
]}
open
diff --git a/newIDE/app/src/ExportAndShare/ShareDialog/index.js b/newIDE/app/src/ExportAndShare/ShareDialog/index.js
index d630c4d29add..b18547840635 100644
--- a/newIDE/app/src/ExportAndShare/ShareDialog/index.js
+++ b/newIDE/app/src/ExportAndShare/ShareDialog/index.js
@@ -235,6 +235,7 @@ const ShareDialog = ({
,
];
diff --git a/newIDE/app/src/ExportAndShare/SigningCredentials/SigningCredentialsDialog/index.js b/newIDE/app/src/ExportAndShare/SigningCredentials/SigningCredentialsDialog/index.js
index 0a74c739aa42..bd30bc109abb 100644
--- a/newIDE/app/src/ExportAndShare/SigningCredentials/SigningCredentialsDialog/index.js
+++ b/newIDE/app/src/ExportAndShare/SigningCredentials/SigningCredentialsDialog/index.js
@@ -105,7 +105,11 @@ export const SigningCredentialsDialog = ({
/>,
]}
secondaryActions={[
- ,
+ ,
signingCredentials && signingCredentials.length > 0 ? (
,
]}
actions={[
diff --git a/newIDE/app/src/GameDashboard/LeaderboardAdmin/LeaderboardOptionsDialog.js b/newIDE/app/src/GameDashboard/LeaderboardAdmin/LeaderboardOptionsDialog.js
index 2271ce0ab331..c22c34c2376c 100644
--- a/newIDE/app/src/GameDashboard/LeaderboardAdmin/LeaderboardOptionsDialog.js
+++ b/newIDE/app/src/GameDashboard/LeaderboardAdmin/LeaderboardOptionsDialog.js
@@ -138,6 +138,7 @@ function LeaderboardOptionsDialog({
key="help"
helpPagePath="/interface/games-dashboard/leaderboard-administration"
anchor="change_the_appearance_of_a_leaderboard"
+ scopeName="Leaderboard options"
/>,
]}
actions={[
diff --git a/newIDE/app/src/HotReload/HotReloadLogsDialog.js b/newIDE/app/src/HotReload/HotReloadLogsDialog.js
index 45bca59d2392..904ca87ada0b 100644
--- a/newIDE/app/src/HotReload/HotReloadLogsDialog.js
+++ b/newIDE/app/src/HotReload/HotReloadLogsDialog.js
@@ -61,7 +61,11 @@ export default function HotReloadLogsDialog({
/>,
]}
secondaryActions={[
- ,
+ ,
]}
onRequestClose={onClose}
open
diff --git a/newIDE/app/src/LayersList/LayerEditorDialog.js b/newIDE/app/src/LayersList/LayerEditorDialog.js
index 8f109bcca6b1..49c429ee59ca 100644
--- a/newIDE/app/src/LayersList/LayerEditorDialog.js
+++ b/newIDE/app/src/LayersList/LayerEditorDialog.js
@@ -216,7 +216,8 @@ const LayerEditorDialog = ({
secondaryActions={[
,
,
]}
open={open}
diff --git a/newIDE/app/src/MainFrame/EditorContainers/ExternalEventsEditorContainer.js b/newIDE/app/src/MainFrame/EditorContainers/ExternalEventsEditorContainer.js
index d546ca253bce..2f45373da7f4 100644
--- a/newIDE/app/src/MainFrame/EditorContainers/ExternalEventsEditorContainer.js
+++ b/newIDE/app/src/MainFrame/EditorContainers/ExternalEventsEditorContainer.js
@@ -300,7 +300,10 @@ export class ExternalEventsEditorContainer extends React.Component<
tutorialId="Intermediate-externals"
label={Watch tutorial}
renderIfNotFound={
-
+
}
/>
diff --git a/newIDE/app/src/MainFrame/EditorContainers/ExternalLayoutEditorContainer.js b/newIDE/app/src/MainFrame/EditorContainers/ExternalLayoutEditorContainer.js
index ea21c2dcf074..7071c6fc91c7 100644
--- a/newIDE/app/src/MainFrame/EditorContainers/ExternalLayoutEditorContainer.js
+++ b/newIDE/app/src/MainFrame/EditorContainers/ExternalLayoutEditorContainer.js
@@ -428,7 +428,10 @@ export class ExternalLayoutEditorContainer extends React.Component<
tutorialId="Intermediate-externals"
label={