Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-02-28 16:33:31 +0300
committerJacques Lucke <jacques@blender.org>2020-02-28 16:34:56 +0300
commite8ab0137f8766a8db82b051cec84c1bdc7b6ce19 (patch)
tree5bce8a8dec2dc37601f3bdedb4792a9802c015e8 /source/blender/editors/space_file/file_intern.h
parente0f41d32c972db36e86289136b517f54db92de06 (diff)
File Browser: Add Ctrl+F shortcut to activate filter textbox
Reviewers: Severin, brecht Differential Revision: https://developer.blender.org/D6941
Diffstat (limited to 'source/blender/editors/space_file/file_intern.h')
-rw-r--r--source/blender/editors/space_file/file_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_file/file_intern.h b/source/blender/editors/space_file/file_intern.h
index 30dff1362fa..730df53813c 100644
--- a/source/blender/editors/space_file/file_intern.h
+++ b/source/blender/editors/space_file/file_intern.h
@@ -80,6 +80,7 @@ void FILE_OT_delete(struct wmOperatorType *ot);
void FILE_OT_rename(struct wmOperatorType *ot);
void FILE_OT_smoothscroll(struct wmOperatorType *ot);
void FILE_OT_filepath_drop(struct wmOperatorType *ot);
+void FILE_OT_start_filter(struct wmOperatorType *ot);
int file_exec(bContext *C, struct wmOperator *exec_op);
int file_cancel_exec(bContext *C, struct wmOperator *unused);