aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorianb962018-02-14 11:32:33 -0500
committerHein-Pieter van Braam2018-02-19 22:26:29 +0100
commit2f87e7ffe97d5e290a107b3ddfef961f4d71ee17 (patch)
tree63e774b9130186e2ef015b3bcfbfa6ef0b1f37c0 /editor/plugins/script_editor_plugin.h
parent12da8dcdeb9fbb6162f85d9e752f6938b1811935 (diff)
downloadgodot-2f87e7ffe97d5e290a107b3ddfef961f4d71ee17.tar.gz
godot-2f87e7ffe97d5e290a107b3ddfef961f4d71ee17.tar.zst
godot-2f87e7ffe97d5e290a107b3ddfef961f4d71ee17.zip
option to disable sort in script list
(cherry picked from commit e1778fb921a7800e50fd464cc16eaae6faa19ee9)
Diffstat (limited to '')
-rw-r--r--editor/plugins/script_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h
index e60e4cf8c..0f7c0c56c 100644
--- a/editor/plugins/script_editor_plugin.h
+++ b/editor/plugins/script_editor_plugin.h
@@ -165,6 +165,7 @@ class ScriptEditor : public PanelContainer {
enum ScriptSortBy {
SORT_BY_NAME,
SORT_BY_PATH,
+ SORT_BY_NONE
};
enum ScriptListName {