mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] The console marks imported script for the var box
After lauching the console, if we fetch a script we mark it as fetched. When the variable box displays variables from imported scripts, it scans all the variables from the scripts marked as fetched.
This commit is contained in:
@@ -39,7 +39,8 @@ public:
|
||||
bool isFull();
|
||||
|
||||
/* MicroPython::ScriptProvider */
|
||||
const char * contentOfScript(const char * name) override;
|
||||
const char * contentOfScript(const char * name, bool markAsFetched) override;
|
||||
void clearFetchInformation() override;
|
||||
|
||||
Ion::Storage::Record::ErrorStatus addScriptFromTemplate(const ScriptTemplate * scriptTemplate);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user