diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-24 11:37:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 11:37:57 +0200 |
commit | 9acfb0782c818373fcb4bf13425cb7239f36893b (patch) | |
tree | 0a9130c0dfa9864ca6771b845ed33ff89c92b3ed /modules/gdscript/gd_parser.h | |
parent | 68870af2142ebe4fba181256b2cb4f79c7d33548 (diff) | |
parent | 71978685f9173d87658437e4a7fd56c71a29ac5a (diff) |
Merge pull request #8444 from magyar123/pr-complete-paths
Script editor now automatically completes file paths in GDScript
Diffstat (limited to 'modules/gdscript/gd_parser.h')
-rw-r--r-- | modules/gdscript/gd_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_parser.h b/modules/gdscript/gd_parser.h index 445ad7361c..4f3ca0dc5f 100644 --- a/modules/gdscript/gd_parser.h +++ b/modules/gdscript/gd_parser.h @@ -437,6 +437,7 @@ public: COMPLETION_PARENT_FUNCTION, COMPLETION_METHOD, COMPLETION_CALL_ARGUMENTS, + COMPLETION_PRELOAD, COMPLETION_INDEX, COMPLETION_VIRTUAL_FUNC, COMPLETION_YIELD, |