Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 97c0b2a

Browse files
Merge pull request #1654 from livecode/bugfix-19978
[Bug 19978] Ensure the defaultScript is editable in Extesions Builder
2 parents 22fc51e + 0142c9f commit 97c0b2a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Toolset/libraries/revidedeveloperextensionlibrary.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,7 @@ on revIDEDeveloperExtensionEditDefaultScript pFolder
10591059
revIDENewScriptOnlyStack tExpectedName
10601060
if the result is empty then
10611061
put it into tTargetStack
1062+
save stack tExpectedName as tDefaultScript
10621063
else
10631064
answer error the result
10641065
end if

notes/bugfix-19978.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure default script is editable from within the Extensions Builder

0 commit comments

Comments
 (0)