1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00

Update plugins recursively

Update current page must include all used plugin templates, hence ignoring the cache for the whole process.
This commit is contained in:
Roland Heyder 2022-07-17 00:34:51 +02:00
parent d6d9c15a14
commit 4aff0cc49c

View file

@ -5338,8 +5338,8 @@ FUNCTION ide2 (ignore)
IF idehelp THEN
Help_IgnoreCache = 1
a$ = Wiki$(Back$(Help_Back_Pos))
Help_IgnoreCache = 0
WikiParse a$
Help_IgnoreCache = 0
END IF
GOTO ideloop
END IF