You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
-Code completion for enumerations
-Disabled GDNative and GDNativeScript so build compiles again
This commit is contained in:
@@ -186,7 +186,7 @@ public:
|
||||
FindReplaceDialog();
|
||||
};
|
||||
|
||||
typedef void (*CodeTextEditorCodeCompleteFunc)(void *p_ud, const String &p_code, List<String> *r_options);
|
||||
typedef void (*CodeTextEditorCodeCompleteFunc)(void *p_ud, const String &p_code, List<String> *r_options, bool &r_forced);
|
||||
|
||||
class CodeTextEditor : public VBoxContainer {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user