summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_parser.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-05-12 18:17:20 +0200
committerGitHub <noreply@github.com>2017-05-12 18:17:20 +0200
commit88d5c943e73cc2f16500c58fb53c71a38f7a0ceb (patch)
tree7d95efbb17b740e3c60f72dd1534279863c3986f /modules/gdscript/gd_parser.h
parent86ce51ce1d48c52c5ab55b3882d8e9d211164f42 (diff)
parent837a66722506a578b9ea379b5ea425ed22344354 (diff)
downloadredot-engine-88d5c943e73cc2f16500c58fb53c71a38f7a0ceb.tar.gz
Merge pull request #8696 from bojidar-bg/fix-path-autocomplete
Fix gdscript autocomplete showing only paths
Diffstat (limited to 'modules/gdscript/gd_parser.h')
-rw-r--r--modules/gdscript/gd_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_parser.h b/modules/gdscript/gd_parser.h
index 4f3ca0dc5f..7e7e19de1b 100644
--- a/modules/gdscript/gd_parser.h
+++ b/modules/gdscript/gd_parser.h
@@ -437,7 +437,7 @@ public:
COMPLETION_PARENT_FUNCTION,
COMPLETION_METHOD,
COMPLETION_CALL_ARGUMENTS,
- COMPLETION_PRELOAD,
+ COMPLETION_RESOURCE_PATH,
COMPLETION_INDEX,
COMPLETION_VIRTUAL_FUNC,
COMPLETION_YIELD,