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:
authorCampbell Barton <ideasman42@gmail.com>2010-05-08 03:34:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-08 03:34:03 +0400
commit14b41f907803a1383075f497dfc7ab9bcb843ad8 (patch)
tree8f199dbce7f7dd244fbed4d2a257ed2f5d6e295c /source/blender/editors/space_file/file_intern.h
parentb2b780f2fe9a97ce4ed97e9fc93ec05b6c4d906d (diff)
bugfix [#22276] filemanager autocompleate based on current path
also added autocomp to filename in fileselector
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 a7aeaa1d365..ef05e6cac76 100644
--- a/source/blender/editors/space_file/file_intern.h
+++ b/source/blender/editors/space_file/file_intern.h
@@ -90,6 +90,7 @@ float file_font_pointsize();
void file_change_dir(bContext *C, int checkdir);
int file_select_match(struct SpaceFile *sfile, const char *pattern);
void autocomplete_directory(struct bContext *C, char *str, void *arg_v);
+void autocomplete_file(struct bContext *C, char *str, void *arg_v);
/* file_panels.c */
void file_panels_register(struct ARegionType *art);