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

Commit 6a397d3

Browse files
committed
Merge remote-tracking branch 'origin/release-9.0.4' into merge-release-9.0.4-01.05.2019
2 parents 4c964c9 + 91f8646 commit 6a397d3

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

Toolset/palettes/start center/revStartCenterBehavior.livecodescript

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,20 +96,9 @@ on ideOpenStack pTarget
9696
local tTargetStack
9797
put the short name of ideStackOfObject(pTarget) into tTargetStack
9898

99-
local tPlugins
100-
put revIDEGetAllPlugins() into tPlugins
101-
102-
repeat for each line tLine in tPlugins
103-
local tSubstacks
104-
if tLine ends with ".livecode" or tLine ends with ".livecodescript" or \
105-
tLine ends with ".rev" then
106-
put the substacks of stack tLine into tSubstacks
107-
end if
108-
if tLine is the filename of stack tTargetStack OR \
109-
tSubstacks contains tTargetStack then
110-
exit ideOpenStack
111-
end if
112-
end repeat
99+
if the filename of stack (the mainstack of stack tTargetStack) is among the lines of revIDEGetAllPlugins() then
100+
exit ideOpenStack
101+
end if
113102

114103
if tTargetStack is not the short name of me then
115104
startCenterClose

notes/bugfix-21856.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure Plugin stacks are not loaded into memory on startup

0 commit comments

Comments
 (0)