Cache classes editor help

This commit is contained in:
Pedro J. Estébanez
2023-02-07 21:14:00 +01:00
parent 68b8156fe3
commit f5602869da
4 changed files with 429 additions and 6 deletions
+3
View File
@@ -193,7 +193,9 @@ class EditorHelp : public VBoxContainer {
static Thread thread;
static void _wait_for_thread();
static void _load_doc_thread(void *p_udata);
static void _gen_doc_thread(void *p_udata);
static void _generate_doc_first_step();
protected:
virtual void _update_theme_item_cache() override;
@@ -205,6 +207,7 @@ public:
static void generate_doc();
static DocTools *get_doc_data();
static void cleanup_doc();
static String get_cache_full_path();
void go_to_help(const String &p_help);
void go_to_class(const String &p_class, int p_scroll = 0);