mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
-Code completion for enumerations
-Disabled GDNative and GDNativeScript so build compiles again
This commit is contained in:
parent
3d1c031871
commit
36e0a72c77
14 changed files with 195 additions and 35 deletions
|
|
@ -94,12 +94,12 @@ class ScriptTextEditor : public ScriptEditorBase {
|
|||
};
|
||||
|
||||
protected:
|
||||
static void _code_complete_scripts(void *p_ud, const String &p_code, List<String> *r_options);
|
||||
static void _code_complete_scripts(void *p_ud, const String &p_code, List<String> *r_options, bool &r_force);
|
||||
void _breakpoint_toggled(int p_row);
|
||||
|
||||
//no longer virtual
|
||||
void _validate_script();
|
||||
void _code_complete_script(const String &p_code, List<String> *r_options);
|
||||
void _code_complete_script(const String &p_code, List<String> *r_options, bool &r_force);
|
||||
void _load_theme_settings();
|
||||
|
||||
void _notification(int p_what);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue